If you cannot write codes:
There is a Plugin MDC Target Blank, that’ll solve the issue. When someone clicks on a link (or an image that is hyperlinked), it’ll force to open in a new tab. It adds target="_blank"
to a
tags.
Older versions of this plugin had a bug, that’s fixed in new versions. So, don’t worry about the plugin ratings.
If you can write codes:
Add this code to your theme’s functions.php
file
function mdc_target_blank($content) {
$post_string = $content;
$post_string = str_replace('<a', '<a target="_blank"', $post_string);
return $post_string;
}
add_filter( 'the_content', 'mdc_target_blank' );
Related Posts:
- Custom plugin route in WordPress
- Why is ?doing_wp_cron being appended to my URLs
- How to remove file versions from the file source links in wp_head?
- use query string in URL to display content on the page
- Change default URL path (/blog/) of blog posts
- How to deal with WordPress on localhost
- How to convert the file path to a URL of the same file?
- Why is WordPress saving full-urls to the database?
- Get taxonomy slug from url
- Load images with http urls inside https post
- Force the Website URL to Include “www” and to be Upper Case?
- WordPress and $_GET Params
- List of default WordPress URLs
- Why WP encodes UNICODE (UTF8) containing urls? Any drawbacks of UNICODE url?
- Unable to load static front page on home url
- Force home page to be https?
- add_query_arg() One Key with multiple values
- Change homepage url
- How to update media links in WordPress after migration?
- Check what is at URI (post, archive, etc…)
- How can I change all links on pages to point to a different domain from where the site is hosted?
- Why ids in urls don’t work but slugs do?
- Changing my site url from azure.net to custom domain
- Remove / from www.example.com/ [closed]
- Check request URL for pattern
- Rewrite WordPress Standard Feed URL – /feed/ to feed.xml
- Set a custom URL for image in the Media Library?
- wp_insert_post – How do I prevent incremental numbers on child pages?
- How to change logo url [closed]
- Dynamic URL based on user_metadata
- How to edit URL Slug?
- Check if user is logged in to site A when visiting site B
- Publish Post when URL is available else reschedule the post in wordpress [duplicate]
- Change url links on members loops in buddypress
- Find file url in post content and add it to media library
- Localhost port is missing on some links after downgrading MAMP [closed]
- rewrite taxonomy-{taxonomy}-{term}.php terms
- Why am I seeing all these weird ‘loginid’ requests?
- Confusion about Site url and directory
- Multiple URLs with Numbers
- hijacking home_url for root relative paths
- How to properly print a 404 error without redirecton? (i.e. keeping the current URL)
- Will get_bloginfo(‘url’) return URL with backslash?
- Can anybody provide me with a function to generate slugs?
- Is there RELATIVE_PATH, like ABSPATH
- Accessing WordPress using “localhost” and local ip at the same time
- Using esc_url_raw with protocols properly
- How can I identify which file/function will be used to respond to a particular URL?
- Porting site URLs to new host but with same domain name [closed]
- My #id is not showing in the url when the user clicks on the anchor tag
- Is there a way to test if a URL is part of the current blog?
- Showing my server ip in source code for several links not for all links
- Could not find the wordpress page
- An anchor name (id name) in the address bar
- Moving Website-URL
- How to prevent unknown addresses which are accessed from my wordpress website [closed]
- get_template_directory() returns wrong address on VPS
- How to close tab automatically if URL has specific word? [closed]
- Is there an URL listing latest posts
- Image not showing up in media loader success area – followup
- How do I allow http/ftp access to files I have uploaded?
- Redirecting URL with Twitter Button API Not Working
- Need help changing back the correct wordpress url
- Adding Parent Categories and keep current URLs
- Different url to same page (with dynamic content)
- How rewriting a url to make it SEO friendly
- WordPress option com_jce should not work
- Too many redirects (ERR_TOO_MANY_REDIRECTS) only on one page
- Add a paramter to page url
- WordPress Still Requesting Old Url
- Broken Images and Style
- Why my URL has an unknown character string?
- No url when downloading PDF
- Post not redirecting to non www after changing from www
- i1.wp.com url problem (Jetpack not installed)
- incorrect url in Snippet editor
- Use URL parameter to create dynamic content
- Generate new URL for popup form
- In-page link works in Firefox but not in Chrome
- My website has some Crawling Errors?
- How can I modify the ‘Insert/edit link’ option to offer root-relative urls?
- Modify the WordPress URL
- Duplicate pages with ?s parameter
- How to pass REQUEST_URI to function
- Populate Website URL at registration time
- WordPress Update Links
- Change path/url of admin-bar.min.css
- wordpress url with format .com/category/sub-category
- URL Forwarding – wordpress links reverting back
- Get gallery url (Nextgen) [closed]
- How to use query string in URL to display content on the wordpress page
- help me remove this additional parameter in url
- Function to get custom post image URL
- How to echo a dynamic url
- How to run Wiki on the same host as WordPress and not get 404 errors when browsing to Wiki?
- How to write url to display all posts of certain type and taxonomy with given term_id
- What purpose does /embed/ URL have and how to avoid SEO problems?
- Where can I add list of external URL for WP ADD link tool?
- WordPress page URL: Get rid of /wp-content/… part from URL
- How to create multiple urls for a same page contents in wordpress