Title: teebes's Replies | WordPress.org

---

# teebes

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search Unleashed] [Plugin: Search Unleashed] Search unleashed doesn't spider custom plugins](https://wordpress.org/support/topic/plugin-search-unleashed-search-unleashed-doesnt-spider-custom-plugins/)
 *  [teebes](https://wordpress.org/support/users/teebes/)
 * (@teebes)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-search-unleashed-search-unleashed-doesnt-spider-custom-plugins/#post-1894771)
 * Try making sure your function showContent is ‘returning’ the output instead of
   just echoing it out. That might help as your text will then be in the correct
   location of the page output.
 * ie:
 *     ```
       function showContent($content = '') {
   
         $output .= '<p>Hello World</p>';
         return $output;
       }
       ```
   
 * Good luck!
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Add GUI to include/exlude pictures shown in [gallery] tag](https://wordpress.org/support/topic/add-gui-to-includeexlude-pictures-shown-in-gallery-tag/)
 *  [teebes](https://wordpress.org/support/users/teebes/)
 * (@teebes)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/add-gui-to-includeexlude-pictures-shown-in-gallery-tag/#post-1316633)
 * A gui would be great. Also, is it possible to include a range? Say include=”160-
   250″, for example?

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