Wordpress changes don't reflect - wordpress

I have a wordpress website with a static homepage. When I make some changes in the Page editor and click Update, it does not reflect in my website homepage, although clicking on Preview Changes from within the editor shows my changes.
I tried deleting everything, and just put "Hello World", disabled all my plugins, deleted the files from my custom theme, cleared the plugin cache, still the problem persists.
I am really stumped. Is there anything else I can try?
EDIT: It may be a problem with my DNS. Looking into that.

You have tried to change in http://foart.space/art-local-artists-locals/ edit side. and check it on the home page.

Is it not displaying anything at all or just not updating?
If it is not displaying anything at all it does the Homepage page template echo the contents?
Is there the_content(); in that template?

Related

Wordpress Edit Page not working

I am running on the latest version of wordpress.
I am clicking on edit page of a Home Page, however, wordpress is not allowing me to edit the page.
also when clicking on edit post, the font is white on the visual editor and this is very frustrating.
So kindly please help.
Step to perform
Deactivate all plugins. Yes... ALL plugins.
Switch to the default 2014 theme.
Manually empty and refresh your browser cache.
Only after you perform all three steps.. will you see the content editor load properly.
Why need to do this step
You have to deactivate all plugins to rule out possible interference from a plugin.
You have to switch to the default theme because... well... we know it works.
You have to manually empty your browser cache because the tinymce editor is notorious for holding onto and serving cached files from the server.
Now, after your editor is working properly again... reactivate your theme.
If it continues working... it's not your theme. Begin reactivating plugins (one at a time) going back to check the editor.
You will eventually find the faulty plugin (or theme) that is preventing the editor from displaying properly.
"Edit Page" - all of the text in the edit box is in white font
Try adding define('CONCATENATE_SCRIPTS', false ); to the bottom of your wp-config.php file (just before the require_once line).

Renamed a page and changed the slug, now its gone

The title says it. I renamed a page in wordpress along with the permalink (the slug also changed) and now I can't find it on my site.
The menu updated along with my changes, but the page content isn't there when I click on it.
Here's the offending page
If anyone can tell me what I did wrong and particularly how to fix it, I'd really appreciate it.
Thanks in advance!
Try regenerating permalinks - editing permalink settings triggers that regeneration.
Also, if you have any kind of cache plugin running, purge it's data too.
This was a conflict with a portfolio feature in my theme (Bello by WeGraphics)... I renamed the permalink and it works fine now

Links from the Homepage to the other pages don't work

I have experience in designing/developing websites (static/dynamic). But new to wordpress :(. Recently I have created a CSS/XHTML website for a client who wanted it to be lunched using wordpress. I've converted the CSS/XHTML into a wordpress theme as I thought it might be easier than customizing another theme to fit my CSS/XHTML structure. Everything worked well locally. But when I uploaded files into the server (Styles, footer works fine.) homepage opens up fine. But when I click on the link to "about.php" page it doesn't work.
Initially all the links were loading the home page. Then I searched and changed the permalink structure to default and the "about.php" link gave 404 error. Then I replaced the "about.php" link into <?php bloginfo('template_directory'); ?>/about.php as it was adviced in another article. Then it just opens up a blank page.
After struggling for a whole day, still stuck in the links issue. Hope any of you experts could save me. :)
Thanks in advance.
I think you are in wrong way. You have to see the template hierarchy first and then you have to go throught the wordpress administration panel and create your own menus

Wordpress: Posts and pages content not showing but title is

I have a wordpress site which was working all fine but suddenly it got hacked by someone. I immediately deactivate my theme and then after sometime activate it. it got recovered but all contents of pages and posts is not showing up but title is showing. I checked databse tables. It contains all posts, also checked wp-admin. It also contains all data. Also tried by deactivating plugins and then activating it. Dont know what to do. please help me, I badly need it. Pleaseee
here is the link
http://islamiroohanimission.org
index page is okay. But go on any menu. it will give the message no post is found.
go to your functions file and see if they messed with your DEFINE posts to remove those parts of the page.

wordpress page template not loading as front page

I have a page template set up as the front page but it's not loading for some reason. I've done this plenty of times in the past just fine.
I should be getting a body class of "portfolio-page-template" but rather I just get the regular "page-template".
I've tried resetting the permalinks, deleting/recreating the Portfolio page, changing back to the default theme and changing back, and still no dice.
Anybody know of a fix?
Need more info.
Did you save it as home.php did you override it in the settings? http://img.lajlev.dk/5a842c1e3dc470468c322af0fe79c004.png
Had a similar problem, and while it’s not an eloquent solution but when my working home page template started defaulting to my taxonomy.php template without reason, I tried all of the things you mention and then:
deleted the taxonomy template,
deleted the .htacces and refreshed the permalinks
selected and set the page-template-home.php again
noticed all was well
put my taxonomy template back and surprise - everything worked
very strange.
If this is not your issue, I can give you a few pointers on what to check for when setting up a custom page template, and what to check for if it fails.
Check the status of theme path or theme sittings

Resources