Change the Default Permalinks Structure for Your WP-Run Church Website or Blog
This post is another in the Using WordPress to Run Church Websites series on changing the post URL structure — called peramalinks — in WordPress.
Although this post is really for the series, it could also apply as a blogging tip as I use this philosophy of changing the default permalink structure for all the new blogs I set up.
To access the permalink options, log in to your WP Dashboard, click on “Options” then “Permalinks.”
As you probably know, the default permalink structure — aka the “Ugly” type — in WordPress is set to display individual posts like this:
http://www.yourchurchwebsite.com/?p=123
Boring!
I think if you leave the default as is, you’re missing out on potential search engine love.
So here’s how I set my custom permalinks …
For church websites, I’ll often use the “Date and Name Based Option.”
Why? Because I suggest using Pages (different from a typical Post) for static content, which defaults to a different root-level type link anyway (http://yourchurchwebsite.com/pageneame/), and maximizing WP’s blog features and using it to announce your church’s upcoming news and events. So posts have a date-type individual link … like http://yourchurchwebsite.com/2007/11/5/fall-festival-for-children/
For blogs, I’ll typically use a custom structure like this string:
/%category%/%postname%/
Why? Although I don’t promote categories on my blogs too much and haven’t seen a lot of stats to reflect their big value, they are useful for putting keywords in your link structures and I’ve read it helps in search engines and such. This is something I wish I would have done here at CCP in the beginning!
OK, go have fun!
Learn more about Permalinks in WP here.
by subscribing to the Church Communications Pro Email Newsletter
Read More Posts Like This One:
- Using WordPress to Run Church Websites Tutorial Series
- Finetuning Your WordPress Blog as a Content Management System
- The First Five Steps to Optimizing Your WordPress Blog
- Rockin’ Cool Church Website Using WordPress
- Blogging Tip: A Simple Tweak to Earn More Money from Your Amazon Affiliate Book Links
Comments
4 Responses to “Change the Default Permalinks Structure for Your WP-Run Church Website or Blog”
Leave a Reply



Cory, I have a problem changing my permalinks. When I do so it renders all my links useless. Any idea why?
Micah, in your case I wouldn’t change it … you’ve got inbound links coming and it would mess up your SE juice. :-)
This is the same problem I have here with changing my permalink structure …
I have an idea of how to get around that but it’s untested. Basically, start a new MySQL database (and thus) blog … leave the old … but with start new with the new permalinks. I have no clue if this would work or not poise problems.
–Cory
Cory and Micah,
You could change it, but it would take a whole lot of work. While it’s true that if your site is popular (I’ve worked with websites that were quite popular in my day job) the search engines reindex you within a week. Less popular sites would take longer, but you’d eventually get reindexed. If you change your permalink structure, count on losing about 3-6 months or so while the search guys try to find you again.
Cory,
I’m in the same boat you are. I’d love to change my permalink structure to /category/post-name/ but I’d hate to lose the SE, digg, del.icio.us traffic.
Good tips. I believe this also helps to optimize for search engines. They do not like dynamic content so much as these static mocking links. Thanks for the tips!