[Plugin: Exclude Pages] List the excluded pages and get rid of page-item-xx class
-
$ex_pages = implode(",", ep_get_excluded_ids()); pause_exclude_pages(); print(preg_replace('/\s{0,1}page-item-[0-9]*/','',wp_list_pages('echo=0&include='.$ex_pages.'&title_li='))); resume_exclude_pages();
Code snippet to
- The topic ‘[Plugin: Exclude Pages] List the excluded pages and get rid of page-item-xx class’ is closed to new replies.