Yes! The moment which you have been waiting for is finally available. Twitter has enabled the option to download all your tweets in a calendar type archive. The option is working only for few accounts at the moment. Seems it will be rolled out gradually. Go to your settings page and check if you see… Continue reading Twitter finally allows downloading of tweets
Year: 2012
What Twitter’s recent changes can mean for you?
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?
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
WordPress Plugin Troubleshooting FlowChart
Yesterday Noted WordPress Developer Scribu posted a FlowChart on Twitter on how to solve issues with a plugin. And it really covers every aspect on how one should proceed to look for the problem.
WordPress Security Tip: Prevent Password Reset
Do you get irritated by numerous password reset mails triggered by spammers or bots trying to spam your id? If you have, you can disable password reset option completely to safeguard your id a bit more and save you from those irritating mails. Justin Tadlock has written a neat little plugin for this purpose: Prevent… Continue reading WordPress Security Tip: Prevent Password Reset
Add Page Templates Column to Edit Pages Screen
Recently someone asked this question over at WPQuestions. I thought its nice to write about it as well as this is a nice addition some of you might like to have. Its cumbersome everytime to check each page individually just to check which template they are using. There are two ways of achieving this: Using… Continue reading Add Page Templates Column to Edit Pages Screen