Archive for WordPress

WordPress Permalinks not working – file not found error instead

WordPressPublished April 24, 2009 at 10:10 am 1 Comment

I just switched my url syntax for my blog to use permalinks, because it is more search engine friendly. After switching, I got a file not found error on all my blog posts. The reason for this is the permissions setting in the .htaccess file and it’s easy to fix, just right-click on the file
read more..

WordPress code escape for square brackets

WordPressPublished March 17, 2009 at 3:42 pm No Comments

It took me forever to post my previous post in this category, because showing the line of php code just didn’t work. I installed all kinds of plugins for code highlighting and for showing code in a blog post, but they all wouldn’t work, because my php code snippet included square brackets ([ and ]).
read more..

Adding a comments or feedback form to a WordPress template Page

WordPressPublished March 17, 2009 at 2:36 pm 1 Comment

I was looking for a way to include a contact form on any of my WordPress template pages. I decided to use Contact Form 7 as my form builder plugin, but there are no instructions how to integrate it on a php template page. Somebody posted this useful trick and it’s working beautifully: <?php echo
read more..