DIYthemes Forums  

Go Back   DIYthemes Forums > Forum Archives > Retired in Re-Org > Customization

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-04-2009
DIYmember
 
Join Date: Feb 2009
Posts: 10
Default Ads Displayed only in Single Post

I'm currently using this code in OpenHook's "Before Post" box.

What do I have to change to make this only show on single posts, and not on the home page?

Thank you,
w

Code:
<div class="ad_left">
<script type="text/javascript"><!--
google_ad_client = "pub-8288806436281168";
/* 250x250, created 3/4/09 */
google_ad_slot = "6938323385";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
  #2 (permalink)  
Old 04-04-2009
mcooper's Avatar
DIYmember
 
Join Date: Apr 2008
Location: Auckland, NZL
Posts: 243
Default Re: Ads Displayed only in Single Post

Rick, can you use conditional PHP in OpenHook?

You'd want to use something like if (is_single() && !is_home()) { code here } but I'm not sure how that'd work with OpenHook.
__________________
DIYNINJAS | The Thesis Theme Pros
Follow me on Twitter: Twitter.com / mitchcooper

Get Neoclassical + Thesis now.
  #3 (permalink)  
Old 04-04-2009
DIYmember
 
Join Date: Feb 2009
Posts: 10
Default Re: Ads Displayed only in Single Post

Think you could help me piece together the code for the custom file?
  #4 (permalink)  
Old 04-09-2009
girlie's Avatar  
Join Date: Oct 2008
Posts: 7,150
Default Re: Ads Displayed only in Single Post

This is the code I found somewhere here on the forum for custom_functions.php (to place an ad after the post, on single posts only):

PHP Code:
function after_post_ads() {
if (is_single()) { ?>
// INSERT YOUR AD CODE HERE
<?php }
}

add_action('thesis_hook_after_post''after_post_ads');
 

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 12:06 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Copyright © 2008–2010, DIYthemes