StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-21-2009, 05:32 PM
keener keener is offline
Registered User
Pro Plus Member
 
Join Date: Nov 2008
Posts: 40
Default How to modify the "single page loop?"

I want to use a related posts plugin with the Corporate Theme, and have the location and styling of the related posts links up to me. I figured on doing this by adding code similar to the following into the theme's single.php file
Code:
if ( function_exists('related_posts') && is_single() )  { 
?>	
<div class="postpost">
	<h4>Related Posts:</h4>
	<?php related_posts(); ?>

	Get new Keener Living posts via RSS or Email or on your Kindle.
	


	<h4>Bookmark and Share:</h4>
	Tweet This
	Stumble This
</div>
<?php }
The problem is that I cannot find a single.php file. I looked for a theloop file to see if it took place of the single file and did not see it either. Basically I cannot find where in the code I need to add the above to get it to show for single blog posts.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Modify the "Agent Page" otiy General Discussion 8 12-01-2009 10:44 AM


All times are GMT -5. The time now is 02:19 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.