• Hi,
    I am using a Family Tree Plugin (tilesara.com) with the Spun theme. The Plugin links each Family member to a Individual post. Upon hovering my mouse pointer over the family member in the tree, it shows an image (Featured Image). How do i prevent the post from appearing in the home page (as a circle)?
    Thanks in advance

    https://tilesara.com/?page_id=116 ( The Family Tree)

Viewing 1 replies (of 1 total)
  • Theme Author Caroline Moore

    (@sixhours)

    You’d need to change the output of The Loop, probably using WP_Query, to exclude any family tree posts (probably by adding them to a specific category and excluding that category by ID).

    You may be able to find a plugin that does this, without having to code much.

    If you want to code it yourself, you’d want to do so in a child theme, probably by creating a new functions.php file within the child theme and hooking your modified WP_Query into pre_get_posts.

Viewing 1 replies (of 1 total)
  • The topic ‘Spun- How to hide Posts with Featured Image from Circles’ is closed to new replies.