rtysmith 1 Report post Posted May 2, 2011 I have an script that moves titles to tags, but they are also displaying on PAGES! Any idea why or how to remove from the PAGE loop? Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 2, 2011 How/where are you adding the script? Share this post Link to post Share on other sites
rtysmith 1 Report post Posted May 2, 2011 The script is the plugin for wordpress.org: Title to Tags Share this post Link to post Share on other sites
rtysmith 1 Report post Posted May 2, 2011 http://screencast.com/t/N3139geJgN Share this post Link to post Share on other sites
Kate 3 Report post Posted May 3, 2011 Hi Tyler, I'm not familiar with that plugin. But, is there an option in the plugin settings to not display it on pages? The other option is to "hide" it with CSS. So, you would identify the class of that div, and use something like this: .page .tagDiv{display:none;} Obviously you'll need to replace "tagDiv" with the actual class name. Share this post Link to post Share on other sites
rtysmith 1 Report post Posted May 3, 2011 Right on, its hidden now!!! thx!! Share this post Link to post Share on other sites