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 »

How do I add pages to my Atahualpa Left Sidebar?


  #1  
Old Feb 15, 2010, 07:41 AM
Lasareath
 
7 posts · Feb 2010
Help How do I add pages to my Atahualpa Left Sidebar?

Hello,

Is it possible to add the top pages to my left sidebar using Atahualpa

If it's here already i'm sorry I cannot find it.

Thanks,

Lasareath
  #2  
Old Feb 15, 2010, 08:16 AM
whitie
 
5 posts · Feb 2010
Hey Lasareath, I was looking at doing something like that just earlier today. I found this page particularily helpful:

http://green-beast.com/blog/?p=157

You would put a slightly varied version of that html/php code (no need for the rss stuff perhaps etc) in header.php just before here:

Code:
</td>
<!-- / Left Sidebar -->
just after

Code:
<?php endif; ?>
And then put the css stuff in ATO -> Add HTML/CSS Inserts -> CSS Inserts.

Hope that helps!
  #3  
Old Feb 15, 2010, 09:16 AM
Lasareath
 
7 posts · Feb 2010
Thanks!!! that was super easy.

now I just need to get rid of the:

Categories
No categories

Archives
  #4  
Old Feb 15, 2010, 09:20 AM
Lasareath
 
7 posts · Feb 2010
I got rid of those titles by removing this code:


<div class="widget widget_categories"><div class="widget-title">
<h3><?php _e('Categories','atahualpa'); ?></h3>
</div>
<ul><?php wp_list_categories('show_count=1&title_li='); ?></ul>
</div>


<div class="widget widget_archive"><div class="widget-title">
<h3><?php _e('Archives','atahualpa'); ?></h3>
</div>
<ul><?php wp_get_archives('type=monthly'); ?></ul>
</div>
  #5  
Old Feb 15, 2010, 09:29 AM
Lasareath
 
7 posts · Feb 2010
I got the code down to this and it works

<ul id="nav">
<?php if(is_home() && !is_paged()){ ?>
<li class="current_page_item">
</li>
<?php } else { ?>
<?php } ?>
<?php wp_list_pages('sort_column=menu_order&title_li='); ?>
</ul>


But it comes up with bullets, I wish I can get rid of the bullets and make the text left justified

Last edited by Lasareath; Feb 15, 2010 at 09:41 AM.
  #6  
Old Feb 15, 2010, 10:29 AM
Lasareath
 
7 posts · Feb 2010
I found this and it seems to be the correct thing but i don't know how to make it work

http://faq.wordpress.net/view.php?p=35

Bookmarks

Tags
atahualpa, pages, sidebar



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't add a text widget to left sidebar sirabi Sidebars & Widgets 3 Jan 11, 2010 05:26 AM
[SOLVED] How do I add an image to the left sidebar? Matthew Krichbaum Sidebars & Widgets 15 Oct 16, 2009 11:52 AM
Using 3.4.1 ... can have Pages in left sidebar, or Recent Posts in right, but not bot AddApt Sidebars & Widgets 1 Sep 2, 2009 03:52 AM
[SOLVED] Removing Children Pages from Left Sidebar minicuci Sidebars & Widgets 2 Aug 26, 2009 07:43 PM
[SOLVED] left sidebar issue with pages ldsmedia Page & Category Menu Bars 9 Jun 2, 2009 03:21 PM


All times are GMT -6. The time now is 06:37 PM.


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