• Resolved fernandorigotti

    (@fernandorigotti)


    Hi. How can I remove subtitle on Instant Articles post?

    I don’t have subtitle on my WP posts, so Facebook is showing a excerpt from post inside <h2> tag above the title. I’d like to remove it.

    Thanks!

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

    (@ozthegreat)

    Hi fernandorigotti,

    Do you mean the excerpt field? If so add this to your functions.php file and it should stop it displaying:

    add_filter( 'wpna_facebook_post_get_the_excerpt', '__return_false' );

    Let me know if that works

    Thanks

    • This reply was modified 9 years, 5 months ago by OzTheGreat.
    Plugin Author OzTheGreat

    (@ozthegreat)

    @fernandorigotti Going to assume this worked!!

    Luis

    (@lestaire)

    It worked for me ☺

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove subtitile’ is closed to new replies.