My WordPress theme Lumin will not allow the footer widget to show on the index page so I went into the editor and copied and pasted the footer code, ok that’s fine. I found out that one of the links that is in the ‘Links’ widget in the footer widget is not pointing to the right page so I changed it in the footer.php file and it only updated the footer on my main page.
The rest of my pages are still going off of the footer widget, not the footer.php file. I used Firebug to get the code that I needed to change footer.php so that was easy, but now I can’t figure out where the code of the actual widget is so that I can update that one link.
I have tried updating all the files in the editor where it says <? php get_footer(); ?> and replacing it with the actual footer html I got from firebug and nothing is happening on any of my pages.
My WordPress site is http://www.onlinefxdealer.com if you want to check it out yourself. It is that first footer that says Contributors….the 2nd link for FX Market Commentary. I need it to point to http://feeds.feedburner.com/FxMarketCommentary and on every page, but the index, it points to www.cmegroup.comcommentary-fx.rss
Any ideas?
In the Plugin for FeedWordPress, I went under the
Syndicationlink on the left menu of the site’s dashboard. I located the RSS feed that had the incorrect home page and located it’s Feed Information. I changed the HomePage to the correct link and the footer links have been updated to the correct information. Thank you for the help!