Site logo

Archived topic

blogg theme

16 replies · Started by lumir on December 22, 2019

Viewing posts 1–15 of 17

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

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 :)

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

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

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/

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

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/

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

yes

Try this CSS:

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

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

Hi there,

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

This archived topic is closed to new replies.