Thanks Conner! I would leave a sweet caption, but you know.
Ann
· 8 months ago
Thanks for the mention in your blog reading list! (Embrace Your Age Cause You Livin!)
Bill Roehl
· 8 months ago
If you want, you can move the comments from the original post over to this with this little bit of SQL:
UPDATE `wp_comments` SET comment_post_id = 'new_post_id' where comment_post_id = 'old_post_id'
I use it when I have a writeup of a restaurant before I go and post a review and want to carry all the original comments under the new post. I simply make the post "private" and name the new post the same as the old so the URL remains the same and thus I keep the SEO rank.
Bill Roehl
· 8 months ago
Glad you used the SQL and I thank you for the link love. You're the best.
Doug
· 8 months ago
Thanks for the mention, Conner. I'm going to make "Worth the wait" my blog's tagline.
The Cheap Chick
· 8 months ago
Dude, I so want to pimp my blog on your site. It's a Twin Cities frugal lifestyle blog and you can find it here: http://cheapbutnoteasy.net
@anotherview Do you have a URL for Juicy Lucy Deets, I would love to check it out.
I hope you keep reading about our adventures with hot dogs.
xo
the hot dog doctors
UPDATE `wp_comments`
SET comment_post_id = 'new_post_id'
where comment_post_id = 'old_post_id'
I use it when I have a writeup of a restaurant before I go and post a review and want to carry all the original comments under the new post. I simply make the post "private" and name the new post the same as the old so the URL remains the same and thus I keep the SEO rank.
Thank you!
Three guys from Minnesota who talk about the Twins, various television shows, comic books, politics on occasion. A good read.
Happy Food!
We all live in St. Paul, by the way! Thanks for the great list.