954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Calling a plugin from custom field (Wordpress)

Is there any way to execute a wordpress plugin's call tag

[pluginname=parameters]


from custom fields?


Actually I'm trying with a function and then calling it from the template:

<?php if ( function_exists('get_custom_field_value') ){
        get_custom_field_value('my custom field', true);
} ?>


but my result is the plugin call tag

[pluginname=parameters]


.

Tell me that is possible, please ;)

Thanks!

bipies
Light Poster
35 posts since Jun 2011
Reputation Points: 10
Solved Threads: 0
 

okok, done it's like this:

<?php echo do_shortcode('[shortcode with params"]')?>
bipies
Light Poster
35 posts since Jun 2011
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: