Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    Hey Ryan! In the version on the repo, there currently is not a way to handle that, but since you asked, I looked into it and have added a filter to the version under development, if you want to try it. It should be stable, but I would try it on a development site first.

    Because it’s not a featured I think everyone would want, you need to add a filter to your functions.php file or a site functionality plugin. The filter is:
    add_filter( 'display_featured_image_genesis_excerpt_show_front_page_title', '__return_true' );

    Note: this filter only takes effect if you have the plugin set to move the excerpts to overlay the featured image (which is the use case I understood you to be asking about, right?).

    You can expect this will be in the next released version of the plugin. Hope that helps!

    Thread Starter Ryan Townley

    (@ryantown)

    You rock, Robin! That did the trick. It did repeat the title down below, however, that’s an easy fix. Thanks so much!

    Plugin Author Robin Cornett

    (@littlerchicken)

    Thanks for letting me know about that, Ryan! I’m working on making sure the title gets removed properly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title & excerpt overlay on Front Page’ is closed to new replies.