Hi, Nice to see you again! Recently I have learned more about WordPress and feel extremely excited about it so I would like to share this positive energy to all of you. That’s why I think it would be fun to make simple plugins… I mean, to have a solution and to build it in […]
Blog
[WordPress] Create custom post type programmatically
In this article, let’s talk about custom post types. What are they, why we need them, how to create them programmatically, and have a look on its anatomy in case you want to have custom design templates for the pages generated by the custom post type.
[WordPress] Open Images in Posts into Lightboxes On Clicks (Without Plugins)
In this post, I would like to implement one small feature: when user clicks an image within my post entry, the image will be opened into a lightbox, so that it is bigger to see. This is useful in case the image has some small details that you would like users to see better. I […]
Mangools Review: A Productive SEO tool for The Affiliates
I have been on trials with Ahrefs, SEMrush, and more than one year with SERanking. Ahrefs and SEMrush seem great, but they are too complicated for beginners and so I was overwhelm. Because I should be an SEO agency to be able to use it to the full potential. SERanking was great at keyword tracking, […]
[Vue.js] 8 months into Vue and what I like about it
Luckily I was injected into a Vue project at the time I had a plan to learn it. So I have been learning from an existing codebase which provides a context where Vue is useful for and how to use it. This is probably the first time I work with a JS framework. My early […]
[WordPress] How to Display Modified Date By Using Hooks (in Newspaper Theme, or Any Theme)
A modified date will let web visitors know the date that an article was updated, not the publish date (which probably was several years ago!). It provides some trust to the content of the article, also is a plus point for SEO. I use Newspaper theme in two WordPress websites. It works amazingly as described, […]