thickbox and custom_post_types
-
For normal posts the thickbox is working just fine,
but for custom post types the thickbox wont show the content, eventhough the lines are exactly the same :
in regular post title input:
<a href="#TB_inline?inlineId=test" class="thickbox" title="132465">Anchor</a>
and in the regular post content input:
<div id="test" style="display: none"> <div>Here is inline content.</div> <iframe width="560" height="315" src="//www.youtube.com/embed/mezvt0n4huo" frameborder="0" allowfullscreen></iframe> </div> <a href="#TB_inline?inlineId=test" class="thickbox" title="132465">Anchor</a>
https://www.ads-software.com/plugins/auto-thickbox-plus/
edit1: But this code will work on regular posts but not on the custom post types, I cant find any information why this piece of code is only working on normal posts… anyone help pls :<
edit2: wrapping around <p> tags wont work, also tried to change the ? into &, didnt work either. Combination of those two, didnt work either.[ Please do not bump, that’s not permitted here. ]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘thickbox and custom_post_types’ is closed to new replies.