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 »

[SOLVED] Manually Change RSS Link URL


  #1  
Old Aug 20, 2009, 04:31 PM
muchasg
 
16 posts · Aug 2009
Hi,

I'm wondering if there's a way to manually change the url to which the little RSS icons in the upper right are directed.

Here's my site:

goduckspodcast.com

Thanks!

-Mike
  #2  
Old Aug 23, 2009, 11:52 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You could either edit functions/bfa_header_config.php for this, or not display the whole %logo area at Theme Options -> Configure Header Area, and construct your own logo area with HTML/PHP in Theme Options -> Configure Header Area instead

You can mix and match Atahualpa tags such as %pages or %image with HTML and PHP, i.e.

%pages
... your HTML / PHP
%image
  #3  
Old Aug 23, 2009, 01:16 PM
muchasg
 
16 posts · Aug 2009
Hey Flynn,

Thanks for the reply, I really appreciate it. However, I'm still a little confused. I want to show the header area and title and everything like it is now... and I also want to show the rss icon in the upper right. My goal is to change where one is directed after clicking on the rss icon. Right now clicking takes you to:

http://goduckspodcast.com/?feed=rss2

Is there anyway to change this? I didn't see the link in the bfa_header_config.php file. I guess I was thinking that if I could just find where this link is defined, I could replace it with my own url.

Thanks again.
  #4  
Old Aug 23, 2009, 04:05 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
It should be

$logo_area .= 'href="' . $bfa_ata['bloginfo_rss2_url'] . '" title="' .
$bfa_ata['post_feed_link_title'] . '">' .
$bfa_ata['post_feed_link'] . '</a>';

Replace with


$logo_area .= 'href="http://www.url.com/">Title</a>';

or, to keep using the other settings (link anchor title and link title)

$logo_area .= 'href="http://www.url.com/" title="' .
$bfa_ata['post_feed_link_title'] . '">' .
$bfa_ata['post_feed_link'] . '</a>';
  #5  
Old Aug 23, 2009, 05:55 PM
muchasg
 
16 posts · Aug 2009
Thanks!!! You're the best!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I add the word Subscribe: before RSS Feed Icons and Link Text? fromtheranks Header configuration & styling 2 Jul 4, 2009 10:34 AM
How to change the RSS and Comments icon to a bigger one??? ngc RSS, Feeds & Subscribing 6 Jun 19, 2009 12:52 PM
love the theme but Pages link to RSS...? tokyoterri RSS, Feeds & Subscribing 2 Apr 21, 2009 11:37 PM
How to stop address URL link from popping up when the cursor is on a link? araneum Post-Kicker, -Byline & -Footer 0 Apr 11, 2009 06:00 PM
Change logo in browser url bfarah Header configuration & styling 1 Apr 5, 2009 10:54 AM


All times are GMT -6. The time now is 09:17 AM.


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