Profiles

  • Member Since: August 6th, 2015
  • Find me on:
  • Posted a reply to shortcode not working with exclude_category function, on the site WordPress.org Forums:
    Yes, this is the solution. The post can be closed as resolved. Thank you so…

  • Posted a reply to shortcode not working with exclude_category function, on the site WordPress.org Forums:
    $query->set( 'cat', '-135' ); This is an id of excluded category. And I want to…

  • Posted a reply to shortcode not working with exclude_category function, on the site WordPress.org Forums:
    Sorry for the delay. Sure here is it: function exclude_category( $query ) { if (…

  • Posted a reply to shortcode not working with exclude_category function, on the site WordPress.org Forums:
    Here is an example of my shortcode: [display-posts id="5982, 7072, 5542, 31"  image_size="thumbnail" exclude_current="true"] The…

  • Posted a reply to shortcode not working with exclude_category function, on the site WordPress.org Forums:
    Yes it's not working when I'm tryind to show posts per ID's (not categories ID)…

  • Created a topic, shortcode not working with exclude_category function, on the site WordPress.org Forums:
    Hi, there. I'm using exclude_category() for the main p…