one more fix
This commit is contained in:
parent
eadcec89f3
commit
8ece0d6321
|
@ -30,6 +30,8 @@ class ComicPressDBInterface {
|
||||||
* Find the terminal post in a specific category.
|
* Find the terminal post in a specific category.
|
||||||
*/
|
*/
|
||||||
function get_terminal_post_in_category($category_id, $first = true) {
|
function get_terminal_post_in_category($category_id, $first = true) {
|
||||||
|
global $wp_query;
|
||||||
|
|
||||||
$temp = $wp_query; $wp_query = null;
|
$temp = $wp_query; $wp_query = null;
|
||||||
$sort_order = $first ? "asc" : "desc";
|
$sort_order = $first ? "asc" : "desc";
|
||||||
$terminal_comic_query = new WP_Query();
|
$terminal_comic_query = new WP_Query();
|
||||||
|
|
Loading…
Reference in New Issue