I'm creating a custom post type for creating gallery posts. One of the things I took out was the 'editor' section since I have my own uploader. Since the HTML editor is gone (can't use shortcodes now), is there a wp function which is the equivalent of the [gallery] shortcode?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
As per the Codex recommendation for outputting the
You can even pass accepted parameters:
|
|||
|
|
|
Got it. Here's the code for anyone else who wants to do the same thing. Throw this baby in your theme template file and try it out.
|
|||
|
|
|
You can use the wordpress function make for this purpose
by sure to call this after you setup the post |
|||
|
|