Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Dipak C. Gajjar

    (@dipakcg)

    That is possible but then you’ve to update the plugin code which requires some custom coding.

    Thread Starter Li-An

    (@li-an)

    If you give me the code, I will change the plugin myself.

    Plugin Author Dipak C. Gajjar

    (@dipakcg)

    Update dcg-display-plugin-data.php as below:

    Replace line 62 from
    <div class='dcg-download-link'><span style='width: 27%; display: inline-block;'>Download Link:</span><a href='{$decoded_data->download_link}' target='_blank' style='border: 0px; '>Click here</a></div>
    to…
    <div class='dcg-download-link'><span style='width: 27%; display: inline-block;'>Official Page:</span><a href='{$decoded_data->homepage}' target='_blank' style='border: 0px; '>Click here</a></div>.

    This will output Official Page instead of Download link on front-end.

    Let me know how this goes.

    I appreciate you take some time to rate this plugin (as per your satisfaction).

    Thread Starter Li-An

    (@li-an)

    Thanks. I will make a review and a rating. And open a new thread ??

    Thread Starter Li-An

    (@li-an)

    Hello again, “homepage” gives me official homepage and not wp.org homepage. Is it possible to get this URL ?

    Plugin Author Dipak C. Gajjar

    (@dipakcg)

    www.remarpro.com API doesn’t return such variable (URL), I am afraid.

    However, I can help you to get that URL (using custom programming) but that’s part of paid support. Contact me at https://dipakgajjar.com/contact/ to get more info. on paid support.

    Thread Starter Li-An

    (@li-an)

    OK, no problem – it’s not a big deal for me.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Show link to plugin's page’ is closed to new replies.