132 reputation
5
bio website
location London, United Kingdom
age
visits member for 2 years, 8 months
seen Dec 5 '12 at 1:50
stats profile views 6

Nov
9
accepted What can I replace '.get_bloginfo('url').' with to return the current URL rather than the home address?
Nov
9
comment What can I replace '.get_bloginfo('url').' with to return the current URL rather than the home address?
Brilliant - it's working perfectly - thanks!
Nov
6
asked What can I replace '.get_bloginfo('url').' with to return the current URL rather than the home address?
Oct
19
accepted Why does WordPress allow inserting <h1> tags into posts?
Oct
19
comment Why does WordPress allow inserting <h1> tags into posts?
@Wyck: I'm making a WordPress theme to be used in WordPress, which is why I wanted to know.
Oct
19
awarded  Commentator
Oct
19
comment Why does WordPress allow inserting <h1> tags into posts?
Thanks. I think I am going to make page.php and single.php files display the page/post-title as the <h1> and the site-title for <h1> on all other pages, and change the rest to <h2>, as Google's opinion is as close to a rule we are going to get here.
Oct
19
comment Why does WordPress allow inserting <h1> tags into posts?
How would you explain Automattic using multiple <h1> tags for post titles on archive lists?
Oct
19
comment Why does WordPress allow inserting <h1> tags into posts?
@Wyck: I am asking in the context of WordPress being a CMS and the question also regards WordPress themes which I have seen using post titles within multiple <h1> tags on the same page.
Oct
19
revised Why does WordPress allow inserting <h1> tags into posts?
added 12 characters in body
Oct
19
asked Why does WordPress allow inserting <h1> tags into posts?
Oct
17
comment Trying to edit archive.php to only show post extract, with featured image
Thanks, but could you edit your answer to include how to add the 'Continue reading' links for excerpts? Also, posts without excerpts are truncated with [...] at the end, but there is no link.
Oct
17
asked Trying to edit archive.php to only show post extract, with featured image
Oct
15
comment How do I modify this page template to show subpage excerpts (not post excerpts)?
Thanks. That may be useful once I get to the point where I know what you're on about.
Oct
15
comment How do I modify this page template to show subpage excerpts (not post excerpts)?
Excellent. Thank you very much.
Oct
15
accepted How do I modify this page template to show subpage excerpts (not post excerpts)?
Oct
15
asked How do I modify this page template to show subpage excerpts (not post excerpts)?
Oct
15
comment How do I stop a widget from displaying on mobile site?
Thanks, but quite a lot of my visitors will be using Windows Phone, which you left out. While it can be added, it illustrates the problem with this approach.
Oct
15
comment How do I stop a widget from displaying on mobile site?
Thanks. I just added display: none to the .widget_search class in the css for the mobile site.
Oct
15
accepted How do I stop a widget from displaying on mobile site?