undertypo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating a New ThemeInstalling apache in your computer.
Create a subdomain for template testing purpose.
<?php if (is_single()) { ?>
Related Articles
-
<?php related_posts(); ?>
<?php } ?>
Forum: Your WordPress
In reply to: Launched my first blog todayClean and simple.
Got some suggestion here, the sidebar list – when hovering the background cannot cover the whole block. Do you make it that way because I feel it would be nice if the background(grey) can cover the whole block.
Contact page – there is many wordpress plugin that you can choose to create a contact form. It’s much better than using mailto, right?
Forum: Themes and Templates
In reply to: Replacing sidebar headings with imagesYou mean this?
<a href="referral site url"><img src="image url" alt="image name" /></a>
Make it more specific.
Something like this#content a { color:#000; }
This code make all the link within the content will follow the color.
Forum: Themes and Templates
In reply to: Replacing sidebar headings with imagesI am using text indent for bot purpose. With text indent, the bot will still managed to saw the word and recognized it.
Forum: Themes and Templates
In reply to: Two Images in Header DivI think make some background for the h1.
Put the </h1> after the </span>Then declare the H1 background in css like this
#header h1 { background:url(image location) no-repeat center; }
Is it ok?
Forum: Themes and Templates
In reply to: Replacing sidebar headings with imagesDO u mean by this?
<h2 class=”donate”>Donate</h2>
In CSS
.donate { text-indent=-9999em; background:url(image location) no-repeat left;
Is it something like this?
Forum: Fixing WordPress
In reply to: next/previous posts link dont work in the loopTake out the <?php query_posts(‘cat=-1&showposts=5’); ?>.
Both the link would be working now.
Maybe just take out the showpost=5, set the post showing in your wordpress dashboard.Forum: Plugins
In reply to: Integrate StumbleUpon to WordPress BlogThis is an invalid XHTML code. You need to put alt for the image.