Title: parbat patel's Replies | WordPress.org

---

# parbat patel

  [  ](https://wordpress.org/support/users/smoothcoding/)

 *   [Profile](https://wordpress.org/support/users/smoothcoding/)
 *   [Topics Started](https://wordpress.org/support/users/smoothcoding/topics/)
 *   [Replies Created](https://wordpress.org/support/users/smoothcoding/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/smoothcoding/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/smoothcoding/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/smoothcoding/engagements/)
 *   [Favorites](https://wordpress.org/support/users/smoothcoding/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[seo for wordpress] Breaks my theme](https://wordpress.org/support/topic/breaks-my-theme/)
 *  Plugin Author [parbat patel](https://wordpress.org/support/users/smoothcoding/)
 * (@smoothcoding)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/breaks-my-theme/#post-7740118)
 * It has been fixed with version 1.0.8
 * regards
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Automatic Page Creation](https://wordpress.org/support/topic/automatic-page-creation/)
 *  [parbat patel](https://wordpress.org/support/users/smoothcoding/)
 * (@smoothcoding)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/automatic-page-creation/#post-3299787)
 * you can create in this way
 * // Create post object
    $my_post = array( ‘post_title’ => ‘your post title’, ‘
   post_content’ => ‘Your Post content or shortcode.’, ‘post_status’ => ‘publish’,‘
   post_author’ => 1, ‘post_category’ => array(8,39) );
 * // Insert the post into the database
    wp_insert_post( $my_post );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Add Post widget] Editing message after submitting a post](https://wordpress.org/support/topic/editing-message-after-submitting-a-post/)
 *  Plugin Author [parbat patel](https://wordpress.org/support/users/smoothcoding/)
 * (@smoothcoding)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/editing-message-after-submitting-a-post/#post-3243555)
 * If you want to change message which appears after submitting post open load-post.
   php file with notepad++ and modify text content between line 50 to 70 as per 
   your need.
 * to change default text for ‘Enter your post’, ‘submit your post’ open piw-widget.
   php file and modify form labels between 15 to 30 .
 * Tell me if you have any feature request . i will add it in next release .
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Post Widget] [Plugin: Quick Post Widget] unable to download](https://wordpress.org/support/topic/plugin-quick-post-widget-unable-to-download/)
 *  [parbat patel](https://wordpress.org/support/users/smoothcoding/)
 * (@smoothcoding)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-unable-to-download/#post-2886436)
 * this plugin has been removed by its author . you can try my plugin instead
 * [post widget](http://wordpress.org/extend/plugins/post-it-widget/)

Viewing 4 replies - 1 through 4 (of 4 total)