Viewing 1 replies (of 1 total)
  • Hey Friend this is the latest bug i faced none of the get_post and query_posts works till wordpress fix this bug or i can find the solution i just put a fix so that my project dont get affected

    I used $wpdb like this

    global $wpdb;
    $result = $wpdb->get_results(‘SELECT * FROM wp_posts inner join wp_term_relationships on ID = object_id WHERE term_taxonomy_id = ‘.$cat.’ order by ID desc’);
    foreach( $result as $post ) : setup_postdata($post);
    /* Your rendering code
    endforeach;`

Viewing 1 replies (of 1 total)
  • The topic ‘Edited Posts Not showing on Category Listings’ is closed to new replies.