Hi I'm looking for someone to complete three easy tasks on my new custom wordpress blog ASAP. I would imagine anyone comfortable with Wordpress could perform these changes for me. PM ASAP with a quote. Cheers
Hey Guys Okay, here is what I will be needing... My Aweber code in the sidebar (in the space provided already) and a small headline inserted (will be provided) The text layout formatted so that paragraphs are shown more clearly. A little problem with the headlines in the sidebar. Easy jobs I imagine. PM me quotes. Cheers
is this just a piece of code that could be copy and pasted into the sidebar.php file? if so it would take just a matter of seconds to do yourself. Guessing you mean the paragraphs within posts? Look at the index.php file of your theme folder, in there you will find some code similar to (but may not be identical) <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?> PHP: now under that you will find something like <div class="post" id="post-<?php the_ID(); ?>"> HTML: take note of whats in the class="thisbit" section of the code, in my example its post. now search the css file in your theme folder (usually called style.css) and search for #thisbit .p {} // replace thisbit with the code u remembered from above and change the styling for the paragraghs. most probably a css issue, search the themes stylesheet for #sidebar h2 and sidebar h3