Remove WordPress.org link From Register/Login Pages
Rocky Dev If you have noticed, by default the links/logo point to wordpress site in Register/Login pages or in some of the default WordPress themes. Did you ever wonder how can remove WordPress.org...
View ArticleWordPress Change logo on Login page (2 Ways)
Rocky Dev If you ever wanted to make WordPress change logo on Login page or customize it, this snippet can help you. How to Change logo on Login page using WordPress Note the following WordPress logo...
View ArticleWordPress: Limit excerpt length
Rocky Dev Have you ever thought of showing limited information about an article on the homepage of your blog? This limited information is called “Excerpt”. It can also be called as a “Post summary” or...
View ArticleWordPress: Total post count of a Category and its Child Categories
Robert It may be desirable to show how may posts a Category contains in it & also display the post count that the child categories of this (parent) category contains. So in WordPress to display...
View ArticleWordPress Change default mail sender
Robert When you install a new WordPress blog, WordPress stores the email address that you provide during the initial setup and uses it on all outgoing email notifications. To keep it professional, you...
View ArticleWordPress: Add Content After Post Automatically
Robert WordPress Add Content After Post Automatically - If you are a WordPress theme developer, at some point of time or other, you may have wanted to add content after post automatically. Here is a...
View ArticleCall / Include / Load Latest jQuery Version in WordPress Theme / Plugin
Robert If you are wondering how to Call / Include / Load Latest jQuery Version in WordPress Theme / Plugin, then look no further! In this article, I am going to share a very simple way that use can use...
View ArticleWordPress: Get all Categories of a post (both parent and children/sub...
Robert Have you ever wondered how to retrieve or get all categories of a post? This little snippet will help you make WordPress get all Categories of a post (both parent and children/sub categories)....
View ArticleWordPress Display Thumbnail for Post (2 Ways)
Robert Did you ever want to make WordPress display Thumbnail for post but did not know how to do it? I am going to discuss 2 ways to do this. Just copy this snippet into your theme, wherever you want...
View ArticleWordPress: Get Count For Approved Comments Outside The Loop
Rocky Dev If you are a Web Developer and you work with WordPress, then there may have been a situation where you needed to get the count for comments that were only in “Approved” state for a specific...
View Article