#WordPressPlugin: Lets you make a WordPress page (or other content type) link to an external URL of your choosing, instead of its WordPress URL.
GNU General Public License v2.0
110
stars
46
forks
source link
All cpt entries automatically set to redirect #162
Open
vegasgeek opened 2 years ago
WP Version: 6.0.2 Plugin version: 3.3.6
After installing the plugin, I opened entry in a CPT and edited the "Page Links To" to point to a new URL like so:
Screenshot
![Screen Shot 2022-10-05 at 4 40 16 PM](https://user-images.githubusercontent.com/367562/194183152-5a84d7e4-2ef8-4718-9c35-7d8b71be8e26.png)I then noticed that all other entries in the CPT have been updated to use the custom URL setting, but simply have a
#
in them like this:Screenshot
![Screen Shot 2022-10-05 at 4 42 45 PM](https://user-images.githubusercontent.com/367562/194183274-f7d8fe60-c0ad-4d7e-9aa7-6f72d8d7a710.png)I double-checked the Posts/Pages post types, and none of those were updated. Only the items in the CPT that had been edited.