WonderJunky
Forum Replies Created
-
Forum: Plugins
In reply to: Trying to install a plugin – php help needed.I installed the execphp widget. Dropped the php code in there and styled it using inline styles and its working perfectly ?? I feel like Im actually starting to get the hang of this..hehe.
thanks again moshu.
Forum: Plugins
In reply to: Trying to install a plugin – php help needed.Hi again. It worked! Thanks! Now I have to figure out how to make a top 10 posts section for my sidebar. My sidebar is widgetized and unless Im mistaken you cant place php in a text widget right?
So, I’ll have a go at editing the sidebar directly. How about using this formatting:
<li id=”categories”>
<h2><?php _e(‘Categories’); ?></h2>-
<?php wp_list_cats(); ?>
and replacing it with the appropriate code to call the last_posts function? Should that do it?
Forum: Plugins
In reply to: Trying to install a plugin – php help needed.Ok thanks moshu! I’ll give it a go and report back.
Forum: Fixing WordPress
In reply to: Use inline styles to position adsense leaderboard?Thanks all ?? Just went out and picked up a book on CSS. Its surprisingly simple once you understand the basics of the syntax. Hopefully my threads on here will be less “noobish” from now on.
Forum: Fixing WordPress
In reply to: Clickable thumbnails issueI should add that this only happens in firefox. In IE the whole thumbnail IS clickable.
Forum: Fixing WordPress
In reply to: Aligning images in post problem.Hi tsguitar
Thanks! That did the trick. One small niggle though. There is now no space between the entries. Im assuming I have to adjust the padding but am not sure exactly what to do.
Here’s the code:
‘#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
font-size: 1.5em;
font-weight: bold;
letter-spacing: 1.5px;
clear: both;
}#primary .entry-content h3 {
font-size: 1.2em;
font-weight: bold;
margin-top: 25px;
}
‘