Skip to main content

Home/ Wordpress/ Group items tagged tutorials theme

Rss Feed Group items tagged

Md. Iftekharul Ibna Alam

How to Install a WordPress Theme | TiPS4BLOG - 2 views

  •  
    "I explained in the previous post on How to Install a WordPress Blog from cPanel. You can easily install a WordPress blog by following that tutorial. By default, you will receive two free themes, Twenty Eleven and Twenty Twelve in the latest version of WordPress. You can carry on your WordPress blog with the default theme. Even so, you might have a purpose to create a blog, which may not come with the default theme. In that case, you must want to install your chosen theme, but don't know how doing that? Nothing to worry, in this tutorial, I will explain you how to establish a theme of your choice by removing the default WordPress theme."
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.
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.
Luciano Ferrer

How to Add Widgets to WordPress Theme's Footer | Tips and Tricks HQ - 0 views

  •  
    "I wanted to use widgets in the footer of my WordPress theme but my wordpress theme didn't come with a footer-sidebar by default. I didn't really wanted to change the theme just because of that. So I hacked the wordpress theme to introduce footer-sidebars. If you are looking for a tutorial that explains how you can add sidebars/widgets to the footer of your WordPress theme then keep reading."
kevin_brylle

How to Create Wordpress Theme from Scratch - Online Training - Virtual Team - 0 views

  •  
    Check out this online WordPress tutorial and start the process of learning on how to create a WordPress theme from scratch.
  •  
    Check out this online wordpress tutorial and start the process of learning on how to create a WordPress theme from scratch.
  •  
    wordpress tutorial on how to create WP theme from scratch
anonymous

Definitive List of Free WordPress Theme Frameworks | W3Avenue - 7 views

  •  
    A list of free WordPress Theme Frameworks to help you find best solution that will suit your development style and practices. The list of themes / frameworks range from completely striped down themes to ready to use frameworks which require almost no programming to create customized look.
John Pratt

Create WordPress Theme Video Tutorial - 9 views

  •  
    How to create your own WordPress theme in a video tutorial - takes you from PSD Photoshop design to WordPress coding, everything you need to know to do it on your own.
onextrapixel OXP

Practical Uses for the Post-Thumbnail Function in WordPress 2.9 - 7 views

  •  
    We are all used to seeing an image below blog posts titles, be it on blog homepages or on individual posts. However, until recently, adding these images was not as straightforward. Before the ability to register post thumbnails in themes was introduced in WordPress 2.9, WordPress theme developers were forced to use the post metadata in order to display an image associated with a post. In this tutorial, I'll show you how to add this functionality to your themes and we will play around with some of the function options.
  •  
    Practical Uses for Post-Thumbnail function in WordPress 2.9
M Edvardsen

Stop Tweaking! And Create Your Own Wordpress Theme - 0 views

  •  
    Build your own WordPress Theme Tutorial
awqi zar

50 Ultimate Tutorials To Make You A Power Wordpress User - 18 views

  •  
    WordPress is the most used blogging platform around the world. Its the first choice of bloggers because its really easy to use. One more reason I prefer WordPress because it has a huge community of users and whenever you face any problem you can discuss it with the community. There are also various sites available for WordPress tutorials. If you want to be an expert of WordPress then these sites will be really helpful for you. Today we compiled a huge list of ultimate and useful WordPress tutorials that will make you a power WordPress user.
Vernon Fowler

Tutorials, Books & Screencasts | WP.Envato - 0 views

  •  
    "Envato is one of the most prolific outlets of tutorials and screencasts for WordPress design and use. The vast majority are free materials, however we also publish premium tutorials and books. You can browse through the links below to find our selection of world class WordPress training content."
Vernon Fowler

How to minify WordPress theme stylesheets properly - minify , wp_register_style , WordP... - 0 views

  •  
    How to minify WordPress theme stylesheets properly
appsweb

How to Install WordPress Themes - Wordpress Themes - 1 views

  •  
    This tutorial explains How to Install WordPress Themes on your WordPress site.
Vernon Fowler

How to Include JavaScript and CSS in Your WordPress Themes and Plugins | Wptuts+ - 0 views

  • a selection of common JavaScript libraries are already included that you can use for your JavaScript development
  • be selective about which pages you load your scripts on. If your plugin or theme has a script that only does something on one front-end or admin page, such as the theme’s options page, or maybe a page with a specific widget, you only need to load your script on that page. No point clogging things up and loading scripts on pages where they’re not being used!
  • it’s perfectly possible to prioritise scripts and styles and nominate whether they load in the header or footer from the comfort and safety of your functions.php. The benefit being that your theme / framework will work with a wider range of other plugins / child themes.
  • ...2 more annotations...
  • get_template_directory_uri()
  • get_stylesheet_directory_uri()
Maggie Wolfe Riley

Digging Into WordPress - the book! - 4 views

  •  
    Two of my favorite web designers with super helpful blogs, Chris Coyier of CSS Tricks and Jeff Starr of Perishable Press, have just released their new collaboration! The book, "Digging Into WordPress," is now available as a PDF download, and if you buy the PDF book now, you will be eligible for a "sweet discount" on the hard copy of the book when it comes out, plus receive updates free. They've done a great job on this book, which covers setting up WordPress, anatomy of a WordPress theme, theme design and development, extending functionality including using WordPress as a CMS, working with RSS feeds, SEO, dealing with comments, and keeping your site "healthy." I already followed both of these designers before they began their collaboration, and have found countless useful tutorials, code snippets, design ideas, and much more on both of their sites - I've relied on Perishable Press as a source for great unobtrusive javascript code, and on CSS-Tricks for all kinds of other useful tools for making valid, functional, and beautiful sites. This book is bound to be a valuable reference to anyone who works with WordPress.
Peter Nilsson

How To Create a Responsive WordPress Theme - 1 views

  •  
    In today´s article we show you a few video tutorials out of the ordinary. Learn how to create a responsive WordPress theme from scratch?
sandy doank

Tutorial Instal Wordpress In Computer Local Server - Gang Tutorial - 0 views

  •  
    Tutorial Instal Wordpress In Computer Local Server
Jungle Jar

15 Tips For Wordpress Theme Authors - 0 views

  •  
    This article can serve as either a primer for the beginning Wordpress Theme Author, or it can serve as a checklist for those of us who have been writing these themes for awhile. Either way, it should be beneficial to the community.
anonymous

Premium Wordpress Themes Developers - 0 views

  •  
    In this tutorial we will have a quick look how to change the theme of your free Wordpress blog. There are many themes that are given in the Wordpress.com free account. However these themes have very basic layouts and there aren't a lot of things you can do with it.
Michael Sturgeon

Avada Documentation - Theme Fusion - 0 views

  •  
    "Avada" theme instructions and links
1 - 20 of 97 Next › Last »
Showing 20 items per page