Jump to content

Help changing menu links


justinchrono

Recommended Posts

Hello. My companies website is set up through html and php. I was wondering how I could change the menu links, instead of going to an artist's id number, to just go to a simple link.

www.panopt.com/artists/ms.php an example page

 

I couldn't find in my code where the links are. Thanks.

Link to comment
Share on other sites

Well, it's either that or you manually create a page for every person. What the rewrite does is, well, rewrite the URL.

 

It makes it so if you went to /artist/31-Your-Name/ or something similar to that, that it would go to artist.php?id=31. Of course, there are lots of ways you can go about it, like if you could search by name (not sure how your DB stuff is setup) then you could ditch the id in the front and go that route.

 

You can search for it on Google. One of the first tutorials is this.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.