How can I add the home link to my pages?
-
Dear mates,
Kindly how can I add the home link to the list of pages?
here is the link to my blog
https://www.worldofbean.comand here is the code i’m trying to modify, the original code:
<?php wp_list_pages('show_home=1&title_li=<h2>Pages</h2>' ); ?>
After I did modification, it didn’t work, this is what I did!
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
Note that I can’t use “wp_list_menu” since it is not used by my theme!
Thanks for the further assistance.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How can I add the home link to my pages?’ is closed to new replies.