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.

 

  If you have any questions about how to disable comments in WordPress, you’re welcome to ask me on Disqus or get in touch with a WordPress developer … 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

Add Content or Description to Featured Image Meta Box

 

preg_replace to conditionally replace twitter hashtag and user mentions with urls

Linkify your twitter hashtags and twitter user mentions! Need to replace twitter hashtags and usernames with the actual Twitter hashtag search query links/URLs and user profile pages? Twitter Username / User Mention Preg_replace

  Twitter Hashtag Preg_replace

  … Continued