Author Archives


11
Sep 13

New functions added on 11/09/2013

New functions added on 11/09/2013:
Continue reading →


8
Sep 13

New hooks added on 08/09/2013

New filter/action hooks added on 08/09/2013:
Continue reading →


7
Sep 13

New functions added on 07/09/2013

New functions added on 07/09/2013:
Continue reading →


28
Aug 13

New functions added on 28/08/2013

New functions added on 28/08/2013:
Continue reading →


17
Aug 13

New functions added on 17/08/2013

New functions added on 17/08/2013:
Continue reading →


6
Jul 11

Introducing the wpseek Bot

I’m not much of a tweeter. While I’m pretty much into WordPress, I’m not much of a blogger either. As long as anyone hasn’t come up with a thing called 48-hours-day, that’s not gonna change anytime soon. Continue reading →


29
Jan 11

Custom Post Type Pagination

The problem

I was just messing around with a custom post type loop,  and noticed that pagination wasn’t showing up at all. Neither posts_nav_link() nor the WP-PageNavi plugin was working and showing up navigation links. Continue reading →


9
Jan 10

How to get the Meta ID by Meta Key

The problem

Well, I guess it’s not too often that you need to get the ID of a particular meta entry from the postmeta table in WordPress. However, Matthew on the wp-hackers mailing list needed exactly that. Continue reading →


6
Jan 10

Display Custom User Fields on Edit Users Screen

The problem

Anyone who would like to add a column to the edit users screen in the admin panel, listing a custom field like the age or membership status of a user, take a look. Continue reading →


13
Nov 09

Get ID of parent category

The problem

Sometimes you need to get the ID of the parent category when you’re browsing a child category page. Don’t you? 🙂 Continue reading →