• Resolved way2hota

    (@way2hota)


    What I’m doing is making a site for video reviews. I’m putting the shortcode on the homepage which uses the “Static” setting.

    If you can help me that would be lovely.

    I’d like to make it so that small thumbnails show up with the post title below it and how many hours ago it was posted below that line. I’d like it to be 4 thumbnails across and 5 or 6 thumbnails down. It only be getting the newest posts. So every time a new post is created regardless of category it should put that at the top of the list.

    Here is a sample of some other site i seen it on, not really relevent to my site but this is what I want it to do almost exactly: http://www.couchtuner.eu/

    It’s totally fine with me if I can’t get it to look exactly like the sample. As long as I can Have 4 rows of images with post titles that would be a load of help.

    All help appreciate thanks man. the plugin is quite good indeed!

    https://wordpress.org/plugins/display-posts-shortcode/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi.

    I had the same problem for AGES and finally found something that works today so I’ll post it here to help you out.

    I found this thread: http://wordpress.org/support/topic/display-titles-on-separate-lines?replies=5

    I copied and pasted the code on that thread into my child theme’s function.php file. I then added the following into my child theme’s CSS file:

    .display-posts-listing .listing-item {display: inline-block;}
    .display-posts-listing img {float: center; margin: 0 20px 5px 0; text-align: center;}

    It worked for me so I hope it helps you.
    Cheers.

    Bummer, didn’t work for me. Any other ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small thumbnail with post title and arrangement’ is closed to new replies.