WordPress
-
WordPress get_post_meta Example
Let’s take it as if you’re writing a post in your WordPress website. Being the nice guy he is, WordPress…
Read More » -
WordPress functions.php Tutorial
When designing WordPress Themes, you might have wanted to customize a theme by adding your own set of functions to…
Read More » -
WordPress get_permalink Example
While working on your WordPress theme or plugin, you might need to get the current posts permalink. Below, you will…
Read More » -
WordPress get_option Example
WordPress has simplified a lot the way we approach functionality, as it has defined many PHP functions, some of them…
Read More » -
Templating a WordPress theme with Twig
Well, that wasn’t as painful as I thought it would be. Some googling and a couple of experiments went a…
Read More » -
How to customize WordPress mail sending method
Last week, I suddenly stopped receiving email notifications on this blog hosted on openshift. I came to know after some…
Read More »