Skip to main content

Home/ Wordpress/ Group items matching "tutorial" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Peter Nilsson

Learn Ways to Utilize Tag Fields in WordPress - 1 views

  •  
    Here is a tutorial I have compiled to make you learn everything about WordPress tags and how they can be utilized for a powerful management of blogs.
TheAppGuruz

SVG Shape Morphing HTML5 Tutorial - 2 views

  •  
    It's very easy to animate SVG Shape Morphing and comfortable. We can make batter graphics using SVG. Here, we need to define actual path of shape and...
  •  
    It's very easy to animate SVG Shape Morphing and comfortable. We can make batter graphics using SVG. Here, we need to define actual path of shape and...
TheAppGuruz

CSS 3 Menu Rotation Tutorial - 1 views

  •  
    CSS 3 Menu Rotation Tutorial: Using simple CSS create a css 3 menu rotation. When You have create a site or template in this you have a different category..
  •  
    CSS 3 Menu Rotation Tutorial: Using simple CSS create a css 3 menu rotation. When You have create a site or template in this you have a different category..
Peter Nilsson

How to Install WordPress on a USB Stick Using Instant WordPress - 0 views

  •  
    If you if you regularly test or develop WordPress themes and plugins, it is a big advantage to set up and use a local sever environment. Learn how to use Instant WordPress. 
Peter Nilsson

A Basic Tutorial on Creating Drop Down Menu in WordPress - 2 views

  •  
    This post will guide you in creating a custom drop down menu in WordPress. In order to make your menu more stylish, add the custom WordPress Walker Class.
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."
berderat

Wordpress tutorials for beginners - 0 views

  •  
    Learn how to create a Wordpress website from scratch
  •  
    Learn how to create a Wordpress website from scratch
Luciano Ferrer

Cómo Migrar Wordpress - Guía Interactiva Paso a Paso - 1 views

  •  
    Migrar blogger / joomla a wordpress, guía
Luciano Ferrer

How to Create Additional Image Sizes in WordPress - 0 views

  •  
    "WordPress has a built-in feature Post Thumbnails aka Featured Images. There is also a built-in function add_image_size() which lets you specify image sizes and give you the option to crop. Using these core functions in your theme can essentially eliminate the need of a third party script like TimThumb in most cases."
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."
Vernon Fowler

Function Reference/current user can « WordPress Codex - 2 views

  • Do not pass a role name to current_user_can(), as this is not guaranteed to work correctly (see #22624). Instead, you may wish to try the check user role function put together by AppThemes.
  •  
    "Function Reference/current user can Description Whether the current user has a certain capability."
Vernon Fowler

A Guide to WordPress Custom Post Types: Creation, Display and Meta Boxes | Wptuts+ - 0 views

  • 'menu_icon' => plugins_url( 'images/image.png', __FILE__ ) displays the admin menu icon.
  • Save a 16×16 pixel icon image in your current plugin folder.
Vernon Fowler

How to Setup a WordPress Development Environment for Windows | Wptuts+ - 2 views

  •  
    Having a local WordPress test environment is essential for developing themes, plugins, and updating sites. The last thing you want to do is update a live site or install a plugin that completely breaks the site. In this tutorial I'm going to take you through the steps that will give you a local WordPress environment that will allow you to safely and efficiently develop for WordPress.
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.
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.
« First ‹ Previous 41 - 60 of 269 Next › Last »
Showing 20 items per page