Site logo

blog

Edit post link support

First thing. Client I built the website for using GP, really likes the “Edit Post” link that you can access underneath each post when viewing it on the front end whilst being logged in as an admin/editor. I have upgraded GP, GP Premium Addons and also the WordPress core to the latest version. The “Edit … Read more

Sidebars messed up in blog

Hi Tom, could you please have a look at: http://www.fudiggl.de/blog/ As you can see, there’s only 1 of 2 sidebars – and it’s messed up (after the postes)… Any ideas? Thank you in advance for your help! Best regards, Sven

Blog Generator – Masonry

Is there a way that I can assign a blog ‘gallery’ to more than one page. I need the posts to be on a page called One – with a masonry display Then Two – with a masonry display etc etc Or can this only be assigned to one page? Any suggestions? Paddy

How do I not show slider blog page?

Hi Tom, Thanks for everything and such a fantastic theme. Quick question: I made a blog page just recently and for some reason the slider I have installed on page designated as home page shows up… How can I get that not to show on the blog page? I’ve tried to disable the header, etc. … Read more

private site/posts –> error: blog page is not shown

Hi Tom, on http://abi1994.org I maintain a site for my high school class. It contains both type of posts/pages – public and private, because there is some private information not to be shown to the world. So this is only accessable for registered users. Now I wanted to use your blog-add-on. By activating it my … Read more

More masonry blogs

Hi There, I have 3 masonry blogs one wordpress default and two cpt blogs. Two works perfect but i cat get the third working. I use the code below. Can you help me out. add_filter('generate_blog_masonry','generate_blog_enable_post_type_masonry'); function generate_blog_enable_post_type_masonry() { // Check page template by file name if ( is_page_template('sponsoren-template.php') ) return 'true'; // Check if blog … Read more

Blog add-on recreates featured images

I’m the developer of the EWWW Image Optimizer, and one of my users was having a problem with images being regenerated repeatedly, and we finally narrowed it down to the Blog add-on for GeneratePress. The function claims that it will serve an existing image or create a new one, save it to disk, and then … Read more

Adding Blog Posts To Sections

Hi Tom I’ve just set up a page with sections to be used as my homepage. I’ve put a big image right below the navigation menu and I want to have the blogs posts below that image in 3 columns. Is that possible? Thanks

How to assign Masonry only to main blog?

Hello in my menu I have some category items, I want to use the Masonry option only in a few of them and to let the classical option for th others. Is it possibile?