»
S
I
D
E
B
A
R
«
Need to turn off comments and pings in WordPress?
Apr 5th, 2009 by Beth

Have you ever wished you didn’t have comments and pings turned on for your WordPress blog, but editing each post and page to un-check those boxes just took too long? Here are a couple of mysql statements you can use to turn them all off at once.

update wp_posts set `comment_status` = ‘closed’ where (`comment_status` = ‘open’)

update wp_posts set `ping_status` = ‘closed’ where (`ping_status` = ‘open’)

Help with WordPress
Feb 3rd, 2009 by Beth

Here are some links to various how-to videos created by the people at WordPress TV.

Call ConnectNC or use the contact page to have your WordPress blog hosted with us.

ConnectNC, Inc.
North Carolina Web Hosting

Subscribe to our RSS feed for all posts in the WordPress category

»  RSS: feed   »  ConnectNC, Inc.: Web hosting
© ConnectNC, Inc. All rights reserved.