Title: Eric's Replies | WordPress.org

---

# Eric

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Taxonomy Terms List] [Plugin: Taxonomy Terms List] Remove Link](https://wordpress.org/support/topic/plugin-taxonomy-terms-list-remove-link/)
 *  [Eric](https://wordpress.org/support/users/extrab/)
 * (@extrab)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-taxonomy-terms-list-remove-link/#post-1999682)
 * Hi Everyone,
 * Just for those who struggle with php inside of WordPress I’d like to clarify 
   something.
 * The only difference in the code provide by valentin88 and what is originally 
   found inside of wp-includes/category-template.php is this
 *     ```
       $term_links[] = $term->name ;
   
       /* instead of the following */
   
       $term_links[] = '<a href="' . $link . '" rel="tag">' . $term->name . '</a>';
       ```
   
 * And in addition to the Taxonomy Terms List Plugin…
 * I’m also trying another plugin by the same author – Michael Fields – called Taxonomy
   List Shortcode
 * At first I was wondering if changing wp-includes/category-template.php to remove
   links from the Taxonomy Terms List plugin would effect the other plugin.
 * And it seems there is no issues. I hope this is useful.
 * One question though….
 * When new versions of WordPress are released will upgrading cause the edits to
   wp-includes/category-template.php to be overwritten?
 * Thanks and I look forward to your replies
 * Eric
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Change Plugin Display Order](https://wordpress.org/support/topic/change-plugin-display-order/)
 *  [Eric](https://wordpress.org/support/users/extrab/)
 * (@extrab)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/change-plugin-display-order/#post-843668)
 * Very nice blog!
 * I am having the same problem. Wish someone could help guide us.
 * Anyone? Thanks
 * Eric
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Order of plugins on page](https://wordpress.org/support/topic/order-of-plugins-on-page/)
 *  [Eric](https://wordpress.org/support/users/extrab/)
 * (@extrab)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/order-of-plugins-on-page/#post-768811)
 * Hi I use WordPress 2.6 and have the same problem.
 * I am using Sociable, Suscribe Remind, and HeadSpace2’s Recent Posts.
 * They all appear at the end of my posts but I wan’t them in a different order.
 * Anyone know where in wordpress we have to change code or is there somewhere in
   the admin to do this?
 * I have looked for several days for an answer and no luck yet.
 * Thanks
    Eric
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: Sociable] Tagline Font Color](https://wordpress.org/support/topic/plugin-sociable-tagline-font-color/)
 *  [Eric](https://wordpress.org/support/users/extrab/)
 * (@extrab)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-sociable-tagline-font-color/#post-961304)
 * Hi there… can you tell me how you solved this? I would like to the same thing…
   not too mention I want to place a space between the text and icons but can’t 
   figure out how in the css. Any ideas and thanks so much
    Eric
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Move WP to root: will it conflict with files already there?](https://wordpress.org/support/topic/move-wp-to-root-will-it-conflict-with-files-already-there/)
 *  Thread Starter [Eric](https://wordpress.org/support/users/extrab/)
 * (@extrab)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/move-wp-to-root-will-it-conflict-with-files-already-there/#post-895106)
 * In case anyone is interested, it was simple to move to the root by following 
   this
    [http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_Within_Your_Site](http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_Within_Your_Site)
 * It was so simple that I couldn’t believe I wasted all that time preparing and
   making more out of it. I also use permalinks but didn’t have to do step 10.
 * Good luck to anyone else who has to do this.
 * Eric B
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Move WP to root: will it conflict with files already there?](https://wordpress.org/support/topic/move-wp-to-root-will-it-conflict-with-files-already-there/)
 *  Thread Starter [Eric](https://wordpress.org/support/users/extrab/)
 * (@extrab)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/move-wp-to-root-will-it-conflict-with-files-already-there/#post-895097)
 * bump
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [homepage too long](https://wordpress.org/support/topic/homepage-too-long/)
 *  [Eric](https://wordpress.org/support/users/extrab/)
 * (@extrab)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/homepage-too-long/#post-895095)
 * Hi jladmin
 * I just installed wordpress for the first time recently and didn’t like how the
   whole post showed up on the home page.
 * I discovered you can use the “Insert More” tag. In the visual editor it is the
   3rd or 4th button from the left and looks like two rectangles with a dotted line
   going between them… or in the html editor you can just write the code as follows
 * <!–more–>
 * So say your post is 12 paragraphs long… just put the <!–more–> tag just after
   the first couple of sentences or maybe at the end of the first paragraph. Then
   on your home page and category pages only the part before the more tag shows 
   up followed by a link that says “read more” which goes to the actual post page.
 * Hope this helps
    Eric B
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Move WP to root: will it conflict with files already there?](https://wordpress.org/support/topic/move-wp-to-root-will-it-conflict-with-files-already-there/)
 *  Thread Starter [Eric](https://wordpress.org/support/users/extrab/)
 * (@extrab)
 * [17 years, 6 months ago](https://wordpress.org/support/topic/move-wp-to-root-will-it-conflict-with-files-already-there/#post-895070)
 * I forgot to mention I did do a back up of everything on my host/server in case
   I make a mistake and need to replace everything.
 * Thanks
    EricB
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Editor Page not Working!!! Help](https://wordpress.org/support/topic/editor-page-not-working-help/)
 *  [Eric](https://wordpress.org/support/users/extrab/)
 * (@extrab)
 * [18 years ago](https://wordpress.org/support/topic/editor-page-not-working-help/#post-732954)
 * Hello,
 * My friend is having the same problem and he has asked me to help. Just to be 
   sure I will explain the situation.
 * I use version 2.3.3
 * When I login to the Word Press Admin (**through my friends computer**) and go
   to the Post Editor I am not able to click in either the Visual or Code editor.
 * On my own computer I have no problmes at all and everything works fine.
 * We both use IE7 but his is showing a “error on page” message on the bottom left
   browser status bar. I also tried using FireFox on his computer and on mine. Same
   thing firefox worked fine for me on my computer but not on his. (Also, not sure
   if this means anything but I have not done a Windows Update in months)
 * On my computer I right clicked on the editor area then selected properties and
   was shown a url that ended like this…
 * /wp-includes/js/tinymce/blank.htm
 * I am assuming the js represents javascript
 * My conclusion is that there may be some setting in Internet Explorer Options 
   that is causing the problem or there may be some kind of firewall causing it.
   I believe he just uses the Windows XP firewall.
 * Hopefully this information is accurate and can get us going in the right direction
   to solve this problem.
 * Can anyone pick up from here and let me know what is going on or give suggestions
   on what to try?
 * Thanks
    Eric B

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