Site logo

blog

How to create custom page template for blog

How can I change the page template that the blog landing page uses? I’ve created other custom page templates and in the “Page Attributes” I’m able to select the template. No reason or need for another plugin because I have the code I need to insert but I’m not sure what I’m doing wrong that … Read more

Avatar in posts page

I’d like to have the author avatar in the posts page, in the metadata for each post. Is it possible to do it with hooks, or will I have to do it with a php template? Thanks!

Pageheader options on Blog

Hi Tom, it seems the custom pageheader options for the Blog isn’t working anymore: http://puu.sh/qdVHW/b329834b01.jpg. Two updates ago it worked like a charm… Thasks in advance, keep up the good work!

Bug at 1024 pixel

Hey Tom It looks like I found another issue. Not sure how I missed this or whether you already know about it but maybe not so have a look at these images. This issue is occurring on my blog. My blogs using masonry. Not sure if other options trigger the problem or not. My blog … Read more

Different blog columns layout on specific category?

Hi, I need a blog columns layout, using the Blog add-on, different on one category archive page. Is there a hook for that? I know I can change the sidebar layout by category using GP hooks and conditionals (https://generatepress.com/knowledgebase/choosing-sidebar-layouts/) but I don’t know how to have different columns # in a blog column layout for … Read more

Duplicate Next and Previous Links Blog

Hi Tom I notice I’m now seeing duplicate next/ previous post navigation links at the end of individual posts. This is in the entry meta data. It seems that both the next and previous links are shown under both the classes ‘nav-previous’ and nav-next’. e.g. https://www.londonforexopen.com/big-ben-strategy/

More woocommerce support

Add 2 Sidebars (when woocommerce is active): on single product page on product list (archive) page

Does GP automatically create post excerpts?

Mine is set to “show excerpt” and it says 65 words for the number, however, I’m seeing 108 words, plus html code in the excerpt box when editing the post.. Not sure what’s going on?

Sidebar don't show on blog post

Hi Tom, I’m facing a little trouble on my blog single page. Sidebar don’t show: => http://www.decolecedre.com/nettoyer-canape-cuir/ I guess the code I use on woocommerce page might be the problem add_filter( 'generate_sidebar_layout','generate_custom_woocommerce_sidebar_layout' ); function generate_custom_woocommerce_sidebar_layout( $layout ) { // If we are on a woocommerce page, set the sidebar if ( is_single() ) return 'no-sidebar'; … Read more

Blog Image

Hi Tom I’ve had cause to play around with the images in a blog post but I’m not sure this is working. Could be my understanding though! Under Customizing > Blog / Post image, do the various options work on the featured image? I’ve tried adding an image to the Page Header, top of the … Read more