publishing post

Discussion in 'WordPress' started by azarsystem, May 26, 2011.

  1. #1
    How can I publish many posts (20 posts) just with one click in word press?
     
    azarsystem, May 26, 2011 IP
  2. azhar

    azhar Greenhorn

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    I think you can try importing. (Tools >> Import)
     
    azhar, May 27, 2011 IP
  3. azarsystem

    azarsystem Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks AZHAR, But my posts are not in my computer as a file. they are on my drafts post. So I think your offer is not suitable for draft posts but any way thanks.
     
    azarsystem, May 27, 2011 IP
  4. lelkoun

    lelkoun Active Member

    Messages:
    288
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #4
    Run this SQL command via your phpMyAdmin (backup your DB first!):

    UPDATE wp_posts SET post_status="publish" WHERE post_status="draft";
    Code (markup):
     
    lelkoun, May 27, 2011 IP
  5. kanwarjot

    kanwarjot Notable Member

    Messages:
    3,256
    Likes Received:
    283
    Best Answers:
    0
    Trophy Points:
    230
    #5
    I think you can try it by selecting all posts and then click edit, then change the status to Published. Be sure that categories and tags are correct as they can not be changed collectively by this method
     
    kanwarjot, May 27, 2011 IP
  6. otjutt

    otjutt Member

    Messages:
    166
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    33
    #6
    very nice :) I was thinking of the same trick :D
     
    otjutt, May 27, 2011 IP