I would like to share a simple design pattern that I follow when programmatically creating custom post types in WordPress. This solution is fairly elegant.…
Web developer and open source enthusiast
I would like to share a simple design pattern that I follow when programmatically creating custom post types in WordPress. This solution is fairly elegant.…
Recently my agency had a need to develop a simple content ticker that rotates rows of content set by the content administrator. Content tickers are a bit more scarce now than they used to be. The old days of the ‘Marquee’ tag are long gone and it’s just not cool to have scrolling content anymore.
Learn how to create a WordPress plugin that allows you to add staff member information to the database and search them dynamically on the front end using jQuery datatables plugin.
Learn about how I was able to use Relevanssi WordPress plugin to create an Ajax powered search that orders articles by relevance and how I use the relevanssi_hits_filter to return the results of those articles between a specific date range.