Sometimes we need to keep extra information about our users and we can do this by adding new custom fields.
Sometimes we need to keep extra information about our users and we can do this by adding new custom fields.
A/B testing is a methodology in advertising of using randomized experiments with two variants, A and B, which are the control and treatment in the controlled experiment. I’ll show you how to setup an “A/B test” on your blog. So, let’s say for example that you have a blog with a lot of downloadable resources […]
These days a friend asked me about how can we parse rss feeds using WordPress. So here we are! It’s pretty easy to do this by using fetch_feed (wordpress built-in function based on SimplePie) like I did in wcr_parse_feed custom function.
Everyone knows that WordPress automatically inserts an admin bar at the top of the page just for logged in users. Well… I hate it as much as the grumpy cat does.
Hi guys! Today I’m gonna write my first article on WPCrumbs and I will talk about how to add custom fields to categories (or any other taxonomy, because as you know… categories are taxonomies too).