• Hey,

    I need to make a portal where any page have the ability that I can post to them.

    I generated a menu with <?php wp_list_pages(‘depth=1&title_li=’); ?> it would fit if there would be similar way to get the categories to run.

    The test page is http://rq.virovene.org

    Can you help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I don’t understand, do you want a page to be a top level menu and then more pages under it as childs?

    Giving examples might make it easier for others to help you.

    Thread Starter m2rt

    (@m2rt)

    Well…

    I made a menu with <?php wp_list_pages(‘depth=1&title_li=’); ?>

    it can be seen at http://rq.virovene.org or http://virovene.org

    It fetches the names of the pages to a menu.

    But as there is no way to create “pages where one can post” then I thought that if I could get the categories listed there like the page names. Then I could get “pages” of posts.

    In reality they are just categories. But look like pages.

    I just need a function that is similar to <?php wp_list_pages(‘depth=1&title_li=’); ?> but lists categories.

    OR a way to be able to post to every page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there really not a way to make post pages?’ is closed to new replies.