Skip to:
Content
Pages
Categories
Search
Top
Bottom

BP Not installed yet, need help first


  • BillboardFamily
    Participant

    @billboardfamily

    I will be installing BP, but I would like to get this site working the way I want it to first to save on problems. Here is my issue:

    How do I show only posts from ONE SINGLE category?

    I posted about this already on wordpress.org, but can not get an answer. Please have a look if you think you can help. Thanks in advance:

    http://wordpress.org/support/topic/422590?replies=1

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

  • r-a-y
    Keymaster

    @r-a-y

    Use a query_posts loop:
    https://codex.wordpress.org/Template_Tags/query_posts

    I’m quite sure that a plugin exists to do such a thing.


    BillboardFamily
    Participant

    @billboardfamily

    That was the first thing I tried. that did not work, not sure why. Any other ideas? If you follow the link to my original WordPress.org post, it shows how I did it exactly. For some reason it is not working.


    r-a-y
    Keymaster

    @r-a-y

    If you have other query_post loops running on the page, you might need to reset the loop.

    Use something like wp_reset_query(); after a query_posts loop or use a WP_Query loop, which doesn’t require resetting altogether:
    http://weblogtoolscollection.com/archives/2008/04/13/define-your-own-wordpress-loop-using-wp_query/


    BillboardFamily
    Participant

    @billboardfamily

    I will look into that, not sure how that all works. another issue I have, if you look at the site, is that the slideshow in the header and footer both change when clicking the next or prev button, for example, clicking the next button on the footer slideshow changes the footer slideshow, as it should, but it also changes the header slideshow. I am very confused on all of this right now.

    http://www.billboardfamily.com

    UPDATE: I tried your suggestion, with fingers crossed, but i could not get that to work either. I was sure that was going to work, as it made perfect sense. Back to the drawing board, I guess. Any other thoughts on this? This is pretty annoying.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BP Not installed yet, need help first’ is closed to new replies.
Skip to toolbar