• Resolved nicoooo

    (@nicoooo)


    Hi,

    thanks for this helpful plugin.

    I’m trying to display the full content of each post, but don’t find the issue.
    I’m looking for using that way :

    add_filter( 'sya_the_title', 'my_sya_filter_title', 10, 2 );
    
    function my_sya_filter_title( $title, $id ) {
        return $id . ' - ' . $title;
    }

    but I don’t know how to do it.

Viewing 1 replies (of 1 total)
  • Plugin Author wpseek

    (@alphawolf)

    Hi @nicoooo and sorry for the late reply!

    Displaying the full content of each post is currently not possible and most likely won’t anytime soon as this would be likely to cause “duplicate content” SEO issues on your site.

Viewing 1 replies (of 1 total)
  • The topic ‘Display full content’ is closed to new replies.