I have added two pages through admin side(About us, privacy policy)
How can i show the ‘About us’ link in header section and ‘privacy policy’ link i the footer section of client side, dynamically
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That really depends on the theme you are using. For example, themes can use wp_list_pages or (in WP3.0) wp_nav_menu to automatically list all or some pages on your site, the latter having a page on the admin side of things where you can choose which pages you want in each menu defined in the theme.