Title: imagebox's Replies | WordPress.org

---

# imagebox

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [using tag icons instead of tag text](https://wordpress.org/support/topic/using-tag-icons-instead-of-tag-text/)
 *  [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/using-tag-icons-instead-of-tag-text/#post-2970244)
 * Yes. Essentially in one of your template files you should see the_tags() Note:
   there maybe some other code within the ( ), but you are looking for the_tags(‘
   possibly some code’)
 * Just replace the_tags() with that code and it should work.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Benefit of get_template_parts](https://wordpress.org/support/topic/benefi-of-get_template_parts/)
 *  Thread Starter [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/benefi-of-get_template_parts/#post-2970221)
 * Awww…that makes sense. My thought is they created that function to accept the
   array to easily allow certain pages to have a unique header or footer include
   to allow for scripts or some other code which should only appear on a specific
   page. Rather than doing a
 * `if(is_home()){`
 * test in the header.php file you could simply include a separate file with all
   of the html or logic in it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [using tag icons instead of tag text](https://wordpress.org/support/topic/using-tag-icons-instead-of-tag-text/)
 *  [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/using-tag-icons-instead-of-tag-text/#post-2970189)
 * You may want to also look in your theme folder to see if there is a content.php
   file which may also display show
 * `<?php the_tags() ?>`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [using tag icons instead of tag text](https://wordpress.org/support/topic/using-tag-icons-instead-of-tag-text/)
 *  [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/using-tag-icons-instead-of-tag-text/#post-2970188)
 * It depends on the theme you are using. However you will generally find some code
   in your index.php file which says:
 * `<?php the_tags() ?>`
 * Essentially you need to locate where in your template file that its echoing out
   the text tags and replace it with the code you found on: [http://wordpress.org/support/topic/show-tag-icons-instead-of-tag-text](http://wordpress.org/support/topic/show-tag-icons-instead-of-tag-text)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Paginate] Paginating long posts using WP-Paginate plugin](https://wordpress.org/support/topic/paginating-long-posts-using-wp-paginate-plugin/)
 *  Thread Starter [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/paginating-long-posts-using-wp-paginate-plugin/#post-2597375)
 * No it didn’t end up working. You may want to check out – [http://www.wpbeginner.com/wp-tutorials/how-to-split-wordpress-posts-into-multiple-pages/](http://www.wpbeginner.com/wp-tutorials/how-to-split-wordpress-posts-into-multiple-pages/)
 * The only issue with this method is that it is not going to automatically paginate
   after a set number of words. The editor needs to have `<!––nextpage––>` added
   where you want the page to stop
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Terms of post in custom taxonomy orderby name alphabetically](https://wordpress.org/support/topic/terms-of-post-in-custom-taxonomy-orderby-name-alphabetically/)
 *  Thread Starter [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/terms-of-post-in-custom-taxonomy-orderby-name-alphabetically/#post-2642681)
 * No worries. YOU ROCK!!!! It worked perfectly. Thank you sooooo much!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Terms of post in custom taxonomy orderby name alphabetically](https://wordpress.org/support/topic/terms-of-post-in-custom-taxonomy-orderby-name-alphabetically/)
 *  Thread Starter [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/terms-of-post-in-custom-taxonomy-orderby-name-alphabetically/#post-2642672)
 * Thanks, but unfortunately that outputs all of the terms of the taxonomy and NOT
   just the terms of taxonomy associated to a specific post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Paginate] wp-paginate in a custom post loop](https://wordpress.org/support/topic/wp-paginate-in-a-custom-post-loop/)
 *  [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/wp-paginate-in-a-custom-post-loop/#post-2552578)
 * Did you find a solution to this? I am also looking into how to use this plugin
   with a similar custom loop.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tag Template Not Displaying Some Tags](https://wordpress.org/support/topic/tag-template-not-displaying-some-tags/)
 *  Thread Starter [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/tag-template-not-displaying-some-tags/#post-2426493)
 * Any thoughts on this?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Error Loading Comments on Post](https://wordpress.org/support/topic/error-loading-comments-on-post/)
 *  Thread Starter [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/error-loading-comments-on-post/#post-2397271)
 * Whoops! I forgot to put links to the pastebin.
 * Here is the link to the comment-template.php file – [http://pastebin.com/RwD12rK1](http://pastebin.com/RwD12rK1)
 * Here is the link to my comments.php file – [http://pastebin.com/c7prf3R1](http://pastebin.com/c7prf3R1)
 * Also here is the link where you can see the error message – [http://bloomfield.imagebox.com/uncategorized/hello-world/#comments](http://bloomfield.imagebox.com/uncategorized/hello-world/#comments)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WidgetLogic] – Error eval() code on line 1](https://wordpress.org/support/topic/plugin-widgetlogic-error-eval-code-on-line-1/)
 *  Thread Starter [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-widgetlogic-error-eval-code-on-line-1/#post-2342133)
 * I just said the hell with it and switched to using Widget Context. Works like
   a charm.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WidgetLogic] – Error eval() code on line 1](https://wordpress.org/support/topic/plugin-widgetlogic-error-eval-code-on-line-1/)
 *  Thread Starter [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-widgetlogic-error-eval-code-on-line-1/#post-2342129)
 * I setup another wordpress installation on a separate domain on the same server
   and got the same error.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Need Some Help Looping Through Images](https://wordpress.org/support/topic/need-some-help-looping-through-images/)
 *  Thread Starter [imagebox](https://wordpress.org/support/users/imagebox/)
 * (@imagebox)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/need-some-help-looping-through-images/#post-2224426)
 * Nevermind I took a different route.

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