Quantcast
Channel: TransformationPowerTools » theme
Browsing latest articles
Browse All 7 View Live

Image may be NSFW.
Clik here to view.

WP Kubrick default theme in 3 columns

Part of my time, I am spending designing and troubleshooting wordpress themes. This is my latest ‘hack’, turning the default theme that comes with every wordpress installation, into a 3 column version,...

View Article


More-Than-Zebra style wordpress loop

to start, i would like to express my thanks and gratitude to all the volunteers in the wordpress forum who patiently and freely give their time and attention, and share their knowledge and experience...

View Article


Image may be NSFW.
Clik here to view.

Multi-Column Grid-Style Posts in WordPress

RECOMMENDATION: as this code can have its challenges, and is not always easy to apply, i would like to point to an easier to implement approach with the same results (depending on formatting): Playing...

View Article

Troubleshooting wordpress themes

here is a little trick if you need to check some variables, or try something new in your wordpress theme while the site is live. use a conditional if statement to check that you are logged in as the...

View Article

Automatically Shorten the Manual Excerpt

When you are building or modifying a wordpress theme, you have the choice of either using ‘the_content()’ to show the full article, or ‘the_excerpt()’ to show a shorter version. By default, the latter...

View Article


Comments on the ‘Posts Page’ in WordPress

If you are using a static home page and have set one of your other pages to be the ‘posts page‘ [Codex], then there is no direct way to allow comments on that page. You will need to do some custom...

View Article

Linking or Enqueuing Stylesheet in WordPress Themes

There are several ways of adding a stylesheet to a WordPress theme; examples: A: linking the stylesheet (in the head section of header.php) – linking the main stylesheet style.css: <link...

View Article
Browsing latest articles
Browse All 7 View Live