mangobajito
Power Member
- Aug 21, 2010
- 527
- 266
Actually i have added custom code in functions.php in wordpress theme
it consists like
but i need it to add for custom fileds of wordpress posts....then how to make changes to it
it consists like
PHP:
global $post;
$posturl = urlencode(get_permalink()); //Get the post URL
but i need it to add for custom fileds of wordpress posts....then how to make changes to it