The new tab functionality does not work with WordPress 6.6.2.
Can you fix this?
Thanks!
]]>Hello.
Can you provide more info if we redirect page1 to page2 what status for SEO it will be for each pages ? 301 , 200, 302 or smth else ?
]]>Hi, I have one question before installing.
Is it possible to redirect from a “category page” or “tag page” to a page?
My problem is that a category/tag page is very simple and plain. You can only write a description (in the Old Editor) and then there is a list of posts only sorted by published date.
Is it possible that if I create a “PAGE” with all the posts organized and explained, all in Gutenberg, and then do the redirect from the category to the page?
]]>What happens when a page is deleted that has a Page Link setup. Does the link persist? It seems like it does. How can I remove the redirect if a page has been deleted?
]]>Hello,
Recently I’ve updated existing redirection, but on some browsers it was still pointing to the old location.
Clearing cache on those browsers fixed it for me, but how can I make sure all my website visitors are being redirected correctly? How can I force a new request for updated redirections?
Thanks,
Damir
Ciao!
The option “Open in a new tab” doesn’t work. Does anyone have a solution?
]]>This might be a niche use case, but I’m trying to figure out how I can circumvent the PLT redirect if, for example, current_user_can(‘edit_posts’).
In my scenario, we’re linking off to other content, but still have a need to see what’s on the redirected page. I’d like for the URL redirect to still be set, and still show when editing a post (so disabling the plugin isn’t what I want) but when someone who can edit posts goes directly to the permalink, they see the non-redirected page. Is there an easy way to handle this?
]]>It would be great to have the ability to limit the metabox to only show on certain post types. I have a Popups post type where having a custom link isn’t necessary, and I don’t want clients being confused and messing with these settings when its not necessary on a particular post type.
]]>Hi @markjaquith,
I was just wondering if the changelog will be updated for 3.3.7. I noticed it’s still at 3.3.5.
Thanks!
]]>Hey There!
I have a site that includes a few ACF fields in the post edit view. When I try to edit these fields, the page update fails. If I disable your plugin the issue is resolved.
When I inspect the edit view and watch the console, I see a note about wp.compose.withState being deprecated, and a link that points to a file in your plugin. I’ve dropped a screenshot of this for you here: https://drive.google.com/drive/u/1/folders/1mJglkZX0AARXFFAJAW4cvw6kIhUa1Lr9
It looks like this plugin may have been abandoned, but I’m grasping at straws here and hope someone can help.
Thanks!
This was asked 1 week ago, but there was no answer. It is important to know the answer, I’ll put this question out there another time.
Has the plugin been abandoned?
Hi there,
The plugin works as expected but has not been updated for over two years now and is being flagged by Wordfence.
I imagine the plugin is likely fine as is but would like to know for sure based on an update from the developers.
Thoughts @markjaquith? Thank you!
]]>Hi There,
I’ve created a post and I clicked on “open in new tab”, but when I click, the page redirects to the URL, instead of opening to a new tab.
How to move forward?
]]>A frequent question here: how do I get a list of places on my site where this plugin is used?
Four+ years ago the plugin author (thank you) suggested:
This SQL query will tell you if you are using the plugin on any of your posts or pages:
SELECT * FROM wp_postmeta WHERE meta_key = “_links_to”
Alas, when I run this query I get this error:
1054 – Unknown column ‘“_links_to”’ in ‘where clause’
Has something changed to make this query no longer valid? Any suggestions appreciated.
I have an issue that the link is opening and goes the correct website only, the page results in a 404 as on the frontend it adds “/#new_tab’ at the end.
]]>Good morning I would like to know if it is possible to add a “select file” style button below the input to link a file to make it easier for everyone to use? THANKS
]]>Hi,
the option “Open this link in a new tab” its not working as intended. It just add #new_tab at the end of the url but it opens the link in the same, parent, window.
tnx
]]>Hi
I realize that on all the sites where I use PAGE LINKS TO, the “Open this link in a new tab” function no longer works. Links no longer open in a new tab. It’s not a theme problem because I use this plugin with different themes… Is it compatible with the latest version of WordPress (6.3.1)? Is an update of the plugin planned soon or has it been abandoned?
Regards
So I normally install this plugin for use on a particular post type. Is there a way to disable/enable its usage on a per post type basis?
]]>Hi
website is: casavacanzeagnello.it
Servizi>Da non perdere
I have set for each post a single URL thanks to Links to Plugin
and having it set to Post URL in Brizy
What happens is when I change language and select English (I use WPML), the Link To URL is lost and it keeps the Brizy Post URL.
is this plugin compatible with WPML?
thanks
]]>Hi, In a custom post type post, the URL to redirect to contains some ‘&’ to separate the URL parameters.
These will be converted to
<code>&</code>.
How change that?
and the URL parameters won′t work any more.
]]>For all that is holy, can someone take over support, update or build a new plugin? This plugin fills a severe need for a post link. There are supposedly 200k+ users of this plugin, but without updating to current WP, it causes problems with everything else that points to it being abandoned. Please help.
]]>Is it possible to add a link/redirect to a category page? I couldn’t find a way to do that, I’m assuming it’s not currently possible, so this ticket is a feature request to add it.
Example use case: User creates a post category called “store” and create posts that link to certain products on an external store website. In a case like this, it would also be useful to allow the “store” category page link to link to the homepage of the store.
Another example use case: A user creates a post category called “instagram” and creates posts that link to individual instagram posts. In a case like this, it would also be useful to allow the “instagram” category page to link to their instagram feed.
Etc.
Lots of use cases where creating links around a common theme or to a common external location could benefit from the category page also linking there. People can create redirects as a workaround but that kind of defeats the purpose (and people can use redirects for posts anyway).
]]>Is there a way to restrict this to only being available in “regular” posts and not pages or custom post types?
]]>Screenshot when at an Advanced Custom Fields (ACF) admin page: https://share.getcloudapp.com/geuOgB1Q
]]>It’s been quite a long time since any update or response here by the developer has been seen. Is the plugin still supported or has it been abandoned?
]]>Hi,
when clicked on a post that redirect to another url (lets say youtube.com), can I see the click on the post in Google Analytics? Does that visitor is visible on my site?
Im asking because I want to share the post (with redirect url) on FB, but I want the counts on my website.
Thanks,
S@
I saw a lot of unresolved posts for the links not opening in a new tab, and I found a solution that could work for others that I wanted to share…
The Page Links To data is stored in the post meta, so I retrieved it like so:
$post_meta = get_post_meta($post_id); // gets the post meta for the post
$redirect_url = $post_meta['_links_to'][0]; // the custom URL that you set for the post
$target = $post_meta['_links_to_target'][0]; // the target – _self, _blank, etc.
After that, I just use the $redirect_url
and $target
variables to build my link.
Hi there, thank you for this great plugin!
Is it possible to pass the URL parameters, the page is called with, to the page that is called by this plugin?
Thank you ??
]]>Hello,
The plugin appears in English (instead of French, current language) in my Gutenberg panel on the post editing page.
When I try to edit a post with the classic editor, it’s well translated.
Any idea ?
Thank you.
]]>