One column for category page

  • Author
    Posts
  • #14557
    Francois

    Hi,

    I have created a category page http://therealmusic.net/word/reviews-2/

    As you can see, my posts appear in two columns. I would like to get the same thing in one column.

    So with the post title, image and read button (to the right of the image), with the tags possibly to the right too.

    Is this possible?

    Thanks

    #14564
    Jim

    Hi Francois

    I think this is to do with Magazine Layout which is in Post Excerpt Settings. Try setting it to Disabled.

    I hope this helps

    Jim…

    #14578
    Francois

    Thanks, that’s solved the issue with the columns, anyway to make the pictures bigger and reduce the spacing between the posts?

    #14583
    Jim

    Hi

    I would think the image sizing could be something to do with adding a Featured Image on your post and then adjusting its thumbnail size within Featured Image settings perhaps.
    As for reducing the spacing between posts, I don’t think there are any standard settings, this is probably custom CSS where the margin is reduced as follows:

    article.post, article.page {
    display: block;
    margin: 0 0 35px;
    overflow: hidden;
    padding: 0;
    }

    Hope this helps

    Jim..

    #14587
    Francois

    Hey man,

    Thanks for the info. I’ve reduced the margin which is cool, thought it may have been CSS, just didn’t know where to look.

    As for the featured images, I always upload at 1050×350, I’ve increased the size in the settings but oddly, only my three latest posts are affected, the rest remain small, any idea why this is?

    Thanks

    Francois

    #14588
    Francois
    #14752
    Zed
    Cryout Creations mastermind

    The images are processed on upload only. If you change the image settings the new settings only apply to future images. Those that are already there remain as they are. This is how WordPress works.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘One column for category page’ is closed to new replies.