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.