- This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
October 15, 2009 at 12:04 pm #26453
Krylo
MemberHi,
I’m using this code to display a dropdown menu of child pages
Code:will put the words: ‘Select a Topic’ at the top of of the list…
but I can’t seem to be able to incorporate that bit in my original code..
can someone help me with the syntax?
**Edit I’m doing this in wordpress btw
October 20, 2009 at 1:35 am #65728Krylo
Memberwell, I figured it out by taking a different approach… (I had help lol cause I’m still so new at php).
Code:post_parent)
$select = wp_dropdown_pages(“sort_column=menu_order&selected=”.$post->ID.”&title_li=&child_of=”.$post->post_parent.”&echo=0″);
else
$select = wp_dropdown_pages(“title_li=&child_of=”.$post->ID.”&echo=0″);$replacer = “
$select = preg_replace(“#
?>
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)- The forum ‘Back End’ is closed to new topics and replies.