jmann840 0 Report post Posted January 15, 2010 I'm trying to create a landing page for both iblog and whitehouse themes. I need the page to not include any of the navigation buttons, sidebar items, or footer links. A user will need to sign up with their name and email to access my website's home page. Thanks in advance to the great Pagelines staff and great wordpress themes! Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 15, 2010 Thanks for the compliment. are you on the free versions? There are options that would help in the pro ones. On free, You might need to add inline css to the page. Share this post Link to post Share on other sites
jmann840 0 Report post Posted January 19, 2010 I am using the pro version, and have tried changing all the page templates and not found one that takes away the buttons and sidebars. Am i missing something? Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 20, 2010 no, its a great idea though to add a "landing page" template. (I'm aware of some of those tricks There is a full-width page template in the pro, although it doesn't change the header. You could add a few conditionals to the header that would fix that, maybe based on a custom field. up to it? Andrew Share this post Link to post Share on other sites
jmann840 0 Report post Posted January 21, 2010 Unfortunately, I have no programming back ground and don't know the conditional coding to erase the header. Also, where in the header would be the best place to put the conditional code? Thanks Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 22, 2010 you would place it around the call to the navigation... something like: ` <?php if(!is_page_template('page-landing.php')):?> <?php include (LIB.'/_nav.php'); ?> <?php endif;?> ` Share this post Link to post Share on other sites
dgregor55 0 Report post Posted February 7, 2010 Hi Andrew I would like to do this myself, but am struggling with the flow of how to do this. Any chance you could add a simple step-by-step guide of what needs to be added / modified to execute this. It will be an invaluable addition. Many thanks in advance and congrats on an outstanding design (note I am also using the PRO version). David Share this post Link to post Share on other sites
Andrew 207 Report post Posted February 10, 2010 Hi David, We are working on relaunching our articles & blog... it will have video tutorials and this might fit the bill. Please send a tutorial request to [email protected] .. he is our new media resources manager. Share this post Link to post Share on other sites