Posts Tagged ‘php’
Fix readfile Problem on TimThumb
wptricks.net - There are readfile function problem on some server in TimThumb auto resized imaged on the fly. The problem that I currently have is readfile function that disabled by Hosting Server Administrator, they said disabled this function for security reason. So ...
Execute Shortcodes in your Theme Files
doitwithwp.com - Shortcodes are not executed when inserted into theme files, unless you do a little extra work to tell WordPress that you want them executed. This tutorial shows you how to do that.
Debugging WordPress Like A Master
themergency.com - This tutorial walks you through how to debug your WordPress sites using NetBeans IDE and XDebug. This will allow you to place breakpoints in your code and step into the running code. You can then step through the code one ...
Creating a WordPress Theme (Part 6): Footer
oscardias.com - This is the last part of the series. We’ve already seen the design creation, an introduction about the WordPress platform and the coding and styling of the entire theme except the footer. So, in this last post, we’re going ...
Creating a WordPress Theme (Part 5): Pages and Posts
oscardias.com - In this part of the series we’re going to create the templates used for pages and posts. The page template is very simple because it only has the basic structure of our design. The post template has more details, which ...
Learn The WordPress Core With The Php Cross Reference
new2wp.com - The Php Cross Reference for the WordPress Source is a great tool to make searching and learning the core of WP easier and more efficient. Learn more about it here.
10 Resources to Help You Create a Killer WordPress Options Page
themethesis.com - Options panels are a must for WordPress themes these days. So here are some awesome tutorials, articles, and templates to help you make a killer options page for your next WordPress theme.
Creating a WordPress Theme (Part 4): Home Page
oscardias.com - As we continue with our theme’s development, I’ll show you in this article what changes we need in our index.php. So we’ll continue changing the files we copied from the Default theme and we’ll create new CSS styles. In order ...