On Scroll Animations on Multiple Divs

Create on scroll animation effects on your website using waypoints and animate.css. Waypoints allows developers to execute a function when an element is scrolled to, in this case, we will execute an animation. Animate.css is a library of CSS animations … Continued

Rename WordPress Default Post Type

Change WP’s default “post” type menu and overall labels to anything you want, by replacing every instance of “post” using the code below with your desired label. Post this code in your theme’s functions.php file.

  Reference URL

WordPress Command Line

Use WP CLI to automate and execute on WordPress tasks from the command line, instead of the WP admin dashboard. Especially useful for installing wordpress, backups and updates of wordpress and it’s plugins, changing option values and adding users. Here’s … Continued

Timeline Page Layout Tutorials - CSS

http://mattbango.com/notebook/code/pure-css-timeline/ http://codepen.io/christian-fei/pen/BJily http://bashooka.com/coding/css-timeline-tutorials-examples/ http://codyhouse.co/demo/vertical-timeline/

Order WP Post By Max or Min Meta Value Number

Order your wordpress posts query by max or min meta key value by adding: orderby => ‘meta_value_num’ and the meta_key you wish to orderby.

 

 

Get Yoast SEO WordPress Title

On Page Template:

  On Archive:

  On Term SEO titles:

  On Tags:

 

Disable Comments and Commenting from WordPress

Completely disable the commenting system on your WordPress site.