Category Archives: WordPress
How I Would Redo The WordPress Ideas Forum
If I could change three things about the WordPress Ideas Forum, this is what it might be at first glance. Voting System I would change the one through five start system to a +1/-1 system. It would show the total votes for and against the idea. The total number of votes made and the percentages [...]
Posted in WordPress Leave a comment
How do WordPress Hooks Work?
Why were WordPress hook created? Why do we need them? WordPress hooks solve a fundamental problem with dynamic function calls in PHP: How do you insert 3rd party functions with a static function call? But also, how do you use one single call to include an unknown number of functions? What are functions and function [...]
Posted in WordPress Leave a comment
Standard Theme Hook Names
To make customizing WordPress themes easier, theme developers have started to include hooks in their themes. They are often referred to as WordPress Hooks, because they use WordPress function to manage them and do the heavy work, but they aren’t bounded by any naming convention or locations in the WordPress Software or any of its [...]
Posted in WordPress Leave a comment
WordPess Theme Modifications
Earlier this year it was predicted that theme frameworks were going to be the big thing on the block and with that came child-themes. As with anything, there are different view points as to what a WordPress themes should be, what frameworks should do, and how to modify themes. This has lead to some interesting [...]
Posted in WordPress Leave a comment
Decentralized Social Network