Well…
I made a menu with <?php wp_list_pages(‘depth=1&title_li=’); ?>
it can be seen at https://rq.virovene.org or https://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.