Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter TheJamesPorter

    (@thejamesporter)

    I fully understand now!! HA!

    One more question you may or may not be able to answer.

    It only shows page Archives now. So if I post a photo, I’d have to click on the link to view it. Before it just showed everything, which is what I wanted.

    Do you know how to get it back to that state?

    Thread Starter TheJamesPorter

    (@thejamesporter)

    Thanks for your help!

    Makes sense now!!

    Thread Starter TheJamesPorter

    (@thejamesporter)

    I am using “Responsive” by ThemeID

    I’ve not made menus.

    I’ve made pages Called Blog and photos.

    I want to put any posts with the tag/category of Blog on the blog page and any with the tag/category of photo on the photo page

    Thread Starter TheJamesPorter

    (@thejamesporter)

    Thank you for this.

    Could you elaborate more? I don’t know what I’m looking at exactly.

    Thread Starter TheJamesPorter

    (@thejamesporter)

    I found and duplicated archive.php to category.php.

    I’ve added the line:
    <?php do_shortcode('[showauto]'); ?>

    In the early part of it as shown here:

    <?php get_header(); ?>
    <?php do_shortcode('[showauto]'); ?>
            <div id="content-archive" class="grid col-620">
    
    <?php if (have_posts()) : ?>
    
            <?php $options = get_option('responsive_theme_options'); ?>
    		<?php if ($options['breadcrumb'] == 0): ?>
    		<?php echo responsive_breadcrumb_lists(); ?>

    But still no success. I have 2 pages that are set to blog template (full posts), one is set to catA the other is also a blog template (full posts) and set to catB. I have made several posts using either catA or catB, however, they turn up on both catA and catB pages.

    Where am I going wrong??

Viewing 5 replies - 1 through 5 (of 5 total)