• I just started using this plugin and am amazed how simple it is to use. But there are two thing I would like to be able to do:

    • Have a limited character count for the title?
    • The link seems to be just wrapped around the title but I like showing the featured image. But that is not clickable. But statistics show that people love clicking on images.

    Are those two things possible and I just haven’t figured out how to do it with this plugin? Or might it be possible to add these features to this plugin?

    Thanks

    Chris

    https://wordpress.org/plugins/post-content-shortcodes/

Viewing 1 replies (of 1 total)
  • Plugin Author Curtiss Grymala

    (@cgrymala)

    For the first request, if you’re using the post-content shortcode, you could hook into the post-content-shortcodes-title filter to limit the length of each title.

    If you’re using the post-list shortcode, it’s a little more difficult. You’d have to selectively hook into the the_title filter to trim the title length. I’m working on a new version that will fire an action at the start/end of each shortcode, so, once that new version is released, you could hook into those actions to add the filter to the_title and remove it once the shortcode is done being processed.

    Regarding your second request, the new version will also include a link_image attribute that will automatically wrap the thumbnail in a link if it’s set to true.

Viewing 1 replies (of 1 total)
  • The topic ‘Limit the title Length and linked Feature Image?’ is closed to new replies.