Title: greencode's Replies - page 36 | WordPress.org

---

# greencode

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 526 through 536 (of 536 total)

[←](https://wordpress.org/support/users/greencode/replies/page/35/?output_format=md)
[1](https://wordpress.org/support/users/greencode/replies/?output_format=md) [2](https://wordpress.org/support/users/greencode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/greencode/replies/page/3/?output_format=md)…
[34](https://wordpress.org/support/users/greencode/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/greencode/replies/page/35/?output_format=md)
36

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Category post count within sidebar link?](https://wordpress.org/support/topic/category-post-count-within-sidebar-link/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/category-post-count-within-sidebar-link/#post-949653)
 * Thanks for this – that’s exactly the problem I’m faced with but I’ve no idea 
   where I’m supposed to insert that code? It’s on the widgets.php file that the“
   Display categories widget” resides on but I can’t see any mention of any of the
   code that it talks about on that site? Any ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AddThis] Remove border that my theme has placed around it](https://wordpress.org/support/topic/plugin-addthis-remove-border-that-my-theme-has-placed-around-it/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-addthis-remove-border-that-my-theme-has-placed-around-it/#post-949527)
 * Thanks for this – I’ve managed to do it by including an inline style of:
 * style=\”padding:0; border:none;\”
 * I had to include the back-slashes as it was in the coding of the button (to be
   honest I’ve no idea why you have back-slashes but this seemed to work nevertheless)
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP-Marketer] Keeping the links in order?](https://wordpress.org/support/topic/plugin-wp-marketer-keeping-the-links-in-order/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-marketer-keeping-the-links-in-order/#post-943338)
 * Just following up on this – I notice that WP-Affiliate does a similar thing to
   what I’ve asked.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WP-Marketer] Bug clash with Categories](https://wordpress.org/support/topic/plugin-wp-marketer-bug-clash-with-categories/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-marketer-bug-clash-with-categories/#post-942321)
 * Hi, I’ve uploaded a photo here: [](http://www.alangreen.co.uk/photos/wp-marketer.png)
 * This is the categories panel that appears on the right-hand side of the page 
   when writing or editing a new blog post.
 * I’m running WP2.7
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I change the Blog Title Link](https://wordpress.org/support/topic/how-do-i-change-the-blog-title-link/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/how-do-i-change-the-blog-title-link/#post-914158)
 * Hi, apologies for the delay in getting back to you – I don’t seem to be getting
   instant notifications! Oh well, back to the matter at hand:
 * If you look in your theme’s root folder you’ll see a file called “header.php”,
   open this file in a text editor. In between the H1 tags there should be something
   like this:
 * “<?php bloginfo(‘siteurl’); ?>”
 * I simply changed this to:
 * “my site name dot com”
 * and that then changes the link. I think you did it through the Settings section
   in your wp-admin section on WP. That’s what I did and lost the ability to edit
   or do anything with the blog. If that’s still the case then can you access phpmyadmin
   through your cPanel? If so do this:
 * Enter phpmyadmin
    > Select your database > Click browse on the wp-options table
   > Edit the siteurl to your previous location.
 * Hopefully all of that should help you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Atahualpa theme – remove Meta category?](https://wordpress.org/support/topic/atahualpa-theme-remove-meta-category-1/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/atahualpa-theme-remove-meta-category-1/#post-912056)
 * Apologies I’ve figured it out – go into the sidebar.php file and remove it from
   there!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Atahualpa theme – remove Meta category?](https://wordpress.org/support/topic/atahualpa-theme-remove-meta-category-1/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/atahualpa-theme-remove-meta-category-1/#post-912055)
 * I’m trying to do the same – can you please let me know how you resolved this 
   issue?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I change the Blog Title Link](https://wordpress.org/support/topic/how-do-i-change-the-blog-title-link/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/how-do-i-change-the-blog-title-link/#post-914017)
 * I’ve figured out how to do this my manually editing the header.php file of the
   theme but is this the only way to do it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments field not showing up?](https://wordpress.org/support/topic/comments-field-not-showing-up/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/comments-field-not-showing-up/#post-905586)
 * I may be going mad but it’s definately not there – I’ve checked on Safari, Camino
   and even Firefox (which I never use and therefore have never viewed that site
   before)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments field not showing up?](https://wordpress.org/support/topic/comments-field-not-showing-up/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/comments-field-not-showing-up/#post-905582)
 * I’ve just unchecked that but still no comments field is appearing below the post?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Transfer to new server. Blog OK but Admin not?!](https://wordpress.org/support/topic/transfer-to-new-server-blog-ok-but-admin-not/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/transfer-to-new-server-blog-ok-but-admin-not/#post-789995)
 * Thanks for that – I had to change the options in my old blog to point to the 
   new server.

Viewing 11 replies - 526 through 536 (of 536 total)

[←](https://wordpress.org/support/users/greencode/replies/page/35/?output_format=md)
[1](https://wordpress.org/support/users/greencode/replies/?output_format=md) [2](https://wordpress.org/support/users/greencode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/greencode/replies/page/3/?output_format=md)…
[34](https://wordpress.org/support/users/greencode/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/greencode/replies/page/35/?output_format=md)
36