Recent content by bbonds756

  1. B

    Wordpress plugin that adds tags as hastags on tweets

    Anyone have a Wordpress plugin that adds tags as hastags on tweets? I'm currently using WP to Twitter and i can't get it to work. For example say i had wp automatically tweet my post "10 of the best vacation destinations in Europe :link-to-post:" (with tags, vacation, destinations, Europe)...
  2. B

    How do you manage thousands of posts? How to bulk delete old posts?

    Can someone help me combine the above suggested SQL queries with the following query so i can delete all posts that are a certain number of days old instead of older than a certain date? DELETE FROM `wp_posts` WHERE `post_type` = ?post? AND DATEDIFF(NOW(), `post_date`) > X
  3. B

    Permanently Closed Marketplace Sales Thread

    just made a payment. (Unique Transaction ID # 1RW05358XL522762M)
  4. B

    How do you manage thousands of posts? How to bulk delete old posts?

    the problem is i think my database is corrupted at a certain date (previously i had ran a mysql query that didnt delete all posts correctly now im seeing problems like post comments that cant be deleted, or it showing i have 4 new comments when in fact its about 20) therefore i would like to...
  5. B

    How do you manage thousands of posts? How to bulk delete old posts?

    So each one of these four sql queries will delete posts older than a certain date? Should i be running this through phpmyadmin?
  6. B

    Ultra Spinnable Articles?

    looking for some info about Ultra Spinnable Articles from the website theleadingarticlescom. Anyone use this service? have any feedback? Anyone have suggestions on how to get articles that are "ultra" spinnable?
  7. B

    WPSynIT-BETA - Free Auto Backlinks for Wordpress

    Wickedguy, can i get in? Please send me the info in a PM. Thanks.
  8. B

    How do you manage thousands of posts? How to bulk delete old posts?

    Looking for a way to delete my old autoblog posts. I have several thousand posts and would like the old ones (maybe posts that are 6 months old) to be completely removed/deleted from wordpress and the sql database. If someone visits a link for a deleted post, i would like them to be...
Back
Top