How to List Pages in Wordpress
Wordpress has a function called get_pages() that lets you pull a list of the pages and use them in a list. I’ve documented how to do that here:
Wordpress has a function called get_pages() that lets you pull a list of the pages and use them in a list. I’ve documented how to do that here:
If you make changes to your wordpress blog, and get 404 errors you can redirect all of them to your homepage so your visitors never see a 404 error. Simply put this code into the 404.php file under Appearance > Editor > 404 Template
Wordpress is a content management system that allows you to edit your website, without hiring a web designer. You simply login and use it like you would a visual word document editor and then save your article. Wordpress automatically uploads and edits the page for you.
Permalinks are under: Settings > Permalinks > Custom
I do it like this:
/%category%/%post_id%-%postname%.html
For SEO: