azukah
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Themes and Templates
In reply to: List Children of Category Only On That Parent CategoryThanks but does this work for Pages too? Am displaying the list on the siderbar.
Forum: Themes and Templates
In reply to: List Children of Category Only On That Parent CategoryOk, am new here. I obviously don’t get how things work.
I guess this is the code below:<?php if ( is_page() ) { if($post->post_parent) $children = wp_list_pages('sort_column=menu_order&title_li=&child_of='.$post->post_parent.'&echo=0'); else $children = wp_list_pages('sort_column=menu_order&title_li=&child_of='.$post->ID.'&echo=0'); if ($children) { ?> <div class="sidebar"> <ul> <?php echo $children; ?> </ul> </div> <?php } // End If Post } // End if is page ?>How can I get this to work on Categories instead of Pages?
Forum: Themes and Templates
In reply to: List Children of Category Only On That Parent CategoryI have backticked, used pastebin, still the code isn’t being displayed. If am not gonna get any help, please delete this.
Forum: Themes and Templates
In reply to: List Children of Category Only On That Parent CategorySorry, here’s the code:
<iframe src=”http://pastebin.com/embed_iframe.php?i=CuQuLsua” style=”border:none;width:100%”></iframe>
Viewing 4 replies - 1 through 4 (of 4 total)