LeahM Posted February 10, 2023 Share Posted February 10, 2023 0 Hi there, I am not much of a coder other than basic html and css lol so I have spent days trying to find a solution to this.... an old developer had created custom page templates for this website that call certain filters for the products etc. and this template is applied on 5 pages with different content that is pulled based on 'terms'. The issue is it has a button link that goes to a certain Calendly booking page. So ALL 5 pages have the same buttons that go to that specific booking page. Ideally I want each of those 5 wordpress pages to go to a different corresponding Calendly booking page, so I thought I could duplicate the page template (calling the new one something else) and just change the link in that new template. Problem I'm having is, it is still pulling the original template when I go into page source and look. Is anyone able to help me accomplish this please and thank you!!! Quote Link to comment https://forums.phpfreaks.com/topic/315903-duplicating-page-templates/ Share on other sites More sharing options...
ginerjm Posted February 10, 2023 Share Posted February 10, 2023 So it means that we have to see that code that is making the call to the wrong page if you want to change it. Find the button that makes the connection and see if the name of the page is specified in the href attribute (?). Change that name to the new name and see if you got it. Quote Link to comment https://forums.phpfreaks.com/topic/315903-duplicating-page-templates/#findComment-1605552 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.