Today we are going to focus on two simple tricks. One will allow you to use Wordpress functionality outside of Wordpress, and the other will allow you to target frames with a search box and drop down category listing.
Code outside of the Wordpress directory
So you’re working on a Wordpress installation and you [...]
So the problem arises that you have content every now and again on your blog that is less than family-friendly, and you want an easy fix to not only specifying that it is NSFW, but you would also like to put in place a way of making the user click an acknowledging image or link [...]
Taking a page from this tutorial at Problogdesign.com, you can apply this drop-down menu method to just about anything in Wordpress, from a mini loop to the blogroll.
I’ll assume that you’ve already followed the steps in the tutorial, and created your markup and css and image.
For these examples, you’ll need to make [...]
First off – the bug. Any post with a slug that is a number only comes up as “not found”. For my last post (”1984″) it would come up as not found until I changed the slug from “1984″ to “1984-itsallconnected” and presto – there it was!
As for the e-mail link like we have, [...]
It really kind of amazes me the amount of work people will go through to avoid work. For instance, plugins that do very simple things.
Let’s remember for a moment that Wordpress is written in php and that one small set of files is enough to run the entire front-end.
So let’s say that somewhere within the [...]