Blog

Load WordPress posts using JSON and enable search using jQuery

This is a simple example of how to load posts using JSON from a WordPress custom post type, assign the posts to a list inside a div and enable live search using jQuery.

read more »

Github basic commands for creating and pushing to Repository

Basic commands to create local repository and github repository, and push files to github.

read more »

ACF – create flexible content and display in template

This is a simple example of how to create a variety of content types, and display them in a WordPress php template. The content can be displayed in any order using drag and drop from the WP administration.

read more »

Loop through repeater rows to display upload files with title with ACF

How to loop through repeater rows to display upload files with title with Advanced Custom Fields Pro plugin in template file. In the WordPress administration: Create field of type Repeater Create Sub field (in our case named event_file) of field type file and set return type to File array Associate custom fields to desired CTP, […]

read more »

Integrating Bootstrap into your WordPress theme

I like to use Bootstrap for most custom wordpress themes which is an HTML, CSS, and JS framework for developing responsive, mobile website project. Here are basic steps to get started using Bootstrap. Download Bootstrap from getbootstrap.com Unzip Bootstrap and add the CSS, JS, and Font files to your theme in the correct directories Open […]

read more »