Custom Field auto add download link in post.
-
Hello,
I have a website where users can download episodes of certain series. My issue is however, that I am receiving help with posting from people that don’t have any experience with wordpress, html or php.
I want them to be able to paste a download link in a custom field. Which will then automaticly add the url to that post.
Example:
1. They add the url to the custom field named ‘Download Link’
2. In my single.php I need the following code (I can’t code php btw)
<a href="CUSTOM-FIELD-URL HERE">Download <?php the_title(); ?></a>
How do I do this?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Custom Field auto add download link in post.’ is closed to new replies.