wordpress Archive
-
WordPress Database Tutorial posted!
I just created an in depth tutorial that covers the entire wp-db.php file and how WordPress uses it, and how to use it to create plug-ins for WordPress. It is posted in the tutorials section, here. Check it out and let me know what you think. -
Wordpress page views hack
I created this pretty quick, and it is by far, not the prettiest thing out there. This uses an extra table in the MySQL table to keep track of pages that get viewed and how many times they are viewed. Here is what I did: Step 1 – Create a new table! Go to your [...]