shepardm
Member
Posted 2 years ago #
All - Apologies, as I'm assuming this is an 'easy' one, but I couldn't find anything in my searches... sigh!
Anyway, I'm looking for a way to create a new page, and then override where that page links to. By default, it is myblog.com/pagename, but I need it to link to a separate URL that contains my photos (actually pagename.myblog.com). Currently, I've just inserted redirect HTML into the page, but that's an ugly solution...
Many thanks in advance!
shepardm
Member
Posted 2 years ago #
shepardm
Member
Posted 2 years ago #
Absolutely perfect. Thank you!!
geofones
Member
Posted 2 years ago #
For other dumbo's like me :-(
Once you have activated the plugin .
Create a new page - go to the custom fields at the bottom of the new page in WP. Select the Key= redirect and add in the Value field the URL you want to direct too.
Works perfectly thanks to Nick for the explanation
kayrules
Member
Posted 2 years ago #
try also Page-Redirect. you just need to put code something like below into the content box:
[redirect(pagename.myblog.com)] or
[redirect(http://pagename.myblog.com)]