Hi,
I'm using Thematic with a child theme. I discovered a plugin that retrieves stock information and displays it in a site. It works perfectly when the data it's looking for (a stock symbol surrounded by double brackets) appears in either a post or a page. The code governing this is as follows:
add_filter('the_content', 'tickerData', 8);
Now, in page.php, I'm trying to put the stock data in between thematic_abovecontainer(); and <div id="container">, so that I can set up a marquee that spans the main container and sidebar areas. I'm thinking that I need to change the first argument in the add_filter statement above, but I'm not sure what to change it to. Can someone help?
Thanks in advance,
Charlie T.