How to add permanent links on WordPress
By default, WordPress posts have ugly links like http://yourpost.com/?p=12. It’s very easy changing the links to become more aesthetic and usable:
- Open your WP account.
- On the left-hand side, click on ‘Permalinks’ under ‘Settings’ options.
- Now choose the preferred settings
span.jajahWrapper { font-size:1em; color:#B11196; text-decoration:underline; } a.jajahLink { color:#000000; text-decoration:none; } span.jajahInLink:hover { background-color:#B11196; }
span.jajahWrapper { font-size:1em; color:#B11196; text-decoration:underline; } a.jajahLink { color:#000000; text-decoration:none; } span.jajahInLink:hover { background-color:#B11196; }
Tags: WordPress
