• penny-fox

    (@penny-fox)


    I asked this before, but I’ll try again and be a little more specefic.

    I want to be able to use the pages widget multiple times. I have numerous categories I want to post articles to. I want them to appear on my side bar. Here’s an example.

    Curing Acne
    Article title
    Article title
    Article title
    Article title

    Cure Eczema
    Article title
    Article title
    Article title
    Article title

    Get Rid Of Warts
    Article title
    Article title
    Article title
    Article title

    Obviously, the first Title Description appears and I can put as many articles under that title that I want. But I want to be able to do the same thing with the Other article titles. Once you use the pages widget, it’s disabled to where you can’t use it again.

    Surely there’s a way to accomplish what I’m trying to do.

    Any suggestions would be greatly apprecaited.

Viewing 3 replies - 1 through 3 (of 3 total)
  • MichaelH

    (@michaelh)

    Consider downloading and installing Otto’s PHP Code Widget.

    Then use the template tag, wp_list_pages(), with multiple instances of the widget. Here’s an example for the first set of pages:

    <?php wp_list_pages('include=7,13,26,35&title_li=<h2>' . __('Curing Acne') . '</h2>' ); ?>

    Of course, use the correct set of IDs for the ‘include=’ argument.
    Please remember to support our plugin authors by clicking on the Donate button there.

    Thread Starter penny-fox

    (@penny-fox)

    Hi MichaelH! Thanks for the reply. I’m not real technical so I will try to figure out what you suggested.

    Why don’t they make available numerous pages widgets? Like Pages Widget 1,2,3,4,5 or whatever so that way you can put a title on one, then post whatever you want to the according to a specefic Page Widget?

    This is what I’m trying to answered. Is there a plugin that does that?

    Penny

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pages Widget’ is closed to new replies.