TheJamesPorter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category pages questionI 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?
Forum: Fixing WordPress
In reply to: Category pages questionThanks for your help!
Makes sense now!!
Forum: Fixing WordPress
In reply to: Category pages questionI 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
Forum: Fixing WordPress
In reply to: Category pages questionThank you for this.
Could you elaborate more? I don’t know what I’m looking at exactly.
Forum: Plugins
In reply to: [Page2cat: Category, Pages & Posts Shortcodes] n00b helpI 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??