Show wp_list_page
-
I created a custom post type and a custom archive page for that post type.
I wrote the following in my archive page to make a drop down menu, it shows perfect on a web browser but doesn’t show on the app.(see link)
What should I do? Thanks!<div class=”sa-wrapper”>
<ul class=”sa-nav”>
<?php
$args = array(
‘post_type’ => ‘selfacademy’,
‘title_li’ => ”
);
wp_list_pages( $args ); ?></div>
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show wp_list_page’ is closed to new replies.