Category: wordpress
-
PHP Code Broken in WordPress
I just spent the last few days trying to figure out something odd. When I pasted certain lines to post in WordPress, it would cause a 503 error. I eventually narrowed it down to a few particular lines in my last example: $mydebug = fopen(‘debug.txt’,’a’); in a post it causes a 503 error $file_contents = […]
-
SEO Friendly Titles for WordPress
The standard theme for WordPress doesn’t include very pretty titles. One of the things you can do to optimize readability for users coming in from search engines or bookmarking your page is to clean up your titles. It’s actually pretty easy to do. We’ll start with the default Krubrick title. This is located in your […]