-
4513 readersFor this second edition of the “how to better code WordPress themes” series, I want to cover properly including files and templates in WordPress themes. This is one of those areas that many themes seem to get wrong.
You might not think loading a file would be such a difficult task, but there are some
-
73 readersOne of the things that often frustrates plugin and theme developers is other plugins and themes not properly loading JavaScript in the WordPress admin. The majority of the plugins and themes (especially themes) that load JavaScript load it on every single page in the admin.
This is not good.
The problem with loading JavaScript like this
3482 readersIn order to make sure that your website is always available to the public, you have to monitor it. In this tutorial, I'll show you how you can easily create a monitoring script that will check your website availability and send an email or sms alert to you if it isn't.Like CatsWhoCode? If yes, don't
7460 readersThere are multiple ways to add push functionality to an application, including Pushr and Pub-Nub, which are quite elegant and simple solutions. There are also some more advanced options. In this article, I’m going to show you how to use Faye, a messaging system that runs on both Ruby and Node.js.
Step 1 - Get Everything
524 readersIn relation to the better Gallery it is actually not necessary to load the stylesheet if there is no gallery, so it is worth it to check in advance whether the gallery will be used in the post or not. For this you have to parse the post which can be done in two ways.
2393 readersJason Schuller with a nice and clean technique for showing Flickr photos in a WordPress theme without any third-party code. It uses the native fetch_feed() SimplePie stuff that ships with WordPress and a helper class.
Direct Link to Article — Permalink on DiWLike the article? Get the book!
© 2010 Digging into WordPress | Permalink | Comments
2700 readersEver wished to be able to automatically number your posts (Like Article 1, Article 2, and so on) like sites such as A List Apart are doing? If yes, just read this recipe which will show you how to do it easily.Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you
-
2392 readersA video tutorial 3min 22secs in length showing how easy it is to add a facebook like button to a regular post or page. This will allow viewers of the page or post to mention it on their facebook page driving more traffic and links to your website. Uses the facebook developers tool.
-
2906 readersJust a very quick video showing how to change the acces rights of a user that was created in error at the subscriber level which is the default setting in WordPress. This video demonstrates how to change the user access rights in WordPress from subscriber to administrator. Thank you Linda of www.msrelief.com for asking how
1153 readersDo you ever wanted to be able to automatically add a search field to WP 3.0+ navigation menus? If yes, just have a look to today's recipe, you'll probably love it!Looking for WordPress hosting? Try WP Web Host. Prices starts at $5/month and you can try it for free!How to automatically add a search field