CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
Other Discussions
Wordpress Help
AllenLawson
Permalink to comment
#
May 2012
So, I finally decided to get on the Wordpress bandwagon.
How do you create a custom permalink like this:
http://example.com/my-hello-world-post/
Thanks
TheDoc
Permalink to comment
#
May 2012
Go to Settings > Permalinks
AllenLawson
Permalink to comment
#
May 2012
Yes, I know this. These options:
http://example.com/wordpress/?p=123
http://example.com/wordpress/index.php/2012/05/03/sample-post/
http://example.com/wordpress/index.php/2012/05/sample-post/
http://example.com/wordpress/index.php/archives/123
Are not what I'm trying to accomplish.
I need:
http://example.com/the-article-name/
Any help?
TheDoc
Permalink to comment
#
May 2012
Try /%postname%/ in the Custom field.
Luminated
Permalink to comment
#
May 2012
http://codex.wordpress.org/Using_Permalinks
:)
manojnaanak
Permalink to comment
#
May 2012
write this one
/%post%
bhagavan
Permalink to comment
#
May 2012
Go to Settings > Permalinks > Select Default
AllenLawson
Permalink to comment
#
May 2012
Solved, thanks fellas.
Add a Comment
How do you create a custom permalink like this: http://example.com/my-hello-world-post/
Thanks
http://example.com/wordpress/?p=123
http://example.com/wordpress/index.php/2012/05/03/sample-post/
http://example.com/wordpress/index.php/2012/05/sample-post/
http://example.com/wordpress/index.php/archives/123
Are not what I'm trying to accomplish.
I need: http://example.com/the-article-name/
Any help?
/%post%