• caligrafx

    (@caligrafx)


    So i followed one of the lines in the theme I am using and thought I would add a new option. The Download button!

    So this is what I have in the function template:

    array(	"name" => "download-location",
    			"std" => "",
    			"type" => "text",
    			"title" => 'Download URL',
    			"description" => 'Enter the URL of download location!'),

    I tried this and did some research and didn’t find anything to help.
    <?php if ( function_exists('get_custom_field_value') ){get_custom_field_value('download-location', true);} ?>

    I would like it to write as the following if possible.
    <a href="linkurl"><img src="download-image"></a>

  • The topic ‘Show link in single post.’ is closed to new replies.