Adding Post Metadata
-
First off great plugin. It saved me a bit of time on the project I am working on.
How would I add a posts metadata to the plugin?
I tried this method with no success.$meta_quote = get_post_meta($post->ID,’home-page-excerpt’,TRUE);
echo $meta_quote;
The topic ‘Adding Post Metadata’ is closed to new replies.