[Resolved] blogg theme

Home Forums Support [Resolved] blogg theme

Home Forums Support blogg theme

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #1111020
    lumir

    Hi there,

    I have ‘blogg theme’ with WP Show Posts plugin. I want my Home page to look like ‘feed’ with titles above images.

    How can I make images or Posts on my Home page unclickable please?

    Also I’d like to order Posts as I want, what would you advice please? What shall I choose in WP Show Posts settings? Order by title, author?

    Thank you

    #1111363
    Leo
    Staff
    Customer Support

    Hi there,

    Can we first confirm that you actually want more than one page that shows your posts?

    If not then WPSP is actually not needed – we removed Blogg from our library as it was a bit confusing.

    Let me know 🙂

    #1112366
    lumir

    Hi, for now just one homepage is fine posts running down as in news feed: Title and bellow image.

    Please advice how to make image and title “unclickable’ if you you know what I mean?

    Also how to order posts as I want? Can I mark posts so that lets say post1 is top then post2 2nd from top and etc..

    Thank you

    #1112505
    Leo
    Staff
    Customer Support

    If you only want one page to display your posts then no need to use WP Show Posts.

    You can set the home page to display the latest posts:
    https://wordpress.org/support/article/settings-reading-screen/

    Then add this PHP snippet to remove the link:
    https://docs.generatepress.com/article/generate_featured_image_output/#example

    Adding PHP: https://docs.generatepress.com/article/adding-php/

    #1112593
    lumir

    Ok I ve done that, I set homepage to display latest posts now.

    Where do I paste the snippet?

    Also how to order posts as I want? Can I mark posts so that lets say post1 is top then post2 2nd from top and etc..

    Thank you

    #1112638
    Leo
    Staff
    Customer Support

    See the adding PHP link I provided here:
    https://generatepress.com/forums/topic/blogg-theme/#post-1112505

    Also how to order posts as I want? Can I mark posts so that lets say post1 is top then post2 2nd from top and etc..

    This should be the default – latest post on top.

    #1112925
    lumir

    Ok, perfect, that’s sorted.

    The last thing, do you know how to push the footer down a bit and make more space below contact email? It looks a bit funny..
    http://lumirschulz.com/contact/

    #1112944
    lumir

    Also how do I put titles above images on posts, not opposite as it’s now?

    #1113397
    Leo
    Staff
    Customer Support

    Try the featured image location option in the customizer:
    https://docs.generatepress.com/article/adjusting-the-featured-images/

    Make sure to click the Posts toggle to adjust single post.

    #1113962
    lumir

    Great, that’s sorted.

    The last thing, do you know how to push the footer down a bit and make more space below contact email? Page looks a bit funny with footer inch below header, if you know what I mean?
    http://lumirschulz.com/contact/

    #1114046
    Leo
    Staff
    Customer Support

    Hmm is that all the content you want on that page?

    #1116830
    lumir

    yes

    #1116916
    Leo
    Staff
    Customer Support

    Try this CSS:

    .page-id-611 .site-footer {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #1117268
    lumir

    I pasted it into Snippets plugin but it produced error and didnt work??

    #1117335
    David
    Staff
    Customer Support

    Hi there,

    the code Leo provided is CSS – you can add it to the Customizer > Additional CSS.

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