bloggingcss
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Layout difference in previous pagesAww, right. Thanks 😉
Forum: Themes and Templates
In reply to: remove widget headings in sidebarHey,
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
In reply to: different links for same imageI came up with a solution, which turns out to be very similar to the one blogbreaking has posted.
I found it in this post by Nick La. It’s the snippet under “Custom field”.
Forum: Themes and Templates
In reply to: remove widget headings in sidebarHi,
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
In reply to: home link not workingHi 11woth,
this was simpler than we thought! Using the absolute path worked like a charm! Thanks for the hint 😉
Forum: Themes and Templates
In reply to: home link not workingHi 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
In reply to: home link not workingOops, 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,
grazzForum: Themes and Templates
In reply to: home link not workingHi,
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
In reply to: different links for same imageHi 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
In reply to: Default Theme, Header ProblemHi,
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