Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Template Page with only widget


  #1  
Old Aug 21, 2009, 07:42 PM
abovocipher
 
2 posts · Aug 2009
Hi, I am very impressed with this theme. I created a template paged but I want to remove the header, content, and right column. I would like to only show the left column with the widget contents. I haven't been able to get the code right since this theme is alittle tricker when you are trying to edit the code in the .php files. Any suggestions?

Thanks alot.

-Jeff
  #2  
Old Aug 23, 2009, 12:27 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Create a page template such as

<?php
/*
Template Name: Only left sidebar
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
...copy whatever other parts from header.php you may need, i.e. references to stylesheet and JS ...
</head>
<body>
...your HTML...
<?php dynamic_sidebar('Left Sidebar'); ?>
...your HTML...
</body>
</html>
  #3  
Old Aug 23, 2009, 09:12 PM
abovocipher
 
2 posts · Aug 2009
Hey Flynn,

Thanks for the code, but it doesn't seem to work. I don't know why I didnt think of this earlier but I just pulled all the code from the header.php except for the parts where it called title, image, etc.. and it was able to keep the formatting Thanks for the help

-Jeff

Bookmarks

Tags
remove content, remove header, template

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Missing template option on edit page attirbutes ExpandingFile Atahualpa 3 Wordpress theme 3 Aug 9, 2009 05:28 AM
request: please add "links.php" page template. dhani Atahualpa 3 Wordpress theme 0 May 22, 2009 03:36 AM
Using Page Template - where to select? Charlotte Excerpts, Read more, Pagination 1 Feb 28, 2009 01:49 PM
Modifying the footer of the template seftonview Atahualpa 3 Wordpress theme 1 Feb 9, 2009 05:38 AM
New Template Page Axon Atahualpa 3 Wordpress theme 1 Feb 8, 2009 01:34 PM


All times are GMT -6. The time now is 02:08 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.