If you expose your bbPress forums to the public, it is likely you will be getting loads of spam every day. Most of it is actually caught either by WordPress…
Category: Wordpress
On knowing when to stop in software development
One of the very few things I learnt in art class is what the role of Jackson Pollock was in his art. Because, we were asked, what is the role…
WP CLI custom commands not working
Make sure to add them in active code. Adding a spare php file with the WP-CLI command definition in /wordpress won’t work, because that code won’t be loaded by WP.…
A/B testing on WordPress: a framework for developers and tutorial
Some months ago, I changed one link in the menu in my website postpaycounter.com. After that, it looked to me more people were purchasing products, i.e. the conversion rate had…
WordPress function url_to_postid not working with Anspress
With the Anspress theme/plugin, using the WordPress native function url_to_postid() on a question permalink returns the page ID of the base page. For example, url_to_postid( “www.website.com/questions/question/this-is-the-question”); would return the page…
bbPress – Anonymous Subscriptions
This add-on plugin for bbPress will allow anonymous users to subscribe to topics and get email notifications when a new reply is posted. The notification email includes an unsubscribe link.…
Posts To-Do List: keep track of writing ideas
I worked for several blogs and websites. In most of them, we often felt the need to share hints and ideas about future posts, about what each of us stumbled…
Post Pay Counter: WordPress payment manager
Easily calculate and handle authors’ pay on a multi-author blog by computing posts’ remuneration basing on admin defined rules. The administrator can specify criteria upon which payments should be computed…