Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Content Template not displaying when adding new post

  • Yes. But I see no option to take the page and clone or duplicate it into a post.

    Yes I can duplicate a page or a post but this is not what I need.

  • Seems I need a custom single post template

  • Yes. But I see no option to take the page and clone or duplicate it into a post.

    You can only clone a post to another post, same for the pages, they are different post types.
    If you want to create a post template, you should create the layout in a post, not on a page.

    But anyway, you can also copy all content from the page and paste it into a post. Here’s a video show you how to do it:
    https://www.youtube.com/watch?v=CsT1UOzZUgI&t=71s&ab_channel=GeneratePress

  • As I’ve said multiple times I cannot create a blog post with the layout I need. If I copy a page to a new post the format is wrong. That is why I’m asking how to create a custom blog post layout.

    For example, I copied this page (layout I need)
    https://activedirectorypro.com/test2-2/

    To a new post here
    https://activedirectorypro.com/test-page/

    You can see the post does not look like the page.

    Modifying with an element does not work…. so would this be a custom single post template?

  • It’s because your page’s content container is set to full width, while your post’s content container is set to 800px via a layout element.

    If you want to same layout, you need to remove that layout element which limits the content width of a post.

    Go to appearance > elements, look for a layout element assigned to posts, and set its status to Draft or pending review, and let me know if the issue is fixed.

  • I’ve got it figured out. Is there a way to move the entry meta (published on, author) to the end of the post for a specific category?

  • Can I see one of your posts?

  • Hi Matt,

    Try creating a Hook Element hooked to wp_head. Display it on your preferred pages.

    Then, add this code:

    <style class="custom-cat-style">
    .site-content .inside-article {
        display: flex;
        flex-direction: column;
    }
    
    header.entry-header {
        order:1;
    }
    </style>

    Let us know how it goes.

  • That worked. Thank you

  • You’re welcome, Matt!

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