Darkmirror
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Plugin: NextGen] Default Image for the Album PreviewOh well i fixed it with
<?php if($gallery -> counter > 0 ) {?> <img class="Thumb" alt="<?php echo $gallery->title ?>" src="<?php echo $gallery->previewurl ?>"/> <?php } else { ?><img class="Thumb" alt="default" src="your default img here!"/> <?php } ?>Forum: Fixing WordPress
In reply to: Query_post QuestionThank you very much!… I’ve been waiting for someone to help me..^.^ I am a high school student and a noob to php and wordpress haha… Coding is very fun!
Forum: Fixing WordPress
In reply to: Query_post QuestionHow can i get the value from the custom field in the template. Is there any specific code that i need to implement?
Forum: Fixing WordPress
In reply to: Fetch string from the post and use it in a template or query_posts()Anyone? Please help….
Forum: Fixing WordPress
In reply to: Removing space between menu and page contenthttp://img444.imageshack.us/img444/245/32848752.jpg
The picture…
Forum: Fixing WordPress
In reply to: Removing space between menu and page contentOh i found
<br>tags<div class=”entry-content”>
<p><br> <br> <br> </p>…..
You need to delete the whole <p>
Viewing 6 replies - 1 through 6 (of 6 total)