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 » RSS, Feeds & Subscribing »

Can I put HOME, POSTS and COMMENTS Feed links in sidebar?


  #1  
Old Feb 3, 2009, 06:37 PM
HalfWayThere
 
25 posts · Feb 2009
Hi

Having tried a number of themes, yours is the first one I really fell in love with. You have done a fine job making it user friendly for customising and your explanations are very clear and easy to underdstand. :-)

The questions are:-

1) Can I put a link in one of the sidebars for the HOME page, rather than have it in the
Page Menu Bar?

2) Can I place the Posts Feed and Comments Feed in one of the sidebars instead of the Logo area?

Thanks,

Matt
  #2  
Old Feb 3, 2009, 07:10 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Use a text widget for both. For the RSS feeds, view the source code of your site in the browser to figure out the URLs for both feeds, the examples from below would work too but they are not permalinks: Put this into the text widget:

HTML Code:
<div class="clearfix">
<a class="comments-icon" style="float:left" href="http://www.yoursite.com/?feed=comments-rss2" title="
Subscribe to the COMMENTS feed">Comments</a>
<a class="posts-icon" style="float:left" href="http://www.yoursite.com/?feed=rss2" title="
Subscribe to the POSTS feed">Posts</a>
</div>
Each link and its image build a unit, you can add margin to them to space them out. I've put the two links into a container with the class "clearfix" because both links are floated, to make sure they don't break out of their container.
I added an inline style of "float: left" to both links because by default they're floated to the right (in the logo area)

For the homepage link use also a text widget and put i.e. something like this into it:

HTML Code:
<a style="font-size: 2em; color: #cc0000;" href="/" title="My site">My Site</a>
You could add more inline styles to this link i.e.

HTML Code:
<a style="font-size: 2em; font-weight: bold; font-family: georgia, serif; color: #cc0000; text-decoration: underline;" href="/" title="My site">My Site</a>
To link an image:

HTML Code:
<a href="/" title="My site"><img src="/wp-content/themes/atahualpa3/images/myimage.gif" alt="My Site, maybe a variation of the title" /></a>

Last edited by Flynn; Feb 4, 2009 at 07:52 AM. Reason: Changed the closing tag for the image from > to /> for valid XHTML
  #3  
Old Feb 7, 2009, 11:40 AM
HalfWayThere
 
25 posts · Feb 2009
Thanks - all sorted.

Bookmarks

Tags
comments, feed, home, post, sidebar

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
I removed the left side bar from my home page, and now want put it back, but can't... nasu Sidebars & Widgets 2 May 24, 2009 03:08 PM
recent posts in the right sidebar, but not on the home page ind Sidebars & Widgets 1 May 6, 2009 03:49 AM
How to put email notification subscription in posts? persocom RSS, Feeds & Subscribing 2 Mar 27, 2009 08:38 PM
Can't put images in my posts jockoe Atahualpa 3 Wordpress theme 4 Feb 24, 2009 07:04 AM
Header feed-links to sidebar? + redirect pages? net-prophet RSS, Feeds & Subscribing 3 Feb 8, 2009 02:05 PM


All times are GMT -6. The time now is 06:47 AM.


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