Want Pages 2B displayed w/ most recent on top & password pages not on side.
-
How do I do this?
Code looks like this:
<?php wp_list_pages(‘sort_column=time_modified&show_date=created&title_li=<h2>’ . __(‘A2 Pages’) . ‘</h2>’ ); ?>
Right now I have it as the top one is the one that has been modified the latest, but how do I just have the pages show the most recent on the top.
Also I do not want my password protected pages to be shown on the side.
HELP!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Want Pages 2B displayed w/ most recent on top & password pages not on side.’ is closed to new replies.