Archived topic
blogg theme
16 replies · Started by lumir on December 22, 2019
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
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/
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
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.
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?
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.
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.