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 »

Add New Item to RSS / Email / Comments in header


  #1  
Old May 4, 2009, 12:15 PM
kesterbrewin
 
4 posts · May 2009
London
Add New Item to RSS / Email / Comments in header

I like the subscription options in the header area (RSS / Email / Comments) but wonder how I could add another. Basically, would like an option for people to get updates via Twitter.
Can this be done?

Thanks in anticipation,

KB
  #2  
Old May 5, 2009, 10:40 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
For now you'd have to manually edit bfa_header_config.php:

After i.e.
PHP Code:
        
        
// END: of COMMENT Feed link 
add
PHP Code:
$logo_area .= '
<a class="twitter-icon comments-icon" rel="nofollow" href="LINK_HERE" title="TITLE_HERE">
LINK_TEXT_HERE</a>'

At Theme Options -> HTML/CSS Inserts -> CSS Insert, add:

HTML Code:
.twitter-icon {
    background: transparent url(/wp-content/themes/atahualpa332/images/twitter-icon.gif) no-repeat scroll 0 !important;
    /* Example: [width of icon] + [space between icon & link text] = 27px */
    padding-left: 27px !important;  
    }
And upload a 22px tall twitter-icon.gif to /wp-content/themes/atahualpa332/images/. Adjust 27px, see comment in the CSS
  #3  
Old May 6, 2009, 09:14 AM
kesterbrewin
 
4 posts · May 2009
London
Sweet - thanks. I'll give that a go now!

Bookmarks

Tags
feed, header, rss, subscription, twitter

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove RSS/Email feed from header gofestive RSS, Feeds & Subscribing 4 Apr 6, 2012 11:01 AM
[SOLVED] How to remove Entries RSS, Comments RSS, and Wordpress.org on sidebar streetx Sidebars & Widgets 4 Jun 21, 2009 06:49 PM
How to place RSS icons Post, By Email, Comments at botton of each post. sagatr Post-Kicker, -Byline & -Footer 7 Jun 21, 2009 04:36 AM
How do I add a NEW css item? Tarzanna77 Atahualpa 3 Wordpress theme 1 Jun 2, 2009 03:47 AM
Changing the rss and comments icons in the header section barefaced RSS, Feeds & Subscribing 0 Mar 14, 2009 08:52 AM


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


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