To add Descriptions to custom post types, you can modify line 103 from:
if (is_singular('post')) {
to:
if (is_singular()) {
http://wordpress.org/extend/plugins/wp-facebook-open-graph-protocol/
To add Descriptions to custom post types, you can modify line 103 from:
if (is_singular('post')) {
to:
if (is_singular()) {
http://wordpress.org/extend/plugins/wp-facebook-open-graph-protocol/
aye... good call. idk why i have that hardlined to posts... will roll into update
pushed in 1.5
is there a way to do this even MORE globally? there are a few plugins I use (to create landing pages) that have created custom post AND page types. Is there a way to make it appear on all custom post and page types too?
You must log in to post.