Uncategorized

Open Domain Page in same window

Question: Is it possible to have the link for a domain name open in the same window rather than open a new one? Where would I go to change this?

Answer:
Follow these steps to modify the code to open the domain page in the same window

  • In the Plugin Editor, open Edit My Domain List Pro
  • Open file name my-domain-list-pro/my-domain-list-pro-user.php
  • Search for function name of: show_domain_name
  • Remove the reference of target=”_blank” in the “
  • The line should read:
    return $thumb . ''. get_the_title($postId).'';