• Skip to content

Tim Jensen

WordPress Developer

  • Blog
  • About Me
  • Contact
  • Resources
Desert road

by Tim Jensen on February 28, 2017 32 Comments

An Alternative to ACF’s get_field()

Advanced Custom Fields (ACF) is an amazing plugin that can revolutionize the way you build and edit posts inside WordPress. Two of the more common ACF features are repeater fields and flexible content fields, which can …

Continue Reading about An Alternative to ACF’s get_field() →

Filed Under: Code

Bricks

by Tim Jensen on February 10, 2017 3 Comments

Unit Testing in DesktopServer

Unit testing in WordPress has come a long way with the help of WP-CLI, but it can still be a bit frustrating to set up correctly. These two tutorials were a great help to me when getting started: Pippin …

Continue Reading about Unit Testing in DesktopServer →

Filed Under: Workflow

Machine nuts

by Tim Jensen on September 9, 2016 Leave a Comment

Load a Custom Template for Custom Post Types

If you want to use a particular template for your custom post type (CPT) then the best choice is usually to create a new template such as single-{post-type}.php.  (Check out the WordPress handbook for more details about …

Continue Reading about Load a Custom Template for Custom Post Types →

Filed Under: Code

Navigation

by Tim Jensen on September 2, 2016 Leave a Comment

Adding Navigation Buttons for Sibling Pages

When reading posts it is common to see links to the next and previous post in the sequence. Something like this: It's a nice feature that keeps readers engaged in your content and also aids accessibility by …

Continue Reading about Adding Navigation Buttons for Sibling Pages →

Filed Under: Code

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Go to Next Page »

Copyright © 2023 – Tim Jensen