rolldeep
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Forum: Themes and Templates
In reply to: Whats wrong with my comments section?Seems I have that piece of code already inserted.
<div class="commentslink"> <?php wp_link_pages(array('before' => '<div class="pages">Pages: ', 'after' => '</div>', 'next_or_number' => 'number')); ?> <a href="<?php the_permalink(); ?>#comments">Comments (<?php comments_number('0','1','%'); ?>)</a></div> <?php comments_template(); ?> <?php endwhile; else: ?>Forum: Themes and Templates
In reply to: Whats wrong with my comments section?Hi Shadow, where abouts would I need to look for that?
Forum: Themes and Templates
In reply to: Help removing things with MW themeI cannot because I am doing it locally.
Forum: Plugins
In reply to: How to adjust form placement?None of what you mentioned worked, here is the part I think I need to edit.
/* Declare strings that change depending on input. This also resets them so errors clear on resubmission. */ $wpcf_strings = array( 'name' => '<div class="contactright"><input class="textfield" type="text" name="wpcf_your_name" id="wpcf_your_name" size="30" maxlength="50" value="' . $_POST['wpcf_your_name'] . '" /></div>', 'email' => '<div class="contactright"><input class="textfield" type="text" name="wpcf_email" id="wpcf_email" size="30" maxlength="50" value="' . $_POST['wpcf_email'] . '" /></div>', 'msg' => '<br/><textarea class="textfield" name="wpcf_msg" id="wpcf_msg" cols="35" rows="8" >' . $_POST['wpcf_msg'] . '</textarea>', 'error' => '');Forum: Everything else WordPress
In reply to: 2.2.1 problems with Firefox 2.0.0.6Anyone?
Forum: Fixing WordPress
In reply to: Images won’t show other than in postsAnyone know why these images do not display, not even if I add an image without any type of ad code anywhere in my blog apart from when posting??
Forum: Everything else WordPress
In reply to: OK to remove copyrght?I dunno, although I’ve seen other sites that do not display this information.
Forum: Fixing WordPress
In reply to: Can I post a saved post automaticallyWhich box? I the following:
Post Status:
Published
Draft
PrivateTimestamp:
Edit timestamp
Forum: Fixing WordPress
In reply to: Can I post a saved post automaticallyI have set the date before but nothing happened?
Viewing 9 replies - 1 through 9 (of 9 total)