ssamp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Remove BlogIt’s hard coded in your header.php.
Change this:
<ul id=”navigation”>
<li class=”<?php if (!is_page()) echo “current_page_item” ?>”>“>Blog
<?php wp_list_pages(‘title_li=’); ?>to this:
<ul id=”navigation”>
<li class=”<?php if (!is_page()) echo “current_page_item” ?>”>“>Home
<?php wp_list_pages(‘title_li=’); ?>Forum: Fixing WordPress
In reply to: WordPress takes long to loadHave you tried
Clearing cache in your browser before viewing the updated page? to clear cache in your browser, press clrl+f5 keys simultaneously.
Switching to the default theme (Twenty Ten) for a moment by renaming your current theme’s folder in wp-content/themes. The idea is to force WordPress to fall back to the default theme to rule out any theme-specific issue?
If you still can’t figure it out, try downloading WordPress again and replace your copies of everything EXCEPT the wp-config.php file and the /wp-content/ directory with fresh copies. This should replace your core files without changing your content and settings in wp-config.php file and the /wp-content/ directory.
My site was running really slow and I then used a cache plugin and it runs a lot faster.
If none of that works, try increasing your memory available for your php.
Forum: Fixing WordPress
In reply to: Site won't work in different monitor sizesI am not really using a theme, it’s landx but it’s more just a bunch of customized plugins.