Tag Archives: Structure

How To I Change My WordPress Permalinks Structure To Numeric Using .htaccess File?

Right now my WordPress permalink structure is set to default but I’d like to change it to numeric. I know where to change this in the WordPress settings but I’m told I also need to add a line of code to my .htaccess file to avoid redirect errors. I’ve found the .htaccess file but I’m [...]

Read more

How Can I Create A Tree Like Database Structure Using Php And Mysql For A Cms?

Basically I’m building a really basic CMS. How would i go about create a tree like structure? Say there are 4 main sections: Home About Services Contacts All of which are just database records in a table, how would i ammend my database so that i could add pages underneath each of those categories. Any [...]

Read more