Tag: source
-
Working with paginate_links
It is no secret that I try to advocate the use of core functions when possible. The idea of maintaining […]
-
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. […]
-
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 […]
-
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. […]
-
Learning with practice
The progress of my theme is decent. I have been learning how to work with Git and SVN more and […]
-
Code – Theme status: structure
So far I have been experimenting with adding theme options to my theme for when I get ready to actually […]
-
Code – some random javascript conditionals
Warning: what you are about to read deals with code. Working with PHP is fun for me. At times it […]