Title: WonderJunky's Replies | WordPress.org

---

# WonderJunky

  [  ](https://wordpress.org/support/users/futureproof/)

 *   [Profile](https://wordpress.org/support/users/futureproof/)
 *   [Topics Started](https://wordpress.org/support/users/futureproof/topics/)
 *   [Replies Created](https://wordpress.org/support/users/futureproof/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/futureproof/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/futureproof/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/futureproof/engagements/)
 *   [Favorites](https://wordpress.org/support/users/futureproof/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Trying to install a plugin – php help needed.](https://wordpress.org/support/topic/trying-to-install-a-plugin-php-help-needed/)
 *  Thread Starter [WonderJunky](https://wordpress.org/support/users/futureproof/)
 * (@futureproof)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/trying-to-install-a-plugin-php-help-needed/#post-489004)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Trying to install a plugin – php help needed.](https://wordpress.org/support/topic/trying-to-install-a-plugin-php-help-needed/)
 *  Thread Starter [WonderJunky](https://wordpress.org/support/users/futureproof/)
 * (@futureproof)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/trying-to-install-a-plugin-php-help-needed/#post-489000)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Trying to install a plugin – php help needed.](https://wordpress.org/support/topic/trying-to-install-a-plugin-php-help-needed/)
 *  Thread Starter [WonderJunky](https://wordpress.org/support/users/futureproof/)
 * (@futureproof)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/trying-to-install-a-plugin-php-help-needed/#post-488997)
 * Ok thanks moshu! I’ll give it a go and report back.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Use inline styles to position adsense leaderboard?](https://wordpress.org/support/topic/use-inline-styles-to-position-adsense-leaderboard/)
 *  Thread Starter [WonderJunky](https://wordpress.org/support/users/futureproof/)
 * (@futureproof)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/use-inline-styles-to-position-adsense-leaderboard/#post-453092)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Clickable thumbnails issue](https://wordpress.org/support/topic/clickable-thumbnails-issue/)
 *  Thread Starter [WonderJunky](https://wordpress.org/support/users/futureproof/)
 * (@futureproof)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/clickable-thumbnails-issue/#post-442155)
 * I should add that this only happens in firefox. In IE the whole thumbnail IS 
   clickable.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Aligning images in post problem.](https://wordpress.org/support/topic/aligning-images-in-post-problem/)
 *  Thread Starter [WonderJunky](https://wordpress.org/support/users/futureproof/)
 * (@futureproof)
 * [19 years, 10 months ago](https://wordpress.org/support/topic/aligning-images-in-post-problem/#post-438867)
 * 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; } ‘

Viewing 6 replies - 1 through 6 (of 6 total)