| bio | website | jezthompson.co.uk |
|---|---|---|
| location | Lincoln, AL | |
| age | ||
| visits | member for | 1 year, 10 months |
| seen | May 21 '12 at 15:19 | |
| stats | profile views | 15 |
|
May 2 |
comment |
Can the_category display a post count? Thankyou thats brilliant! |
|
Mar 14 |
comment |
Include an image within auto the_excerpt? Thank you, i'll give it a go :) |
|
Feb 27 |
comment |
Show Multiple Size URL of one Featured Image/Thumbnail? Its for the image gallery pikachoose.com it requires ref. Thanks i've found a way using get_the_post_thumbnail |
|
Feb 21 |
comment |
Display of comment_date within get_comments? Stunning, thank you :) |
|
Feb 21 |
comment |
Function to allow single post template based on custom taxonomy? Thanks a give that a look :) |
|
Feb 21 |
comment |
Function to allow single post template based on custom taxonomy? Unfortunately not :(. I know about single-{custom-post-slug}.php but i need a single post template based on custom tax, as two single pages (child/parent) of the same custom post are sharing their single.php, so need to make them individual another way. |
|
Jan 30 |
comment |
Echo Permalink in Attachment outside of loop? Sorted, thank you. |
|
Jan 30 |
comment |
Echo Permalink in Attachment outside of loop? Thank you :D I need it to link to the permalink of the actual post the image is attached to though, the single.php as it were. The code above links through to the image link... |
|
Jan 16 |
comment |
is_archive for custom tax archive page? Sorry, sorted it thank you anyway :) |
|
Dec 3 |
comment |
Default Gallery Edit/Template Editable? Perfect,thank you so much :) |
|
Dec 3 |
comment |
Default Gallery Edit/Template Editable? Thanks Josh, almost perfect.. Thats put it in a list without the link but its back to the 150 x150 thumbnail size? So a combination of the two would be perfect. The list is also <li class="gallery-item"> rather than class='gallery-item' Thank you again.. :) |
|
Dec 2 |
comment |
Default Gallery Edit/Template Editable? Wow thats awesome thanks! It still links to an image though, anyway to strip the link and put it all in a <ul> <li> list? Thanks for that so far though, brilliant! |
|
Nov 14 |
comment |
Custom Post Type Templates? Thanks Tom i'll give that a go, since your help i've found this also, do the same thing? wordpress.org/extend/plugins/custom-post-template |
|
Nov 14 |
comment |
Custom Post Type Templates? I usually use <?php echo get_post_meta($post->ID, 'meta-box-name',true); ?> to get my meta box info, how would i write an if statement to say if meta bot drop down 1 do this if 2 do this else etc...? |
|
Nov 14 |
comment |
Insert html after certain amount of posts? Thank you guys, very much cheers :) |
|
Nov 11 |
comment |
Insert html after certain amount of posts? Thanks for looking. But it doesn't seem to work :( The first li has an ul with 2 li inside, it then closes and moves to another li with an ul and a single li which repeats. |
|
Oct 26 |
comment |
Why does this search.php not work? Thanks Chip all sorted. |
|
Oct 26 |
comment |
Why does this search.php not work? The page works perfectly on index.php and in single.php, its only once it tries to display the search results in search.php does it play up... |
|
Oct 26 |
comment |
Why does this search.php not work? Thanks chip. Yes the files exist because the page content is loading originally and does on the index.php also. Its the search.php elements title etc that is not. Still get another unexpected T_ELSE error... :( |
|
Oct 26 |
comment |
Why does this search.php not work? The locate_template doesn't load any content when i apply that and removing one of the if gives me an unexpected T_ELSEIF error... :( |