Profiles

  • Member Since: January 25th, 2018
  • Find me on:
  • Created a topic, An error occurred while installing your license key. Please try again., on the site WordPress.org Forums:
    An error occurred while installing your license key. …

  • Posted a reply to Change category default order – comments descending, on the site WordPress.org Forums:
    function my_pre_get_posts( $query ) { if ( is_category() ) $query->set( 'orderby', 'comment_count' ); return $query;…

  • Posted a reply to Change category default order – comments descending, on the site WordPress.org Forums:
    used this and it worked. function my_pre_get_posts( $query ) { $query->set( 'orderby', 'comment_count' ); return…

  • Posted a reply to Change category default order – comments descending, on the site WordPress.org Forums:
    I can use this `function set_post_order_in_admin( $wp_query ) { if ( $wp_query->is_main_query() ) { $wp_query->set(…

  • Created a topic, awesome support, on the site WordPress.org Forums:
    Thanks for awesome support

  • Posted a reply to Change category default order – comments descending, on the site WordPress.org Forums:
    thanks a lot. I have several posts. When I use this code and go to…

  • Created a topic, Change category default order – comments descending, on the site WordPress.org Forums:
    Hi I want to change wordpress posts default order. De…

  • Created a topic, Cross taxonomy or sorting options in wordpress, on the site WordPress.org Forums:
    Hi I want to make a website like avvo.com or martinda…