Cyber Monday Sale!

Save up to $50 through December 5th.

Shop Now

[Resolved] specific category

Home Forums Support [Resolved] specific category

Home Forums Support specific category

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1401904
    demoxing

    Hello,
    I want to show a specific category post in my footer widget section not all categories names.
    when I select the category it will show all categories which I have. but I don’t want to show categories, I want to show category posts here.

    reference: https://imgur.com/cZNOJel

    #1401932
    Leo
    Staff
    Customer Support

    Hi there,

    That’s a WordPress widget so the theme cannot control it.

    Maybe a plugin like WP Show Posts would help?
    https://en-ca.wordpress.org/plugins/wp-show-posts/

    #1401966
    demoxing

    Alright I have installed the plugin and set it up but I have a question, see here: https://imgur.com/eyNVLbC

    I set it for only post titles, but the space between 2 posts are a lot, how to less the space? and the plugin showing the full title of the post, is it possible to make it limited? I mean the post title excerpt length?

    #1402291
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
        margin-bottom: 0.75em;
    }
    #1402326
    demoxing

    David thank you so much. problem solved again! and Leo thanks for the plugin recommendation.

    #1402434
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.