rknet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove <P> </P> around <?php the_content(); ?>Er, I mean <?php echo $post->post_content; ?><br />Forum: Fixing WordPress
In reply to: Remove <P> </P> around <?php the_content(); ?>Thanks, using this now <?php echo $post->post_content; ?>
Forum: Fixing WordPress
In reply to: Remove <P> </P> around <?php the_content(); ?>Where does it go? Does it hurt to not use it?
Forum: Fixing WordPress
In reply to: Remove <P> </P> around <?php the_content(); ?>Wow, that worked quite nicely. Thank you Schulte!!
Forum: Fixing WordPress
In reply to: Remove <P> </P> around <?php the_content(); ?>I have it set up at http://www.rilokiley.net/. There is an extra blank area inbetween the author/timestamp and content lines that I don’t care for.
Forum: Fixing WordPress
In reply to: Remove <P> </P> around <?php the_content(); ?>I don’t see it in there. I don’t have a <P> or <BR> before the content… yet from viewing the source I can see it is putting in <P> </P>. Thanks.
Forum: Fixing WordPress
In reply to: Bug? “Enable Sending Referers”I think I figured out something. If I entered my site through http://www.mydomain.com/wp-login.php I get the error. But if I enter through http://www.mydomain.com/wordpress/wp-login.php it seems to be fine. Must have done something screwy when I moved WordPress up a level.
Forum: Fixing WordPress
In reply to: Sorry, you need to enable sending referrersI did what you said and changed the value. Sounds like it would fix it… but I still get the error.
Forum: Themes and Templates
In reply to: Why is Comment Time a Link?“Why do you want to get rid of it?”
I just don’t think too many will really know what the links are used for. I don’t want people think I set up links that don’t go anywhere. And yes…. I a’m this anal about EVERYTHING.
Thanks for the top on how to remove the link.Forum: Fixing WordPress
In reply to: Sorry, you need to enable sending referrersIs there a good way to fix the bug without inviting trouble? Thanks.
Forum: Themes and Templates
In reply to: Why is Comment Time a Link?P.S. If you want to have a looksee at my blog to see what I’m talking about, check out http://www.rilokiley.net/ and view some comments.
Forum: Plugins
In reply to: Remove Line Break Before PostEr, sorry. “its putting a P /P around the post”
Forum: Plugins
In reply to: Remove Line Break Before PostThanks for the reply. It looks like its putting a around the post. I don’t know where it might be getting that from. It’s not in the index.php.
That other code gets braced around the date, but since the date is only posted once for each day the extra stuff gets printed everytime through the post loop. I should probably figure out a better way of doing that.