• Can you tell me why my site isn’t excluding post id 53211 in the code below? I’ve also used the post_query way as well.

    [wp-tiles post_type=”post” orderby=”date” order=”DESC” posts_per_page=”8″ category=”” tag=”” tax_operator=”IN” offset=”0″ post_status=”publish” exclude=”53211″ ignore_sticky_posts=”true” grids=”Rows” small_screen_grid=”Rows” padding=”10″ pagination=”none” grid_selector_color=”#444444″]

    https://www.ads-software.com/plugins/wp-tiles/

Viewing 1 replies (of 1 total)
  • Joanna B.

    (@pjoannasaurus)

    exclude is not a valid attribute for the shortcode.

    I would say, assign a category or tag to the posts you do want to show, and call it in the shortcode.

    Example
    [wptiles category=”posts-i-want-to-show”]
    OR
    [wptiles tag=”posts-i-want-to-show”]

Viewing 1 replies (of 1 total)
  • The topic ‘Not excluding single post’ is closed to new replies.