Show posts/pages from all authors
-
Just a quick improvement suggest to support searching in all pages without having to select a specific author:
at line 244, insert:
$pTC_user_array = array(array('ID' => '0', 'value' => '(All)'));
change line 266 to:
if($pTC_filter_author > 0) {
- The topic ‘Show posts/pages from all authors’ is closed to new replies.