Viewing 1 replies (of 1 total)
  • Plugin Author Azizul Hasan

    (@hasanazizul)

    H @simonavshalom ,

    A new version of the plugin has been released. Where your requirement will be fulfilled. Please update the plugin to the latest 1.3.21 version

    Install the plugin?Code SnippetsThen Select Snippet?>?Add a new snippet with this block of code

    add_filter( 'tta__content', 'tta__content_callback', 10, 2 );
    function tta__content_callback ($content, $post) {
    	return $post->post_title;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘text to speech only the title’ is closed to new replies.