I want to be able to get some wordpress options with the shortcode from the post, something like this: [get_option posts_per_page]
Is there an easy way to do that?
|
feedback
|
|
I think it is pretty easy first, create a function that will handle the short code
secord, register the shortcode
then, use it in a post:
more details look at here: http://codex.wordpress.org/Shortcode_API | |||
|
feedback
|