Articles

Trim text using wp_trim_words( )

User the following to trim display text. The following example is using a text field. wp_trim_words( get_field('intro_text'), 20
Read More

Adding Meta Tags to your WordPress site using ACF

An awesome way to set up convenient and easy to use meta tags using the very famous ACF
Read More

Getting input and textarea fields to match up in width.

Both input and text area fields seam to use different measures of width. To get them to match up add this to the style of a Text and Input fields: width: 100%; -webkit-box-sizing:
Read More

Adding a @mixin

Mixins are one awesome little tool you can use in SCSS, to pull in code that could be commonly used in a variety of locations. Mixins do act like mini CSS functions. This is a
Read More

Add a new widget position

Follow these couple of steps to add a new widget position that new widgets can easily be dropped into in
Read More

Undo GIT Add

If you would like to un-stage a file that you have just added in git simply use this
Read More