blackmica
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Trying to adjust text size and spacing on main pageYou are as awesome as it gets. Much appreciated.
Forum: Themes and Templates
In reply to: Change title without changing header?Fixed. Found a real helpful video here:
Forum: Themes and Templates
In reply to: Change title without changing header?I was aware of that option but when you change the blog title there, it also changes the blog title located in the header. I want my header to only say “OB-PHOTO.COM” but I want the title of the page to say “OB-PHOTO.COM – Automotive Photographer – Oliver Bentley”
Forum: Fixing WordPress
In reply to: Adding Adsense to SidebarI actually put the code in between these two lines and it worked. Thanks for the help though.
<?php } ?> (ADSENSE CODE HERE) <ul id="sidebarwidgets" <?php if(get_option('rgb_shelf') == 1) {
Forum: Fixing WordPress
In reply to: Adding Adsense to SidebarI just don’t know exactly where in the code to put it
Here’s the end of the code. Any idea where in that mess to drop the adsense code?
`<?php } ?>
</div>
<?php } ?>
</div>
<?php } ?>
<?php if(get_option(‘rgb_shelf’) == 1) { ?>
<span class=”thickboxbtn”> “><?php _e(‘More’,’rgb’); ?>
</span>
<?php } ?>
<ul id=”sidebarwidgets” <?php if(get_option(‘rgb_shelf’) == 1) { ?>style=”display:none;”<?php } ?>>
<?php /* if the Sidebar Widgets plugin is enabled */ if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(1) ) : else : ?>- <h2>Meta</h2>
- <?php _e(‘Please use widgets to arrange your sidebar items.’,’rgb’); ?>
<?php /* end for Sidebar Widgets */ endif; ?>
</div>
<div class=”clear”></div>
`Forum: Fixing WordPress
In reply to: Making a “contact” pageThanks guys, I’ll give it a shot later on tonight.