[Help] Small help need in PHP

mangobajito

Power Member
Joined
Aug 21, 2010
Messages
527
Reaction score
266
Actually i have added custom code in functions.php in wordpress theme
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
 
actually the function code is to add small watermark image to every image in the the posts
but i used a image gallery theme
in this theme i no need to upload images in posts
it has custom fields to add images

So the watermark image is not added to the images
if i upload the image in posts and then published it showed the watermark
 
Back
Top