sanwal.g3
Forum Replies Created
-
It,s working in UPS regular plugin but not working in this UPS pro plugin.Can you give me exact code ?
https://tinypic.com/view.php?pic=vrudqb&s=8
see image i,m using Show-url in custom field if i add Show-url = 0 then it will show in post else hidei,m using this code in single.php file for show url
<?php
$s = get_post_meta($get_the_ID, ‘Show-Url’, true);
if($s==0){
$t = get_post_meta($get_the_ID, ‘usp-url’);
echo “View the recipe <anchor href='” .$t[0].”‘> here</anchor>“;
}
?>
but it,s showing my post url not showing user submitted url
you can see in this post https://www.yummysnaps.com/dsfsefrewrew4re/YOu said to me “it must be included in the loop. Also, the post that you are viewing must have a custom field named “user-submitted-url”
I want to know which loop where i need to include the file.I tried many time but it,s not showing URL.It,s only showing word “Array” in output of tag.How can i set it up can you tell me ?
I have added this tag <?php echo get_post_meta(get_the_ID(), ‘user-submitted-url’); ?>
In my singlepost.php file under my post data.But still it,s not working.Can you tell me which template tag i can use and where i need to add the tag.I seen documentation but i did n,t found any url tag here.
ThanksOk but i,m not talking about custom field i,m saying when user submit URL on form where i can get the user submitted URL?
I didn.t see any link attached to the post.Link not showing like this https://www.yummysnaps.com/8-heavenly-white-chocolate-dishes/
I removed login option you can check form now.
Yeah login required here.