Unordered List Category with PHP
-
I’m working on a site and would like to incorporate all the posts from a category in the left side menu bar. https://earthlit.com/
I managed to get them in place with a line of php code in sidebar.php.
Line of code being used: <?php wp_get_archives( array( ‘type’ => ‘postbypost’, ‘limit’ => 30, ‘format’ => ‘custom’ ) ); ?>
But I need to have the list to have one post per line like an unordered list.
Could someone help me figure out what I need to do?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Unordered List Category with PHP’ is closed to new replies.