Tag: snippet
-
Working with paginate_links
It is no secret that I try to advocate the use of core functions when possible. The idea of maintaining […]
-
Using active callbacks in the Customizer
One thing I haven’t seen many themes use is active callbacks to their advantage. What are they and how can […]
-
Two or three column section
A while back I wrote a quick and dirty tutorial on how to display more than one page. This can […]
-
Widgets and when to use them
Widgets are a great way of showing information in specified areas. Themes handle this in different locations and different ways. […]
-
Customizer: dropdown category selection
Using the get_categories function with the customizer can be tricky. This is a code snippet to help out.
-
Fun with template tags: comment_form
This time I’ll focus on the comment_form(). Neat, fun and with plenty of hooks and filters. The code Like usual […]
-
Fun with template tags: comments_template
On my last post I talked about dynamic_sidebar and some uses. It was a fun little experiment I wanted to […]
-
Fun with template tags: dynamic_sidebar
The last couple of weeks I’ve been reading the core code more and more. I like it. Came to the […]
-
JavaScript in PHP
Lately I’ve been seeing a few themes that like to include and devote an entire file to JavaScript. There is […]
-
Displaying multiple pages on one
Every so often I come across a theme or an implementation I like and wonder how it is being done. […]