Twitter recently announced some big changes for the developers with the announcement of their new API. First of all, you need to understand what is an API. API or Application programming interface is a set of rules which are used by the applications to communicate with the service. Here the twitter related apps you use… Continue reading What Twitter’s recent changes can mean for you?
Month: October 2012
Custom Post Types on Homepage – Correct way
There are numerous tutorials on the web about showing Custom Post types on Homepage. WordPress by default shows only Posts on the homepage. Custom Post types are not automatically shown on the homepage or the feed. Now while searching for the method you must have seen the following code everywhere: add_filter( ‘pre_get_posts’, ‘my_get_posts’ ); function… Continue reading Custom Post Types on Homepage – Correct way
Quick Tip: Hide Author Tags automatically on Single author blogs
Many themes now come up with elegant author information boxes beneath the single posts and multiple other enhancements so that authors get featured all across your blog. But what if you are using that theme on your personal blog or a blog with only 1 author. Listing author information then repeatedly doesn’t look good and… Continue reading Quick Tip: Hide Author Tags automatically on Single author blogs