127 reputation
7
bio website
location
age
visits member for 1 year, 4 months
seen 3 hours ago
stats profile views 13

Feb
25
accepted Link to full size post thumbnail
Feb
25
comment Link to full size post thumbnail
Yeah, it works! Thanks
Feb
25
comment Link to full size post thumbnail
I try: array( ... full_size = wp_get_attachment_image_src( get_post_thumbnail_id( $idx ), "full" ); <a href="<?php echo $p['full_size']; ?>">...</a> I just get "Array"
Feb
25
asked Link to full size post thumbnail
Dec
24
asked Remove update messages for deactivated plugins
Dec
17
accepted Chance post id into post name
Dec
17
comment Chance post id into post name
Perfect - thanks
Dec
17
asked Chance post id into post name
Nov
24
comment Permalink issues /#
Just a optional hashtag by AddThis for tracking
Nov
24
comment Permalink issues /#
I use Starkers HTML5 link
Nov
24
asked Permalink issues /#
Nov
2
accepted Add error message on password protected page
Nov
2
comment Add error message on password protected page
Great – Thank you
Nov
2
asked Add error message on password protected page
Oct
24
comment Exclude the_content (); from page password protection
Thanks. I´d like to do: 1. Page password protected, 2. the_title and the_content should shown without enter password. 3. Custom Post Types on this page should just shown by enter the password.
Oct
22
comment Glossary with Custom Post Type
I mean that nothing will be show on the page without "B" and the page will not stop to load.
Oct
22
comment Glossary with Custom Post Type
I chance my code above, too. Now failed output from the cpt_auto. It will just show a "B"?
Oct
22
revised Glossary with Custom Post Type
deleted 22 characters in body
Oct
22
comment Glossary with Custom Post Type
Thanks, again. I became for this line: while($range[$index] != strtoupper(substr($term->name, 0, 1)) { this message: Parse error: syntax error, unexpected '{'
Oct
22
comment Exclude the_content (); from page password protection
I just get the login form, no other content will show.