October 26, 2010
In WordPress, if you want to get just the excerpt of a post, you can use the built-in functions the_excerpt or get_the_excerpt. And if you want all of the content, you can of course use the the_content or get_the_content functions. But what if you want to get everything BUT the excerpt? The Code Here is [...]
October 26, 2010
Got a request from a client to have a specific category page on their WordPress blog running the Thesis theme show full posts (vs. excerpts) for just one category. So I’m going to figure it out and write the steps here for the benefit of humanity. First, to be clear, I’m not talking about changing [...]
October 26, 2010
Testing our new SS-Downloads plugin. It basically will require an email address before serving a specified file. Right now, I’m using a zip of the pre-release plugin for testing. I will update this to point to the latest version once it’s ready. Should see a form or download link here. Enter your email address to [...]
October 26, 2010
I will be speaking on Business Models for Plugin/Theme Distribution. What You Need to Know About the GPL at WordCamp Philly October 30th, 2010 at Temple University in Philadelphia. With lots of sweat and little luck, we’ll have our membership plugin available for some sort of release by then. But really I’m excited to share [...]
October 26, 2010
Not sure how long WordPress has been doing this, but there is a check for duplicate comments. If the same user/email posts the same exact comment on the same post, the user will get a message like: Duplicate comment detected; it looks as though you’ve already said that! This is great actually, and keeps people [...]
October 26, 2010
Just testing a plugin. Ignore this.
October 26, 2010
A client contracted us to make some updates to the StudioPress Lifestyle WordPress theme. I’m documenting the changes here so our client can possibly do this work themselves in the future, and it may also help others out there looking to tweak the StudioPress (or really any) premium theme. Changing the Menu Colors Changing the [...]
October 26, 2010
After a couple hours, I’ve tracked down and fixed a bug I was having with some of our WordPress plugins. I believe that there are a few people out there having the same problem. I think there may be another solution online, but it is one of those issues that is difficult to pare down [...]
October 26, 2010
For a recent project, we developed a php class that made it easier to work with units of measure. I was surprised that there wasn’t anything like this available out there, so we decided to open source the code once it was in a good state. That day has come. We will be updating this [...]