Title: Purab's Replies - page 4 | WordPress.org

---

# Purab

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

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

 Search replies:

## Forum Replies Created

Viewing 7 replies - 46 through 52 (of 52 total)

[←](https://wordpress.org/support/users/wordpressapi/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/wordpressapi/replies/?output_format=md) 
[2](https://wordpress.org/support/users/wordpressapi/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wordpressapi/replies/page/3/?output_format=md)
4

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Corrupt wordpress site? In admin, posts listing shows posts pages images](https://wordpress.org/support/topic/corrupt-wordpress-site-in-admin-posts-listing-shows-postspagesimages/)
 *  [Purab](https://wordpress.org/support/users/wordpressapi/)
 * (@wordpressapi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/corrupt-wordpress-site-in-admin-posts-listing-shows-postspagesimages/#post-1825093)
 * May be your site is hacked by somebody. You should take action immediately. This
   is happened due to mysql database issue. somebody fired wrong query on your mysql
   database.
    You can solve this issue using mysql database queries. Or if you have
   your old database backup then you can restore your website. you should check 
   the wp_post table carefully and check the post_type column very carefully.
 * I can give you exact solution but I need to check your database. sure that is
   related with database only.
 * [email removed per forum rules, also please note that running a domain with ‘
   WordPress’ in the TLD is in violation of the WordPress Foundation Copyright. 
   Read [http://wordpressfoundation.org/trademark-policy/](http://wordpressfoundation.org/trademark-policy/)
   for details]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [REMOTE Rollover](https://wordpress.org/support/topic/remote-rollover/)
 *  [Purab](https://wordpress.org/support/users/wordpressapi/)
 * (@wordpressapi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/remote-rollover/#post-1825090)
 * Just try following code. This will solve your issue.
 *     ```
       margin-top: 30px;
       width: 100px;
       height: 100px;
       background: url("images/RemoteImage_1.png") no-repeat 0 0;
       ```
   
 * If you are still facing issue then write to me at **[email address removed]**
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [SCREEN OPTIONs Not working in PAGE](https://wordpress.org/support/topic/screen-options-not-working-in-page/)
 *  [Purab](https://wordpress.org/support/users/wordpressapi/)
 * (@wordpressapi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/screen-options-not-working-in-page/#post-1823608)
 * which wordpress version are you are using earlier. do you know that. you should
   take backup of your database and download older version and set it back. Still
   If you need free help then write to me at _[Email moderated. Please keep discussions
   on the forum.]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [need php help with website navigation](https://wordpress.org/support/topic/need-php-help-with-website-navigation/)
 *  [Purab](https://wordpress.org/support/users/wordpressapi/)
 * (@wordpressapi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/need-php-help-with-website-navigation/#post-1823605)
 * You used the global $more variable as 0 value means $more to 0 in order to only
   get the first part of the post.
    You should remove the global $more variable 
   that will solve your issue. if you still facing issue than you can chat with 
   me at _[Email address moderated. Please keep discussions on the forum.]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Select custom Post types and 'normal' posts with certain tags?](https://wordpress.org/support/topic/select-custom-post-types-and-normal-posts-with-certain-tags/)
 *  [Purab](https://wordpress.org/support/users/wordpressapi/)
 * (@wordpressapi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/select-custom-post-types-and-normal-posts-with-certain-tags/#post-1823603)
 * you should use the following code.
 *     ```
       $loop = new WP_Query( array( 'post_type' => 'product', 'posts_per_page' => 10 ) );
       while ( $loop->have_posts() ) : $loop->the_post();
        the_title();
       the_content();
       global $post;
        $custom = get_post_custom($post->ID);
       echo $thumbnail_url = $custom["thumbnail_url"][0];
       echo $product_info = $custom["product_info"][0];
       echo $video_code = $custom["video_code"][0];
        echo '<div>';
        the_content();
        echo '</div>';
       endwhile;
       ```
   
 * For more deatils you can use the following article
    _[Link moderated]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [automatically set the featured image](https://wordpress.org/support/topic/automatically-set-the-featured-image/)
 *  [Purab](https://wordpress.org/support/users/wordpressapi/)
 * (@wordpressapi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/automatically-set-the-featured-image/#post-1796246)
 * I already solved this issue for more information check my article. _[Link moderated.]_
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [add_meta_box for input file](https://wordpress.org/support/topic/add_meta_box-for-input-file/)
 *  [Purab](https://wordpress.org/support/users/wordpressapi/)
 * (@wordpressapi)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/add_meta_box-for-input-file/#post-1657016)
 * Check following article for uploading file through custom_post_type for custom
   meta box _[Link moderated.]_

Viewing 7 replies - 46 through 52 (of 52 total)

[←](https://wordpress.org/support/users/wordpressapi/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/wordpressapi/replies/?output_format=md) 
[2](https://wordpress.org/support/users/wordpressapi/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/wordpressapi/replies/page/3/?output_format=md)
4