4,475 reputation
3714
bio website
location Bristol, United Kingdom
age
visits member for 2 years, 1 month
seen 23 mins ago
stats profile views 266

senior scientist, programmer; interest in metaphysics and DiscWorld. I work with WordPress mostly for own sites; focus on themes and templates.


Feb
25
comment List all pages and children in separate ul
edited to show parent pages as link. this is the edited line: echo '<a href="' . get_permalink( $page->ID ) . '">' . $page->post_title . '</a>';
Feb
22
comment Is there any way to stylize articles one by one?
please post the full code of the loop of index.php.
Feb
21
comment query_posts() vs get_posts() multiple loops
what plugin is used for the 'most viewed'? have you tried to re-write the loops or at least the third loop with WP_Query()?
Feb
14
comment Is it possible to have different header style blog titles in different categories?
unfortunately your theme does not seem to use post_class() - so following the suggestion by @Max Yudin is possibly a way to go.
Feb
14
comment Is it possible to have different header style blog titles in different categories?
what theme are you using? does the theme use post_class()?
Feb
14
comment Wrap Meta Box with <li> and </li> for each new line
what exactly is in $lyrics_1? is this multiple lines?
Feb
4
comment Custom loop page with post navigation
seems to be about using anchor tags in one list which then point to the posts in a different list. question: does the list need to be in a different location from 'add_services' output?
Feb
2
comment How to get twenty ten content side by side (images and/or text)?
as your site seems to be with WordPress.**com** - please ask at en.forums.wordpress.com
Feb
1
comment How to disable commenting from Twenty Ten theme?
'I paid for custom.' - is your site with WordPress.com? then you might be wrong here; see wordpress.stackexchange.com/faq
Feb
1
comment Pages with a loop (index, archive) are loading the first image as post_thumbnail
what theme are you using? can you post the code of the custom template(s)?
Feb
1
comment explain why is_single doesn't work
the comments_template() code should be in the 'if' section.
Jan
30
comment Extra text… after read more tag
review codex.wordpress.org/Function_Reference/the_excerpt
Jan
30
comment Insert link to my thumbnail images
@MikeD - possibly start a new question; and post the code of single-portfolio.php
Jan
30
comment Insert link to my thumbnail images
and what about the double html link tag?
Jan
30
comment Insert link to my thumbnail images
please post the full code of the template. if there is a featured image, then your code is using two html link tags.
Jan
28
comment First letter cutting off in excerpt
what plugin exactly are you using?
Jan
28
comment Search.php - return number of results but cannot loop through
try var_dump( $search_query );
Jan
18
comment Include tags in the body of a post
get_the_tag_list() will return the result where the shortcode is; codex.wordpress.org/Function_Reference/get_the_tag_list
Jan
15
comment How do i add custom post types to this query?
custom post types in a query: codex.wordpress.org/Class_Reference/WP_Query#Type_Parameters
Jan
14
comment How do i add custom post types to this query?
please post the full code of your custom loop - all including the endif;