Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author caalami

    (@caalami)

    Your syntax looks OK:

    <a href="<?php print $mylink['url']; ?>">Supported by</a>

    to add the title:

    <a href="<?php print $mylink['url']; ?>">Supported by <?php print $mylink['title']; ?></a>

    But PHP is not being parsed on that page (since I was able to copy-paste that out of the page source). This needs to be inserted at the level of a theme template file.

    Thread Starter Teresa Vance

    (@teresavance)

    OK great, thanks for your reply – I’ll try and find the relevant template file and get it popped in there, then hopefully it’ll work!

    for some reason when export my sql and import it locally none of the links are showing? Anyone noticed this? Happening on 2 local setups.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘can’t get the link to display’ is closed to new replies.