Posts Filed as downloads

How to add multiple pages at once with WordPress

Ok folks, this will be short. If you want to add several pages at once, I created a little script for you. Here it is: <?php include ('wp-blog-header.php'); $newPages = array( 'Page 1' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et d…

Read the Full Article

Updated Textmate WordPress Bundle

Well, I’ve finally updated the WordPress bundle from the previous release. In this bundle I’ve included some fairly neat snippets. Almost all of them are wrapped in the brackets. Below is a screenshot of what snippets the bundle contains. Why are these snippets helpful? Textmate sni…

Read the Full Article

Plugin Released: “Category Expander”

Tim and I finished a plugin today. It is the first plugin that we are officially releasing to the public. The plugin title is “Category Expander”. You can see it in action on the sidebar. Through the settings menu in the WordPress dashboard, you can choose which categories you’d l…

Read the Full Article

Geekitopia 1.0 (the theme) released

I’ve been working on my old theme that I called Geekitopia. The design for this was originally to captivate my personality with the color pallete and the feel of the site. I love classic games and geeky stuff, so that’s what’s going on in the theme. I also , so I added a color scheme fo…

Read the Full Article

WordPress Plugin: Slim Title

By default, if a post is set to visibility:  Private, or Password Protected, the word “Private:” or “Protected:” is prepended to the title. With a simple google search I found a code snippet that worked in replacing those words with nothing, or if I so choose, anything I li…

Read the Full Article

Textmate WordPress Bundle Released (version 0.5)

It should be said here that there is a newer version of this bundle. The following version of the bundle has a few snippets that have errors. If this helps you, then good. I put a WordPress Textmate bundle I use for work on my If you use Textmate, just download, then double click to install. It’s not…

Read the Full Article

Styling Blockquotes with Psuedo classes

Ok, so a few years ago I was fairly new to working with CSS and XHTML, and found it really frustrating that I couldn’t use two background images  to place quote images before and after a blockquote with CSS. Well, you still can’t do it with the “background” selector, but you c…

Read the Full Article