Custom php file load when accessing a specific url pattern in wordpress
-
I want to load a custom php file to display dynamic content which is loading from a different XML feed in to my wordpress template.
I need following to be done.
mydomainname/song/songname1
mydomainname/song/songname2
mydomainname/song/songname3 etc…When the url have “song” after domain name, it should load a different php file which is located inside the template folder.
Also note that I’m not a advanced PHP developer and more in to UI.
Is there anybody can help me?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom php file load when accessing a specific url pattern in wordpress’ is closed to new replies.