Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ve fixed this.

    Let me know if you want more of an explanation, but here’s a hot fix:

    – Go to line 348 in simple-custom-post-order.php inside this plugin’s folder.
    – Replace:
    if ( !isset( $wp_query->query['orderby'] ) || $wp_query->query['orderby'] == 'post_date' )
    with:
    if ( !isset( $wp_query->query['orderby'] ) || $wp_query->query['orderby'] == 'post_date' || $wp_query->query['orderby'] == 'date' )

    Thread Starter erikjoens

    (@erikjoens)

    Awesome thx! I’ll give it a try 🙂

    Thanks! This worked perfectly.

    Hey there,

    In the line: 299 of the plugin the author checks whether the post (post type) is selected from the admin in order to change the status to active = true.

    Can somebody tell me why is this required? Initially I did not select the post (post type) and the changes i did in another post type did work on the front end.

    If you face the same problem remember to select post (from the options menu of the plugin) and you will be fine.

    Thanks,
    Nick

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin broken in WP v.3.8’ is closed to new replies.