Footer doesnt display on blog page
-
Hi guys ,
So it’s like this. I created a blank page and named it blog. In my theme settings I set “blog” to show my blog posts.
In my blog page , there are options to show footer and socket. So I clicked yes.
I noticed that it doesn’t show in my blog page but in all other pages it shows up ? I also installed wp memory load and db usage plugin , it shows on top on all pages and posts but again not in the blog page ?
I followed some tips on increasing the php memory limit >
php_value memory_limit 64Mdo i need to post that at after #END of WordPress in .htcacess file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
php_value memory_limit 96M
as for the wp-config.php should I put it here >>>
define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define( ‘WPCACHEHOME’, ‘/services/webpages/util/6/9/69ps11yk.myutilitydomain.com/blue2x.com/blog/public/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager
define(‘WP_MEMORY_LIMIT’, ’64M’);And lastly , is this issue related to php memory limit at all?
- The topic ‘Footer doesnt display on blog page’ is closed to new replies.