latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Am I doing this right? (Query_Posts between)

Home Forums Community Forum Am I doing this right? (Query_Posts between)

This topic contains 0 replies, has 1 voice. Last updated by  Josh Simpson 4 years, 5 months ago.

Topic Author Topic
Posted: Saturday Jul 28th, 2012 at 9:20 am #20531

Am I doing this correctly? I am trying to create 4 different loops (each loop will only show in each level, 3, 2, 1, and 0)

The query_posts is not showing correctly, however the S2Members is hiding them properly.





	





		
				
	<h4>Level 3</h4>
	
	

	
	<div class="activity-box">

	&lt;?php the_title(&#039;<h3>', '</h3>'); ?&gt;
	

	ID, 'podcast_url', true);
	if ($var == '')
	{ 
	echo "";
	} else { 
		echo "<div class='podcast-url-box'><a href='" . $var . "' target='_blank'>DOWNLOAD PODCAST</a></div>"; 
	} ?&gt;

	ID, 'pdf_url', true);
	if ($var == '')
	{ 
	echo "";
	} else { 
		echo "<div class='pdf-url-box'><a href='" . $var . "' target='_blank'>DOWNLOAD PDF</a></div>"; 
	} ?&gt;
	<br class='clear' /></div>
	
		
	

	<h4>Level 2 - Actual Change NOW</h4>
	

	


	Sign up to be one of our Level 1, 2, or 3 Member Today!

	Some public content.

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.