• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Parallax Pro Custom Single Post Template

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Parallax Pro Custom Single Post Template

This topic is: not resolved

Tagged: custom page template, parallax-pro

  • This topic has 1 reply, 1 voice, and was last updated 7 years, 7 months ago by dodimar.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • August 13, 2015 at 10:09 pm #162333
    dodimar
    Member

    Hi,

    I am trying to create a single post template with the following customization:

    * Do not show the Page Title on the post body
    * Show a predefined image before the post body
    * Do not show sidebar widgets

    Here's the current code I have: http://pastebin.com/ueffutas

    August 13, 2015 at 10:35 pm #162337
    dodimar
    Member

    I seemed to remove the post title by using this code

    <?php
    /* Template Name: Woodside */
    /**
     * Genesis custom loop
     */
    //* Add custom body class to the head
    add_action( 'get_header', 'remove_titles_all_single_pages' );
    function remove_titles_all_single_pages() {
        if ( is_singular('page') ) {
            remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
        }
    }
    //* Run the Genesis loop
    genesis();

    Did I do it properly?

    This is the first time I am customizing our Genesis Parallax theme.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble