xjeniejenx
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comment time stamp all showing same date, 10.12.10Are you saying I need to change it to:
<?php get_comment_date(m.d.y) ?>
Sorry, I am not a php developer and the article wasn’t clear. I’m learning as I go. 🙂
Thanks!
Forum: Fixing WordPress
In reply to: Comment time stamp all showing same date, 10.12.10Actually, no. I take that back. I installed it on 10/7/10. So I don’t know why it’s stuck on 10/12/10.
Forum: Fixing WordPress
In reply to: How to exlude a page from top navigation – code help!This is awesome! Installed the plug-in and worked great!! Thanks, Samuel.
Forum: Themes and Templates
In reply to: In single post, I can't see my full post…Thanks, James! I think I have it figured out from your two links:
I simpliy changed:
<?php the_excerpt(); ?> to
<?php the_content( $more_link_text, $strip_teaser, $more_file ); ?>
on the single.php file. So far it looks good. Is there any issues that I should be aware of if I make this change?
Forum: Themes and Templates
In reply to: In single post, I can't see my full post…The template came with several plug-ins. The only thing that I can think of that would affect this would be the wp-pagenavi plugin.
The theme I found and am using is:
http://www.templateaccess.com/wpdemos/wp27/
But honestly, I don’t think any of the plugins are causing this. I don’t know, I may be wrong…..
THANKS your help!! 🙂