Creating an archive page
-
I’m trying to create an archive template for my theme to show posts of specific categories.
Here is the basic blog page: [ redundant link removed ]
Here is an archive page example: /blog/category/test-categoryBasically if you click a category/tag on the blog page, it takes you to a page that is supposed to list posts with just that category. In my theme, I have an archive.php template file that echos out the shortcode for the plugin:
<?php echo do_shortcode("[wp_blog_designer]"); ?>
However it shows all the posts just the same as on the default blog page. Is there any way to make the Blog Designer plugin work with categories/tags? Is there something I can add to the shortcode for it to behave correctly? I figured it would determine automatically that it was loading the archive page, but that doesn’t seem to be the case.
I also did not see any options in the settings that corresponded with the archive pages.
Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Creating an archive page’ is closed to new replies.