Tutorials

override-theme-templates

How to Override Theme Templates in WordPress

WordPress themes are created with a set of templates. In order to function, a WordPress theme needs (at the very least) an index.php template and a functions.php template. Of course, real themes come equipped with much more than that. Most themes come with these templates (or more): 404.php archive.php comments.php footer.php functions.php header.php index.php page.php …

How to Override Theme Templates in WordPress Read More »

wordpress css

How to Add Keyframe Animations in WordPress

Animations to make your website more dynamic, and one of the easiest way to add a lightweight animation is to use Keyframes. Understand the CSS Properties for Keyframe Animations Before you start, these are the important properties to know when creating a CSS animation: @keyframes: Specifies the styles that will be applied to the element through the …

How to Add Keyframe Animations in WordPress Read More »