bmose14
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: click on older entries doesnt show them-pagination problemHave you found a solution? I have the same problem. Thanks!
Forum: Plugins
In reply to: [Plugin: Widget Context] The plugin does not work at all.Here is where adsense_sidebar336.php is being called in sidebar.php
<div class="sidebarsB"> <ul> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebarsB') ) : ?> <div class="adsense_sidebar"> <?php include (TEMPLATEPATH . '/adsense_sidebar336.php'); ?> </div> <?php endif; ?> </ul>
thanks!
Forum: Plugins
In reply to: [Plugin: Widget Context] The plugin does not work at all.@kasparsd,
I love your plugin, I used it and it worked perfectly with one site I built. Now I’m using the ‘studiopress’ template and I’m having problems. It is not that I am using the wrong syntax (I know that ‘pagename/*’ works from previous experience.
I’m using wordpress 2.9.1. and I think it has something to do with the the adsense sidebar: file-name= adsense_sidebar336.php<!-- Insert your adsense code for a 336x280 rectangle right under here --> <a href="https://www.linked-site.com"> <img src="<?php bloginfo('template_directory'); ?>/images/my_ad.jpg" alt="ad"></img> </a>
I have one widget set to display on the front page only, and that works fine. However if you go to a different page with the settings:
Show on selected:
Target URL: pagename/*It shows up on every page (except the first)
any ideas? Thanks so much! I love your widget.Forum: Themes and Templates
In reply to: StudioPress Duplicate TabsThat worked great for me!
Your new code in header.php should look like this:
<ul> <?php if (is_home()) { $addclass = ' class="current_page"'; } else { $addclass = ''; } echo "<li" . $addclass . "></li>"; //change 'Home' echo list_all_pages();?> </ul>
Forum: Fixing WordPress
In reply to: Text won’t wrap around imagethanks! that worked perfectly for me. I am using some free template and I just added the following (minus the comments):
.alignleft { display: inline; float: left; } .alignright { display: inline; float: right; } .aligncenter { display: inline; float: center; }
Forum: Fixing WordPress
In reply to: remove last modified and commentsThanks for the update Erik. I had the same problem, and this helped tons!
Forum: Installing WordPress
In reply to: Widgets don’t drag and drop as advertisedMake sure you are on the widgets page. then click screen options on the top right, that is where you will find enable accessibility options. I spent about 1/2 hour researching this. so hope this helps someone!