CONT’D:
I uploaded the ‘fold_page_list.php’ under ‘/wp-content/plugins/’ and activated it in my Site Admin, then in my ‘sidebar.php’ file, I changed the following line:
‘<?php wp_list_pages(‘title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>’
with this:
‘<?php wswwpx_fold_page_list ($args, $fullunfold); ?>’
Nothing has changed. the pages area still shows parents and children pages. I’m sure my lack of PHP knowledge is hurting me here and I would appreciate any help.
Thanks.
Hi Rob,
I’m new to PHP and slogging my way through it. I’m not quite understanding what to do with the wswpg_linkttl value. WP wants a ‘KEY’ and a ‘Value’, does this go in the ‘value’ field?
Also, does this go on every child page or just the parent page or all of them?
Thanks.