• Resolved xenostar

    (@xenostar)


    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-category

    Basically 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!

    • This topic was modified 5 years, 11 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Creating an archive page’ is closed to new replies.