wordpress-sticker

zui: WordPress

Themes, Plugins, and development reference. Get in on the discussion.

Sections

WordPress posts and discussions

always_add_more_link_to_excerpt

WordPress Snippet: ALWAYS show a “read more” link using the_excerpt()

Anyone who has developed a custom theme for WordPress is probably familiar with the inconsistencies of dealing with excerpts, sometimes called “more teasers”. The problem stems from the ability for the blog/site owner to be able to create excerpts in three ways: Manually type a specific excerpt using the “excerpt” data field Use the nifty “more tag” to indicate a beginning portion of the article as the excerpt-more-teaser Or do nothing at all and have them auto generated from the first few hundred characters or so And then as the theme developer you have two main (default) ways of displaying[...] | read on »
backwardscompatibility

Backwards compatibility in web development is silly!

Fed up with ten year old draft specs and DO NOT TRY THIS AT HOME warnings from other web professionals I make a perhaps infallible argument for why you should be using all the latest browser technologies (and every browser version older than a month and the people who use them can go to hell). | read on »
jedit-screenshot

Looking for “LTR” with designers and client/project managers

I am in middle of restructuring my professional services to focus entirely on PSD to CSS (design to markup/template conversion) services and new site and plugin development for WordPress. I want to stop doing design work altogether and ultimately have a handful of incredible designers capable of high quality fast turn around and/or mindblowing quality and concepts  at reasonable rates who can help me push the limits of WordPress development in particular. My goal is to become a WordPress “rockstar” providing services for smaller companies and organizations especially those with some concept of values and ethics that enables a more sustainable[...] | read on »
creating-first-custom-size

Additional Image Sizes (zui) WordPress Plugin version 0.1.5

Last night I posted a much improved version of the Additional Image Sizes (zui) WordPress plugin version 0.1.5.  Also available on github in plugin form or as an included appliance in the Kitchen Sink HTML5 Base platform/framework development plugin for WordPress. Most notably… forms save their values added a link to continue processing in the message output log added the ability to simulate the resize so you can see what will happen before you do it added the ability to replace predefined WordPress sizes instead of adding new images (when Settings > Media sizes change) and added the ability to[...] | read on »
creating-first-custom-size

New WordPress plugin “Additional Image Sizes (zui)”

We’ve all been there. You need a special size of image for your WordPress install. Maybe it’s a unique dimension for a slideshow. Maybe you have multiple featured posts with thumbnails section that use different sizes of thumbnails. Whatever your reason, instead of letting WordPress load the larger image and downsize it on the fly you can use the “new” WordPress plugin “Addtional Image Sizes (zui)” to create the new image sizes and make copies of and resize all the images you’ve already uploaded so they all have the new size. Get the source code for Additional Image Sizes (zui)[...] | read on »
blog-error

WordPress plugin developers: please debug ;)

I like to run my development server with full error notices and WP_DEBUG set to TRUE. Unfortunately a lot of plugins have various E_NOTICE error messages and WordPress deprecated function calls. So while I am trying to make sure my code is error free it often makes it impossible to use the WordPress admin or reasonably develop my own projects due to the quantity of errors being output all over. See the Codex and Theme/Plugin Review for tips and best practices. Please?!?!?!? Thank you. End gripe ;)