Forum Replies Created

  • In reply to: Slider is cropping the featured image

    #26606

    That did the trick. Cheers

    In reply to: Creating a custom post template

    #19767

    I’m guessing if you change it to this it will work that way:

    global $graphene_settings;
    $graphene_settings['column_mode'] = 'two-col-right';

    In reply to: Creating a custom post template

    #19764

    Thought I would post the solution in case anyone else is looking for it.

    Using the Custom Posts Template plugin, I made a copy of the single.php file, renamed it onecolumn.php

    At the top I added the Custom Posts Template plugin code:

    /*
    Template Name Posts: onecolumn
    */

    And then I added in this code just above the header() function.

    global $graphene_settings;
    $graphene_settings['column_mode'] = 'one-column';

    In reply to: Creating a custom post template

    #19763

    Thanks for that. Sorry for stupid questions, but since I am using a copy of my single.php for the Custom Template Plugin, would it be possible to make a copy of the header.php file, with the sidebar function removed, and point my template file to that instead?

    In reply to: Creating a custom post template

    #19762

    I would have thought that using a different template on a specific post would be fairly easy :/

    In reply to: Creating a custom post template

    #19760

    Yes that’s the plugin I am using. I just want to know how to edit the file to remove the sidebar. I cannot see any get_sidebar(); function in the file to remove.

    Thanks for your reply

    In reply to: Creating a custom post template

    #19758

    No one knows? :/

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