php - How do I remove/hide specific parts of my Wordpress url? -


my current url below. i'm using custom php function pass 3 variables page "world":

http://wordpress.dev/hello/world/?one=volvo&two=ford&three=chevy 

how can make url this?

http://wordpress.dev/hello/world/volvofordchevy 

some googling points me towards .htaccess file none of tips specific goal , haven't worked htaccess.

generally url rewriting being done adding url rewriting rules in .htaccess file. wordpress have builtin functionality name permalink it.

in wordpress admin go settings → permalinks panel (options → permalinks before wordpress 2.5), can choose 1 of "common" structures or enter own in "custom structure" field using structure tags defining choose of url. can find plenty of plugins url rewriting in wordpress like:

https://wordpress.org/plugins/custom-permalinks/ https://wordpress.org/plugins/enhanced-custom-permalinks/   

Comments

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -