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).