Hi there,
I am trying to have a PHP variable in my link, so that my final link would look like:
example.com/eformat/variable-goes-here.rtf
I've managed to get example.com/variable-goes-here but no more than that. I really don't know PHP very well, so help would be greatly appreciated. Please excuse my beginner level. Thanks! :D
<?php $eformat = $post–>post_name; echo "<a href=\"$eformat\">Download this blog post in eFormat (.rtf)</a>" ?>