-
Last updated on January 28th, 2026 by Adnan
Make Author.php Include Custom Post Types
I was going through a strange issue where Author page was not showing the posts which belongs to Custom Post Types. After Googling, I found this article which shows how to include Custom Post Types for archives.php I got inspiration from above mentioned article snippet and wrote the following snippet to modify Author.php page to
-
Last updated on January 28th, 2026 by Adnan
How to check a specific plugin is activated or not ?
While working on the EDD (Easy Digital Downloads) add-on of Analytify, I was looking for a way to check if the Easy Digital Downloads plugin is already activated or not. So, a message should appear to our users that “They should Activate Easy Digital Downloads to make the Analytify for EDD work properly. ” Almost

