1,667 reputation
31628
bio website knocktastic.com
location Spokane, WA
age 31
visits member for 2 years, 9 months
seen Apr 29 at 20:38
stats profile views 147

I'm a lumberjack, and I'm ok.


Sep
14
comment How to display a shortcode caption somewhere other than the_content
I just figured this out myself, and was about to ask that question, lol. Doing this: $content = apply_filters('the_content',get_the_content()); earlier in the page helps. Then I can simply echo $content where the_content() would be. It still feels like a hack though. Any way to get that filter to run earlier?
Sep
14
comment How to display a shortcode caption somewhere other than the_content
I've put that in, but doing global $caption_info; var_dump($caption_info); in my single.php results in array(0) {}. Thoughts?
Sep
14
accepted Are captions stored anywhere?
Sep
14
comment Are captions stored anywhere?
You're right. That's a totally retarded way of doing it, but you're right. It's stored in the wp_posts table with post_type=attachment
Sep
14
revised How to display a shortcode caption somewhere other than the_content
edited tags
Sep
14
accepted How to display a shortcode caption somewhere other than the_content
Sep
14
comment How to display a shortcode caption somewhere other than the_content
Sweet. I knew that would work somehow. Should I add a conditional is_singular() to this?
Sep
13
asked Are captions stored anywhere?
Sep
13
awarded  Commentator
Sep
13
accepted When should you use WP_Query vs query_posts() vs get_posts()?
Sep
13
asked How to display a shortcode caption somewhere other than the_content
Sep
13
asked When should you use WP_Query vs query_posts() vs get_posts()?
Sep
10
comment Excluding Sticky Posts from The Loop and from WP_Query() in WordPress?
The post__not_in question is answered here: wordpress.stackexchange.com/questions/127/…
Sep
9
accepted How to dequeue a script?
Sep
8
asked How to dequeue a script?
Sep
7
comment Is there a way I can write a series in WordPress?
The documentation is all in the readme. Justin is very good about that.
Sep
7
comment How do I get my wp_nav_menu single category page to highlight the parent?
I had the same question last week.
Sep
7
comment Quickest Way Besides FTP to Upload WordPress Files to a Web Server?
SVN is the best way to go. It makes it easier to upgrade and/or downgrade your site. (Should you need to back off of an upgrade for some odd reason.)
Sep
7
answered Is there a way I can write a series in WordPress?
Sep
7
answered How do I add CSS options to my plugin without using inline styles?