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.

 

 

Stuck in Command Line

Have you ever been working in terminal, made a typo on a commanded, hit return and got stuck? It’s ok it happens to everyone. If you are running Ubuntu, or really for most terminals and Linux based operating systems simply … Continued

Vertically Center Bootstrap Modals to Fit in Browser Window

Vertically center bootstrap modals without setting a height. Modal max-height will not exceed the window height with scrollable .modal-body and adapts on resize. You will need these JS and CSS snippets:

 

  View this on Codepen

Change Archive Post Number for Custom Post Type

Modify the number of WordPress posts or custom posts to be displayed on a custom archive page by adding this filter to your functions.php file in WordPress.

  Change the number of “posts_per_page” to meet your specs, if you … Continued