Parse Shortcodes in Theme’s Custom Field?

You can use the do_shortcode() function. do_shortcode(‘[your-shortcode option1=foo option2=bar]’); Or in your case: $price = get_post_meta($post->ID, ‘_price’, true); #Dynamically generate the plugin shortcode $new_price = do_shortcode(“[plugin-shortcode price=$price]”); Hope this helps you out!

Use Metabox to enter Post Title

Is it really necessary to override default WordPress title filed? instead I’d recommend using a different meta key such as – my_the_title to store the title into database. And then use wordpress function – get_post_meta() to show it, instead of the_title() function.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)