discomonkey
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Log-in IssuesI delted my db and reinstalled using the exact same files (did not delte them) and when I ran install.php again poof it works
Forum: Fixing WordPress
In reply to: Log-in IssuesI have the SAME problem man. It’s so weird, because I have two wp installations, and one of them works, one of them does exactly what you have described, I’ve tried restarting the server adn clearing the cookies, etc, you know what I think it is though, I think its something with teh db (and no I Don’t mean the site address, Ive created that) I think something else is goin on, I’m just gonna reinstall wp and put my customizations back on.
Forum: Fixing WordPress
In reply to: ip address change?I have phpMyAdmin setup but I’m super rusty witht he commands, I don’t know how to get at the ip field….
Forum: Plugins
In reply to: Modifying content output?my php comments didn’t make it…. here’s a repost:
I figured it out now. what happens is when you generate content with the php function the_content() or the_excerpt(), a tag is thrown in around the content, what you saw was a php generated <.p.> tag. That’s why I couldn’t figure out how to control the spacing until I styilzed the <.p.> with a .div p {} style in my CSS. What I was wondering is if you could take out the <.p.> that is generated when you callForum: Plugins
In reply to: Modifying content output?it should be up at http://66.68.108.80:460/news/index.php …. maybe try http://66.68.108.80/news/index.php
Forum: Plugins
In reply to: Modifying content output?hmmm, I’m not using the styles that they included, I got rid of them and built my own for the content…. but what you’re sayin is that I can still edit the style in the CSS and get rid of that space??