-
4598 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
-
242 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
3592 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
7534 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
-
10348 readersA small contribution for all those using WordPress as a backend, framework or something similar. The applications, especially in the B2B sector, becoming more and more, as do the questions.
So far, I've always liked to recommended BackPress. But even a well-maintained standard is feasible, with all its advantages in the context of the philosophy of
2496 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
2845 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
-
2859 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.
-
3304 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
1897 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