Skip to main content

Home/ Wordpress/ Group items tagged tutorials wordpress Template

Rss Feed Group items tagged

Jungle Jar

JungleJar | Looking at Wordpress Custom Fields and Images Further - 6 views

  •  
    You may remember a previous article I wrote here on JungleJar.com called Using Custom Fields To Post Your Images, but if not, I'm going to reintroduce a few of the code snippets and methods I wrote about in the tutorial about how to save and display image data from custom fields within Wordpress. In this article I'm also going to cover a few of the small yet robust code block methods I myself tend to practice quite a bit that I didn't previously touch on. So, if you're looking for a solid tutorial on how to use Wordpress Custom Fields to display blog post thumbnails in an easy and flexible manner, then this article is for you.
Jungle Jar

JungleJar Widgetize Your Wordpress Templates Tutorial Update - 0 views

  •  
    You may be familiar with our set of articles here on JungleJar explaining how to widgetize your Wordpress templates. Well, we've added this little bit and updated the other files.
Jungle Jar

JungleJar - Gravatars and Wordpress - Extended - 0 views

  •  
    Looking to make your Wordpress template gravatar friendly? Wanna be able to incorporate your own default gravatar without having to use the ones Wordpress supplies? Click click.
kie guy

Hybrid WordPress Theme Framework - 1 views

  •  
    "Hybrid is more than just a WordPress theme. It's about pushing the limits with what WordPress can do. It's a framework. Something you can use to build anything from the smallest family blog to a powerful site that handles thousands of visitors a day." BENEFITS - THE SHORT LIST: * Developed with child themes in mind, so you'll never lose your customizations. * SEO optimized. No need for plugins to handle this anymore. * Theme options that are about content/information. * Templates for everything. * 13 page templates. * Actively developed for WP 2.7 but backward compatible down to 2.5. * 15+ plugins supported within the theme. * Attachment handling like you've never experienced. * Advanced breadcrumbs beyond any other theme. * Ability to run just about any type of site. * And over 20 tutorials to start.
Luciano Ferrer

How to Style Each WordPress Post Differently - 0 views

  •  
    "Have you ever came across a site that style their posts differently? Some sites have different sticky posts highlighted whereas others have each category post styled with a different color, or some may even have a totally unique outlook altogether. Well, that is exactly what we are going to cover in this article. We will share how you can style different WordPress posts in different ways. So what are we going to use? We will use a function called post_class. Post Class function prints out different post container classes which can be added, typically, in the index.php, single.php, and other template files featuring post content. Note: This tutorial requires that you are somewhat familiar with WordPress theming, and know fairbits of HTML / CSS. "
Johnny Web

How To Change The Copyright Notice In Wordpress - 0 views

  •  
    Tutorial on how to change the copyright notice at the bottom of your Wordpress theme.
Jungle Jar

New Wordpress Template - 0 views

  •  
    JungleJar offers articles, tutorials, rss feeds, tips and strategies, code snippets among many other things to assist webmasters with their respective websites.
Vernon Fowler

Child Themes « WordPress Codex - 0 views

  • A child theme resides in its own directory in wp-content/themes. The scheme below shows the location of a child theme along with its parent theme (Twenty Twelve) in a typical WordPress directory structure:
  • This directory can contain as little as a style.css file, and as much as any full-fledged WordPress theme contains: style.css (required) functions.php (optional) Template files (optional) Other files (optional)
  • @import url("../twentytwelve/style.css");
  • ...4 more annotations...
  • Note on the @import rule There must be no other CSS rules above the @import rule. If you put other rules above it, it will be invalidated and the stylesheet of the parent will not be imported.
  • Unlike style.css, the functions.php of a child theme does not override its counterpart from the parent. Instead, it is loaded in addition to the parent’s functions.php. (Specifically, it is loaded right before the parent’s file.)
  • But, when creating child themes, be aware that using add_theme_support('post-formats') will override the formats as defined by the parent theme, not add to it.
  • A child theme can override any parental template by simply using a file with the same name.
awqi zar

How To: WordPress to Jekyll - PaulStamatiou.com - 3 views

  •  
    Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server.
Vernon Fowler

Creating A Great 404 Page For Your WordPress Theme | Wptuts+ - 2 views

  • We’re using the 404.php filename, so that WordPress knows to use this as the error page template.
  • Provide a contact for people to report errors.
1 - 13 of 13
Showing 20 items per page