301 reputation
14
bio website
location
age
visits member for 2 years
seen 18 hours ago
stats profile views 7

Jan
29
answered Wordpress plugin archive
Dec
16
awarded  Yearling
Jun
7
revised Detecting a WordPress URL without doing a full HTTP GET?
Added info regarding Link header on wp.com blogs
Jun
7
comment Detecting a WordPress URL without doing a full HTTP GET?
@Rarst Yes - that's the caveat. It's possible for sites to spoof this, and there may be some that use the page_id variable already. Any sort of detection method using headers can probably be spoofed, so I don't think it's worth worrying too much about that. Which just leaves false positives for custom CMS. I couldn't think of a more WordPress-specific variable that would be less likely to be used elsewhere. Is there one?
Jun
7
answered Detecting a WordPress URL without doing a full HTTP GET?
Apr
24
revised Where Can I get wordpress hosting similar to wordpress.com?
Updated pricing
Jan
31
comment check for shortcode in post/pages AND widgets AND template files
You're welcome. Worth noting that the original poster would need to call the hooks wp_print_styles or wp_enqueue_scripts from the plugin or shortcode function. It won't work if you use the functions wp_enqueue_style() or wp_enqueue_scripts() directly inside the plugin/hook -- those functions have to be inside whichever function the wp_print_styles and wp_enqueue_scripts hooks call.
Jan
31
comment check for shortcode in post/pages AND widgets AND template files
+1 From the developer notes for v3.3: "WordPress 3.3 allows wp_enqueue_script() to work mid-page, which means most of that Jedi logic is no longer needed."
Jan
31
awarded  Citizen Patrol
Jan
31
awarded  Editor
Jan
31
revised Where Can I get wordpress hosting similar to wordpress.com?
typo
Jan
31
awarded  Teacher
Jan
31
answered Where Can I get wordpress hosting similar to wordpress.com?
Jan
31
answered Is there a wordpress plugin enabling an autocomplete search box, then jump to page?
Jan
26
comment Creating a table from shortcode avoiding wpautop for each row
Thank you for this! For others, the relevant line to strip <br/> tags from shortcodes is simply $content = str_replace('<br />', '', $content);
Nov
9
answered Fatal error: Allowed memory size of … bytes exhausted
Jun
28
answered Change Metabox Title
Apr
29
awarded  Supporter