php - Custom URL Formation in Wordpress -
i have website song lyrics on wordpress. format of title each lyric "song name". therefore, when add new lyric site, url of page automatically formed like;
//example.com/lyrics/song-name all lyrics has parameter artist name called "artist_name". want is;
when add new lyric site title "song name", want automatically formed url format;
//example.com/lyrics/artist-name-song-name is possible achieve url format?
otherwise, need edit url's manually , add artist name beginning of url hand.
you can put artist name in custom field, , use some plugin execute php in post. there, can check value of custom field current post id, , if set, change permalink ('post-name') field using wp_update_post.
hope helps, , feel free ask if have further questions process.
Comments
Post a Comment