• Resolved virens

    (@virens)


    Thank you for creating wonderful Plugin.

    I am using this widget to display recent post in my WP sidebar. I want to display featured image / thumbnail of 300X300 dimension, the only problem is the post title is not displaying correctly. It seems like by default post titles are set to display side of thumbnail.

    I need help on how can i display the post title BELOW the thumbnail. Let me know which code / file needs to be edited and what modification needs to be done.

    Below is example on how its currently showing the posts

    Let me know if more information is required from my end.

    Regards,
    Virens

    • This topic was modified 8 years, 6 months ago by virens.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    Yes, the title is aligned right from the image by default. To place it below the image add that CSS code either in the file style.css of the theme or via a Custom CSS plugin:

    .rpwwt-widget ul li a img {
        float: none;
        display: block;
    }
    .rpwwt-post-title {
        display: block;
    }
    Plugin Author Martin Stehle

    (@hinjiriyo)

    If you do not need any excerpt in the list and do not want any coding, just a few clicks for the same result, try the plugin Ultimate Post List. With that plugin select the thumbnail position “Align center”. That way the post title will be placed under the image.

    • This reply was modified 8 years, 6 months ago by Martin Stehle.
    Thread Starter virens

    (@virens)

    Hi Martin,
    Thank you for your quick response, I used Custom CSS plugin to put given code and it worked exactly the way i wanted. So thanks again.

    I also tries your other plugin “Ultimate Post List”, with thumbnail centrally aligned, but my post titles were not aligned properly. I think it would be great if plugin can have option to also align the post title centrally, that way it would look good.

    Thank you for resolving the reported issue.

    Regards,
    Virens

    Plugin Author Martin Stehle

    (@hinjiriyo)

    Thank you for your feedback!

    @hinjiriyo, @virens

    Thanks to both of you! And especially you, Martin!

    Hi, I’m new to WordPress I have the same problem the title is aligned right from the image by default.
    help guide me step by step.
    Thanks!

    here is my website: https://www.cam-news.com

    • This reply was modified 8 years, 1 month ago by ravy2016.
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to get Post Title below thumbnail’ is closed to new replies.