-
AuthorPosts
-
March 25, 2015 at 6:08 pm #418023
hi im not sure if im doing something stupid but i just added a posts to our site and it fails to show in our blog page.
The 2 website launch blogs are showing on the blog feed but it is failing to show our most recent one that discusses the blanche smile studio.
Url for latest blogs are
http://www.codecreative.uk/blog/This is not showing on the above blog page
http://www.codecreative.uk/stunning-logo-for-new-dental-practice-blanche-smile-studio/What have I done wrong?
March 26, 2015 at 8:33 am #418353Hey codecreative!
Do you have a caching plugin active? If so, please try to delete the cache. If not, please provide us with a temporary admin login so that we can take a closer look.
Best regards,
RikardMarch 26, 2015 at 12:05 pm #418455Hi
how to clear the cache of pluign?
ThanksMarch 26, 2015 at 1:21 pm #418479This reply has been marked as private.March 27, 2015 at 5:39 am #419087Hi codecreative!
Have you made any changes to index.php in your theme? As far as I can see only your first two blog posts are showing on your blog page, and there is no pagination either. If you haven’t made any changes, please try to deactivate all plugins to see if one of them is causing a conflict.
Best regards,
RikardMarch 27, 2015 at 11:27 am #419214I’m using a child theme I’ll try and change to the parent theme
March 27, 2015 at 12:49 pm #419233hi in my child theme functions.php i have this code can you remind me what it is doing?
function exclude_category($query) {
if ( $query->is_home() )
{
$query->set(‘cat’, ‘-5 -7 -9’);
}
return $query;
}add_filter(‘pre_get_posts’, ‘exclude_category’);
March 28, 2015 at 4:44 am #419710Hey!
It looks like it’s excluding categories, please try to remove it to see if the problem goes away.
Cheers!
RikardApril 1, 2015 at 11:42 am #421832Yes Rikard
It worked a charm! Thank you :)
-
AuthorPosts
- The topic ‘blog page not showing all posts’ is closed to new replies.
