davcarst
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tag also displaying as a categoryHas anyone else had this issue?
Forum: Installing WordPress
In reply to: 2.8 Problems and Solutions (FAQ)Hi,
The issue I’ve noticed with 2.8 pertains to categories and posts. Late last night while adding tags to a post, I noticed after publishing that one of my tags is also now listing in the categories. I’ve deleted the tag/category and re-added it and it still displays as both a tag a category. How do I correct this and get my tag to only display as a tag?Bump.
Forum: Your WordPress
In reply to: Give me some feedback on my design (Go Celtics!)Fire Danny Boy’s a campaign to get someone fired.
Forum: Your WordPress
In reply to: Raptors BlogJust what we need: another basketball blog.
Forum: Plugins
In reply to: What plugin is this WordPress blog using?No, I’m aware of that. I had posted close to 10 test comments (logged out as admin of course) and none of them were visible for me until just now.
Forum: Plugins
In reply to: What plugin is this WordPress blog using?Weird. I swear to god it hasn’t been working until right now… I’m a dumbass.
Forum: Plugins
In reply to: What plugin is this WordPress blog using?Your comment appeared and and said “Your comment is currently awaiting moderation”? What browser are you using?
Forum: Plugins
In reply to: What plugin is this WordPress blog using?I did. There’s no preview or text that says “Your comment is currently awaiting moderation”
Forum: Fixing WordPress
In reply to: How do I change my blog urls?Got it working. I deleted my original .htaccess and created a new one.
Thanks to everyone, even you moshu, you smart ass ;P
Forum: Fixing WordPress
In reply to: How do I change my blog urls?A simple Google search revealed this about my hosting (GoDaddy):
Mod_rewrite is an Apache web server module installed on all of our Linux severs by default; it does not have to be installed or enabled. Our Linux hosting accounts support most mod_rewrite functionality.
You will not need to enable mod_rewrite in your httpd.conf, as this is handled at a global level. All you will need to do is add the desired code to the body of your .htaccess file.
So, should I still call them?
Forum: Fixing WordPress
In reply to: How do I change my blog urls?How do I enable it with my host?
Forum: Fixing WordPress
In reply to: How do I change my blog urls?It’s there. And it still isn’t working.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: How do I change my blog urls?Well, I enjoy throwing crap to the wall until something sticks 😉
I’ve now read it and I’m still clueless.
Forum: Fixing WordPress
In reply to: How do I change my blog urls?No, site.com isn’t my site, lol. I should have used example.com 😉 Actually, mansmanblog.com is my site. And if you visit it, you can see that although I have successfully changed the urls of mt posts, the posts don’t exist there.