Title: bloggingcss's Replies | WordPress.org

---

# bloggingcss

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Layout difference in previous pages](https://wordpress.org/support/topic/layout-difference-in-previous-pages/)
 *  Thread Starter [bloggingcss](https://wordpress.org/support/users/bloggingcss/)
 * (@bloggingcss)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/layout-difference-in-previous-pages/#post-1137401)
 * Aww, right. Thanks 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [remove widget headings in sidebar](https://wordpress.org/support/topic/remove-widget-headings-in-sidebar/)
 *  Thread Starter [bloggingcss](https://wordpress.org/support/users/bloggingcss/)
 * (@bloggingcss)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/remove-widget-headings-in-sidebar/#post-1085132)
 * Hey,
 * I had actually already spotted the code above (thanks for the effort anyway),
   and my idea was to use PHP to tell the code that when ‘before_widget’ is equal
   to the html generated for the categories heading (an li with a particular id 
   is generated), then ‘before_title’ and ‘after_title’ should be null.
 * Then again, I do not know how to do that. Does anybody? That would be much appreciated!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [different links for same image](https://wordpress.org/support/topic/different-links-for-same-image/)
 *  Thread Starter [bloggingcss](https://wordpress.org/support/users/bloggingcss/)
 * (@bloggingcss)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/different-links-for-same-image/#post-1074547)
 * I came up with a solution, which turns out to be very similar to the one blogbreaking
   has posted.
 * I found it in [this](http://www.webdesignerwall.com/tutorials/wordpress-theme-hacks/)
   post by Nick La. It’s the snippet under “Custom field”.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [remove widget headings in sidebar](https://wordpress.org/support/topic/remove-widget-headings-in-sidebar/)
 *  Thread Starter [bloggingcss](https://wordpress.org/support/users/bloggingcss/)
 * (@bloggingcss)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/remove-widget-headings-in-sidebar/#post-1085063)
 * Hi,
 * good to read you again 😉
 * I’d thought about display:none but I would really love to not go away with this
   by using a trick.
 * As to the second solution, it can’t be done ’cause the heading isn’t generated
   by the plugin but it’s set in the widgets file.
 * My idea of a working solution is something like a php control function that would
   recognize the widget and tell it not to generate an h2, but I’m waaaay too dense
   about php to achieve something like that 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [home link not working](https://wordpress.org/support/topic/home-link-not-working/)
 *  Thread Starter [bloggingcss](https://wordpress.org/support/users/bloggingcss/)
 * (@bloggingcss)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/home-link-not-working/#post-1076562)
 * Hi 11woth,
 * this was simpler than we thought! Using the absolute path worked like a charm!
   Thanks for the hint 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [home link not working](https://wordpress.org/support/topic/home-link-not-working/)
 *  Thread Starter [bloggingcss](https://wordpress.org/support/users/bloggingcss/)
 * (@bloggingcss)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/home-link-not-working/#post-1076452)
 * Hi 11worth,
 * thanks for your advices, although I found out that the problem is in no way related
   to the tag function, because I’ve totally removed it and wrapped the link in 
   h1 tags on every page and it still doesn’t work.
 * Yes, I’m using two-column Kubrick and no, I don’t use any widgets in my header.
 * Would you have any other idea why this is not working?
 * Thank you anyway!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [home link not working](https://wordpress.org/support/topic/home-link-not-working/)
 *  Thread Starter [bloggingcss](https://wordpress.org/support/users/bloggingcss/)
 * (@bloggingcss)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/home-link-not-working/#post-1076254)
 * Oops, just tried that, not working. Could this have something to do with the 
   version (I’m using WordPress 2.7)?
 * Also, a notice: the tag function works locally.
 * Thanks,
    grazz
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [home link not working](https://wordpress.org/support/topic/home-link-not-working/)
 *  Thread Starter [bloggingcss](https://wordpress.org/support/users/bloggingcss/)
 * (@bloggingcss)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/home-link-not-working/#post-1076251)
 * Hi,
 * thanks for the quick answer ;). I’ve read somewhere that it’s good SEO practice
   to make the logo title an h1 in the home page but not in the single post pages,’
   cause the post title shoud be more important than the blog title in these.
 * Anyway I think your solution will sure work. Thanks for that!
 * grazz
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [different links for same image](https://wordpress.org/support/topic/different-links-for-same-image/)
 *  Thread Starter [bloggingcss](https://wordpress.org/support/users/bloggingcss/)
 * (@bloggingcss)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/different-links-for-same-image/#post-1074487)
 * Hi blogbreaking,
 * thanks for your answer. However I don’t think that yours can be a solution since
   I add the code for the image in the WordPress dashboard, not directly in the 
   index.php file (not all of my posts have that structure).
 * Thanks anyway 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Default Theme, Header Problem](https://wordpress.org/support/topic/default-theme-header-problem/)
 *  [bloggingcss](https://wordpress.org/support/users/bloggingcss/)
 * (@bloggingcss)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/default-theme-header-problem/#post-1074359)
 * Hi,
 * go into your CSS and delete #73a0c5 (which is the hexadecimal value for that 
   blue) from the background declaration, in #header.
 * Hope it helps,
 * grazz

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