Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author Edward Caissie

    (@cais)

    The current working version of the plugin has the featured images being handled around line 268.

    Each instance of the_post_thumbnail() could be wrapped in an appropriate anchor tag (see the code around line 250 as an example) and you should see the results you are looking for.

    I’ll have a look at this as an enhancement to the plugin with a future update as well. Thanks for the idea!

    Very nice plugin, I am testing a few atm, would be great to have the image clickable/link to the post. Thanks.

    Plugin Author Edward Caissie

    (@cais)

    @rawdolphe – Thanks to @kesava’s idea above, the next version of BNS-FC will have the Featured Images linked to the posts.

    Although I have not released it on the Plugin repository, yet, it is available at GitHub, https://github.com/Cais/bns-featured-category

    As far as I have tested the GitHub version is working fine … I’ll likely package it up and release it later in the week.

    Thanks a lot Edward, I’ll check this out. It’s great!

    Would be great if there was an option/tick box to remove Post Titles ??

    Thread Starter Kesava

    (@kesava)

    Thank you so much Edward!

    I just got the updated code from github and replaced the old code in that file and refreshed and every featured image is now linking to it’s post.

    That is exactly what I wanted. ??

    I really appreciate it and think it made a lot of sense to have as a feature anyway.

    Plugin Author Edward Caissie

    (@cais)

    Thank you both! Note I did not “beta” tag this GitHub version, please remember to check when the plugin is updated in Extend although I do not expect there to be any changes from now until then.

    @rawdolphe

    Would be great if there was an option/tick box to remove Post Titles

    … as in only show, for example, Featured Images?! I’m sure it is possible although I do not know if the aesthetics of the idea would display well. I’ll have to think on this idea.

    Hi Edward,

    Thanks for your question and for considering it.

    Yes, the option to remove/turn off (maybe via css = display: none; is a simple way?) the Post Titles and using Featured Images instead.

    This is for presentation/aesthetic reasons actually, and it’s great for saving space.
    It looks quite nice to have the Featured Image on the left and nothing above, with the excerpt showing on the right, one is still able to fully customise the look of the excerpt, changing the post title etc… When they are all stacked up on top of each other it looks neat. Most plugins I have checked have this feature, but I’d love to see this on yours.

    Plugin Author Edward Caissie

    (@cais)

    @rawdolphe – Thanks for the added description of the feature request; I’ll definitely consider it, but it may not make it into the next release … although the following release has a very good chance of seeing it.

    Thank you Edward,

    Do you know where I could manually add the following css code to not display Post Titles?

    display:none;

    Even as a temporary fix it would be great.

    Plugin Author Edward Caissie

    (@cais)

    @rawdolphe – The exact CSS would most likely be relevant to the active theme on your site as there is currently no specific CSS container for the post title in the plugin.

    Hi Edward,

    Yes, I had a look and it’s quite tricky, I even find it hard to style it individually without messing up other elements on the theme.

    So, right now I am looking inside your php file to see if I can comment something out…
    If you have any idea(s) please let me know. Thank you.

    Plugin Author Edward Caissie

    (@cais)

    Thank you Edward!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Plugin: BNS Featured Category] Make Featured Images link to the Post’ is closed to new replies.