Forum Replies Created

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

    (@angusfoggo)

    It would be better if the users were separate, as all of the sites will be owned by different individuals/businesses, and there will also be a number of parent themes to choose from so not all of the sites will share the exact same theme. Any idea on an approach to take?

    Thanks you

    Forum: Fixing WordPress
    In reply to: Category loop
    Thread Starter angusfoggo

    (@angusfoggo)

    Thanks again for your help so far duck boy

    Forum: Fixing WordPress
    In reply to: Category loop
    Thread Starter angusfoggo

    (@angusfoggo)

    Sorry about the confusion, the main reason I have found it difficult to research exactly what I am looking for is that I am finding it hard to articulate the problem.

    I currently have a ‘loop-category.php’ file that I want to display posts from only the ‘news’ category (category 9 on the site), i have used <?php query_posts($query_string . ‘&cat=9’); ?> above <?php while ( have_posts() ) : the_post(); ?> so the category page only displays posts from the specified category, which works. But when you click on the post to view all of the information the navigation below the post (in loop-single.php) links you to posts that are outside of the category.

    Forum: Fixing WordPress
    In reply to: Category loop
    Thread Starter angusfoggo

    (@angusfoggo)

    Also would it interfere with the below navigation of loop-single if you access it from the main site loop?

    Forum: Fixing WordPress
    In reply to: Category loop
    Thread Starter angusfoggo

    (@angusfoggo)

    Thanks for the quick response, would this be used to replace the php for the below post navigation?

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