New Topic

Custom Page Template

Home › Forum › Customization › Custom Page Template

This topic contains 3 replies, has 2 voices, and was last updated by  StartupWP 5 years, 1 month ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1438

    frostybyte
    Participant

    I’m trying to customize the page template for StartupWP. I’m using the free version. I’ve attempted to edit the template-sidebar-left-right.php file. All I’m wanting to do is remove the title from it. For some reason whenever I make any modification to the php file, even if it’s just editing the title of the template in the commented section at the top, it messes it up. I’ve tried copying all the code from the original template-sidebar-left-right.php file and pasting it in to the new file. Then editing only the page template commented title at the top. Not editing any PHP code. It still messes up. I’ve created page templates before and modified php code before. Is there something I’m missing?

    I’m using the latest version of the StartupWP free template (1.1.8), and WordPress 3.8.1.

    #1440

    StartupWP
    Keymaster

    Do you want to remove titles from all pages, just that template, or from one specific page that happens to be setup with that template? Assuming the latter, can we get the link to that page?

    Also, before continuing your project, you may wish to know that the newest version of Startup is actually found here:

    http://wordpress.org/themes/startup

    Upgrading should be done with caution and is completely optional.

    #1441

    frostybyte
    Participant

    Not sure what the main differences are as I haven’t had the time yet to compare them, but I purchased the Pro version. After all, I really like the template and it does what I need it to do, look wise. In the wpstartup Pro, I edited the same file as from the regular version, template-sidebar-left-right.php. I deleted out of the template the same code I had deleted in the wpstartup free version:

    <h1 class="entry-title"><?php the_title(); ?></h1>

    When I deleted that out of the wpstartup Pro template file, edited the template name at the top, and saved it as a new template it all worked just as it should have. So I’m wondering if there’s something different in the template-sidebar-left-right.php of the free version that causes it to mess up when you delete that same code I deleted in the pro version. Basically, instead of it being a three-column look the left sidebar seems to no longer be there even though the content of the left sidebar stays there. Almost like it merges the left sidebar and the body/content together in to one column.

    In any case, it’s working. I’m happy. :D

    #1444

    StartupWP
    Keymaster

    One possibility, make sure that you’re editing template-sidebar-left-right.php and not template-sidebar-left-right-post.php.

    Another possible issue, make sure now that you’re using StartupPro, that you’re child theme has the correct theme slug:

    https://startupwp.com/topic/child-theming/

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.