Wptuts+: A Better Forum List Widget for bbPress
When I moved back over to bbPress I had to create a custom widget to improve on the default Forum List widget. I wrote a tutorial about the whole process…
When I moved back over to bbPress I had to create a custom widget to improve on the default Forum List widget. I wrote a tutorial about the whole process…
I’m almost finished Magazine Premium and I thought it would be a good idea to open up a discussion to see what features people would like to see available. Now…
WordPress widgets are great. They have tons of amazing functions and are extremely easy to use. The only problem is that not all themes support them. But that is a…
Sometimes, it is extremely difficult to find out if a function already exists in WordPress or if you need to create one yourself to get it to function how you…
While I was developing my Magazine Basic 2.0 backend interface, I decided to include a few widgets that I thought would be useful. The only problem was I had no…
I was just putting together a WordPress widget for a client and I came across a small road block. I was using <?php query_post(); ?> to set the loop to…
Using WordPress widgets for your sidebar really makes things easy on programmers and especially on users. The only problem I have come across is customizing the widgets so that they…