Does anyone know how to programatically change link from: <a href="https://wordpress.stackexchange.com/questions/259110/some_url">click</a> to: <a onclick="window.open("https://wordpress.stackexchange.com/questions/259110/some_url",'_blank', 'location=no')">click</a> so that all links created in the wordpress visual editor be opened via inappbrowser...
  • May 23, 2022
  • 0 Comments
I’ve been trawling through forums but can’t find a solution to this. If anyone can help, it would be greatly appreciated! I’m trying to display a link to current...
  • May 22, 2022
  • 0 Comments
It can be sometimes bothersome when, in the Discussion (Comments) dashboard, where the admin can see a list of comments, moving the mouse over a link will cause a...
  • May 21, 2022
  • 0 Comments
I’m pulling my hair out over this. In the Links manager, you can enter a description for the category (in addition to the link itself). However, in wp_list_bookmarks, there...
  • May 21, 2022
  • 0 Comments
I’m using the twentyten theme with the bbpress plugin. I have the following in my header.php (twentyten): <div id="masthead"> <div id="branding" role="banner"> <h1><a href="https://wordpress.stackexchange.com/questions/11893/<?php get_site_url(); ?>">TaiwanTalk</a></h1> </div><!-- #branding -->...
  • May 21, 2022
  • 0 Comments
i’m using the default “insert video” function from wordpress (which inserts a normal hyperlink to the video only) and would like to replace that link with something else like...
  • May 21, 2022
  • 0 Comments