Title: kinglu's Replies | WordPress.org

---

# kinglu

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery shortcode thumb amount](https://wordpress.org/support/topic/gallery-shortcode-thumb-amount/)
 *  Thread Starter [kinglu](https://wordpress.org/support/users/kinglu/)
 * (@kinglu)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/gallery-shortcode-thumb-amount/#post-1198859)
 * Thanks esmi!
 * But there is no intro about amout settings.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery Shortcode Orderby?](https://wordpress.org/support/topic/gallery-shortcode-orderby/)
 *  Thread Starter [kinglu](https://wordpress.org/support/users/kinglu/)
 * (@kinglu)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/gallery-shortcode-orderby/#post-1198135)
 * Waiting for an answer!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery Shortcode Orderby?](https://wordpress.org/support/topic/gallery-shortcode-orderby/)
 *  Thread Starter [kinglu](https://wordpress.org/support/users/kinglu/)
 * (@kinglu)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/gallery-shortcode-orderby/#post-1198064)
 * Waiting for an answer!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery Shortcode](https://wordpress.org/support/topic/gallery-shortcode-1/)
 *  Thread Starter [kinglu](https://wordpress.org/support/users/kinglu/)
 * (@kinglu)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/gallery-shortcode-1/#post-1197616)
 * Thanks esmi!
 * I found out what problem is, i use the sandbox template frame, it’s function.
   php has override the default template. so i need going to modify the function.
   php of sandbox, not default wp-includes/media.php.
 * Thanks again!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress automatic transfer some characters in content](https://wordpress.org/support/topic/wordpress-automatic-transfer-some-characters-in-content/)
 *  Thread Starter [kinglu](https://wordpress.org/support/users/kinglu/)
 * (@kinglu)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/wordpress-automatic-transfer-some-characters-in-content/#post-1193580)
 * Thank you esmi!
 * i always use the HTML mode to edit the post content, but the problem still exist.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Home page like Hypebeast.com](https://wordpress.org/support/topic/home-page-like-hypebeastcom/)
 *  Thread Starter [kinglu](https://wordpress.org/support/users/kinglu/)
 * (@kinglu)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/home-page-like-hypebeastcom/#post-1169394)
 * use ‘the_excerpt’ and DIY a more tag, 😀
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Home page like Hypebeast.com](https://wordpress.org/support/topic/home-page-like-hypebeastcom/)
 *  Thread Starter [kinglu](https://wordpress.org/support/users/kinglu/)
 * (@kinglu)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/home-page-like-hypebeastcom/#post-1169392)
 * php code for replace <p> and <img> tags below:
 *     ```
       <?php
          ob_start();
          the_content('more',true);
          $patterns[1] = '/<img[^>]+./';
          $patterns[2] = '/<p[^>]+./';
          $replacements[2] = '';
          $replacements[1] = '';
          $postOutput = preg_replace($patterns, $replacements, ob_get_contents());
          ob_end_clean();
          echo $postOutput;
       ?>
       ```
   
 * but only one </p> tag leave over, i have no idea where is wrong.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Custome thumbnail in topic list?](https://wordpress.org/support/topic/custome-thumbnail-in-topic-list/)
 *  Thread Starter [kinglu](https://wordpress.org/support/users/kinglu/)
 * (@kinglu)
 * [19 years ago](https://wordpress.org/support/topic/custome-thumbnail-in-topic-list/#post-554309)
 * rudolf45, can you show me an example code like kineda.com?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Custome thumbnail in topic list?](https://wordpress.org/support/topic/custome-thumbnail-in-topic-list/)
 *  Thread Starter [kinglu](https://wordpress.org/support/users/kinglu/)
 * (@kinglu)
 * [19 years ago](https://wordpress.org/support/topic/custome-thumbnail-in-topic-list/#post-554298)
 * Thanks man!
    i’ll test it on my site! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Thumbnail on index.php to Full Size Image in Post](https://wordpress.org/support/topic/thumbnail-on-indexphp-to-full-size-image-in-post/)
 *  [kinglu](https://wordpress.org/support/users/kinglu/)
 * (@kinglu)
 * [19 years ago](https://wordpress.org/support/topic/thumbnail-on-indexphp-to-full-size-image-in-post/#post-536600)
 * i have the same question with you, supremius.
    i wants to make my site to like
   what kineda.com does!

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