Blog posts on a page with the right sidebar
-
Hello,
I am trying to list blog posts in one specific category on a page using the following php:<?php $blog_posts = query_posts('category_name=test&showposts=3'); foreach($blog_posts as $post): ?> <?php endforeach; ?>
However, the page shows the posts with a very squeezed version of the blog right sidebar , but not the page right sidebar
(I use slightly different right sidebars for the posts and pages).
If I use the full width template, I only see the blog posts and no right side bar at all.
I assume there is a kind of conflict between the blog default template and the page default template.
I guess I could use the left column template and use the left sidebar to show the same widgets, but if there is any way I could show the blog posts and the right sidebar (either for blog or page, I don’t mind as long as it’s not squeezed down) I would appreciate it.
Here is my test page:https://ccgi.peony.plus.com/test1/
Thank you.
- The topic ‘Blog posts on a page with the right sidebar’ is closed to new replies.