Post

save_post vs post_updated

save_post vs post_updated

post_updated is fired up only if the given post existed before and currently is updated. It won't get called, when a new post is inserted. It is very useful, if you want to do something with previous version of given post. save_post is fired up whenever a post is saved.

Wordpress Permalink Issue for media permalink leading to 404 page when set as postname
How do I fix a permalink issue in WordPress? How do I change the media Permalink in WordPress? How do I change permalinks in WordPress without breakin...
Responsive header image
What is a responsive header? How do I make my WordPress header image responsive? How do you make a full width image responsive? What is header image i...
Manage roles and capabilities without loads of code
How do I manage roles in WordPress? How do you add capability in user role editor? What do the different WordPress roles mean? How do I add user roles...