
ComicPress 2.9 upgrades are available from me, for $25.00, taking your current design and implementing it into 2.9. This offer does not include people who have custom site work done by Tyler Martin, discuss upgrades with him.
What you get for the $25? You get your own child theme made out of your [...]
How to setup a PHP Error log for WordPress
by Phil (Frumph) on February 6th, 2010There are a few hosts that do not give you an easy ability to see php errors that might happen. The first step is to edit your wp-config.php in your installation root directory.
Add these lines:
// Tell wordpress to enable error reporting
define(‘WP_DEBUG’, 1);
// Do *not* display errors to the screen
define(‘WP_DEBUG_DISPLAY’, 0);
// Tell wordpress to create [...]
ComicPress 2.9 Parent->Child theme Relationship
by Phil (Frumph) on November 24th, 2009In ComicPress 2.9 we’re introducing another way of designing your site. In 2.8 we introduced an over-ride plugin called Companion which allows you to modify your site design without editing any of the original code. We’ve made another leap forward with 2.9 and have created a way for the end user [...]
Navigation is a big issue with *alot* of people. People want to find your content or find a way to ‘get’ to your content. One of ways you can do that is to actually have something that makes it so that users can go to a post of yours that’s completely random.
In ComicPress, [...]
WordPress 2.8+ gave us a new set of classes for the tag. That will allow designers to use those tags in designing their site. These tags are ‘dynamically generated’ when certain events or pages are loaded. To enable your theme to use those tags you just have to do [...]
Yes, I know ..we just released ComicPress 2.8 .. that doesn’t mean I don’t start work on 2.8.1 right? In the immortal words of Tyler Martin … 1 bug fix, 20 new features.
Hey everyone, today John Bintz the mastermind of Comicpress Manager, ComicPress dev team associate and my mentor in all things wordpress has setup a repository for ComicPress 2.8 beta. Tyler Martin, Myself and John Bintz all have access to a single working area where we can make adjustments without worry of conflicting with each other, which will [...]
Features!
..of the premium theme. .. some content will not be available in the public download.
Today we’re going to look at the features of ComicPress 2.8, going to list them off as best as I can because there are quite a bit of easter eggs.
An Overview of the main files and directories of ComicPress 2.8
Hiding Menubar links from being viewed – wp_list_pages
by Phil (Frumph) on July 19th, 2009Someone on twitter was asking how to ‘hide’ menubar items from being displayed to the end user, but still exist. This can be done with various plugins on the WordPress repository. Going to show you how to do it with CSS.
Well this is how it works, the wp_list_pages() function generates the links [...]


