Menu

Month: September 2013

geeSearch Plus, improved WordPress Search

Early this week we launched a new version of geeSearch Plus (former gSearch Plus) plugin. The main driver for version 1.2.0 was to prepare it to become something bigger (what?! more on this later). So, it wasn’t only another bug-correction-revision. Shortly, it was about naming and a new search relevance engine. A g that becomes

Post Type Archive issue

I’ve been struggling with this identified core bug regarding the post_type_archive_title() function which also affects the wp_title(). With debug mode on, hereby the messages I’m getting: PHP Notice: Undefined property: stdClass::$labels in /wp-includes/general-template.php on line 700 PHP Notice: Trying to get property of non-object in /wp-includes/general-template.php on line 700 I’m trying to load the custom post

Introducing gSearch Plus

Last couple of days I’ve been reviewing the gSearch Plus WordPress plugin code based on some support issues raised by the community and I thought it would be interesting to write a post about this plugin. Last year, when trying to find a suitable search plugin to a client’s website I struggled a lot. Again

Cache and Options API

One of the simplest and powerful WordPress APIs is the so called Options API. It allows one to store data in the database easily, in a standardised way. One of the most used functions within this API is the get_option( $option_name ) which retrieves the value stored in DB. For one of my last projects I