<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Make Nivo Images non-clickable?</title>
		<link>http://www.themolitor.com/forums/topic/make-nivo-images-non-clickable</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Make Nivo Images non-clickable?</description>
		<language>en-US</language>
		<pubDate>Sat, 02 May 2026 11:23:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/make-nivo-images-non-clickable" rel="self" type="application/rss+xml" />

		<item>
			<title>ckelley on "Make Nivo Images non-clickable?"</title>
			<link>http://www.themolitor.com/forums/topic/make-nivo-images-non-clickable#post-14827</link>
			<pubDate>Thu, 20 Sep 2012 14:46:02 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">14827@http://www.themolitor.com/forums/</guid>
			<description><p>remove the 'a' tags and the &#60;'s
</p></description>
		</item>
		<item>
			<title>thomashb on "Make Nivo Images non-clickable?"</title>
			<link>http://www.themolitor.com/forums/topic/make-nivo-images-non-clickable#post-14796</link>
			<pubDate>Wed, 19 Sep 2012 17:12:37 +0000</pubDate>
			<dc:creator>thomashb</dc:creator>
			<guid isPermaLink="false">14796@http://www.themolitor.com/forums/</guid>
			<description><p>Ignore above - the forum code has tried to turn the code into clickable links. Here it is again:</p>
<p>&#60;?php<br />
//OptionTree Stuff<br />
$category = ot_get_option('category');<br />
$number = ot_get_option('number');<br />
?&#62;</p>
<p>&#60;div id="nivoSlider"&#62;</p>
<p>	&#60;?php<br />
	$showPostsInCategory = new WP_Query(); $showPostsInCategory-&#62;query('cat='. $category .'&#38;showposts='. $number .'');<br />
	if ($showPostsInCategory-&#62;have_posts()) :<br />
	while ($showPostsInCategory-&#62;have_posts()) : $showPostsInCategory-&#62;the_post();<br />
	$data = get_post_meta( $post-&#62;ID, 'key', true ); if ($data[ 'custom_link' ]) { ?&#62;<br />
&#60; a href = "&#60;?php echo $data[ 'custom_link' ]; ?&#62;" title="&#60;?php the_title_attribute(); ?&#62;"&#62;<br />
		&#60;?php } else { ?&#62;<br />
			<a>" title="&#60;?php the_title_attribute(); ?&#62;"&#62;<br />
		&#60;?php }<br />
			the_post_thumbnail('nivo'); ?&#62;<br />
		&#60; / a &#62;</p>
<p>	&#60;?php endwhile; endif;  wp_reset_query();?&#62;<br />
&#60;/div&#62;</p>
<p>I can't see which tag you mean. I tried removing everything between &#60; a href="~" &#62; and &#60; / a &#62; but this broke the slider altogether.</a>
</p></description>
		</item>
		<item>
			<title>thomashb on "Make Nivo Images non-clickable?"</title>
			<link>http://www.themolitor.com/forums/topic/make-nivo-images-non-clickable#post-14795</link>
			<pubDate>Wed, 19 Sep 2012 17:08:13 +0000</pubDate>
			<dc:creator>thomashb</dc:creator>
			<guid isPermaLink="false">14795@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, I also want to achieve this but when I look at the existing code:</p>
<p>&#60;?php<br />
//OptionTree Stuff<br />
$category = ot_get_option('category');<br />
$number = ot_get_option('number');<br />
?&#62;</p>
<p>&#60;div id="nivoSlider"&#62;</p>
<p>	&#60;?php<br />
	$showPostsInCategory = new WP_Query(); $showPostsInCategory-&#62;query('cat='. $category .'&#38;showposts='. $number .'');<br />
	if ($showPostsInCategory-&#62;have_posts()) :<br />
	while ($showPostsInCategory-&#62;have_posts()) : $showPostsInCategory-&#62;the_post();<br />
	$data = get_post_meta( $post-&#62;ID, 'key', true ); if ($data[ 'custom_link' ]) { ?&#62;<br />
<a>" title="&#60;?php the_title_attribute(); ?&#62;"&#62;<br />
		&#60;?php } else { ?&#62;<br />
			</a><a>" title="&#60;?php the_title_attribute(); ?&#62;"&#62;<br />
		&#60;?php }<br />
			the_post_thumbnail('nivo'); ?&#62;<br />
		</a></p>
<p>	&#60;?php endwhile; endif;  wp_reset_query();?&#62;<br />
&#60;/div&#62;</p>
<p>I can't see which tag you mean. I tried removing everything between <a href="~"> and </a> but this broke the slider altogether.
</p></description>
		</item>
		<item>
			<title>ckelley on "Make Nivo Images non-clickable?"</title>
			<link>http://www.themolitor.com/forums/topic/make-nivo-images-non-clickable#post-14307</link>
			<pubDate>Fri, 31 Aug 2012 05:57:03 +0000</pubDate>
			<dc:creator>ckelley</dc:creator>
			<guid isPermaLink="false">14307@http://www.themolitor.com/forums/</guid>
			<description><p>open up the nivoslider.php are remove the a tag that wraps the image</p>
<p>-Chris K
</p></description>
		</item>
		<item>
			<title>nedcook on "Make Nivo Images non-clickable?"</title>
			<link>http://www.themolitor.com/forums/topic/make-nivo-images-non-clickable#post-14297</link>
			<pubDate>Fri, 31 Aug 2012 04:36:08 +0000</pubDate>
			<dc:creator>nedcook</dc:creator>
			<guid isPermaLink="false">14297@http://www.themolitor.com/forums/</guid>
			<description><p>Could someone please tell me how to make the images in the Nivo slider non-clickable? I want to have three or four images in this slider but don't want the user to go anywhere when they click on these. I'm launching the site very soon so any help greatly appreciated.
</p></description>
		</item>

	</channel>
</rss>
