Skip to main content

Home/ Wordpress/ Group items tagged howto tutorials WordPress

Rss Feed Group items tagged

awqi zar

Create Your First WordPress Plugin in 10 Minutes | PHP Heaven - 14 views

  •  
    A tutorial demonstrating how to create a basic WordPress plugin, including a Graphical User Interface (GUI) in the WordPress admin area.
awqi zar

How to set up Multisite Domain Mapping in WordPress 3.0 - tripwire magazine - 5 views

  •  
    I recently wrote an article about how to use WordPress 3.0 multisite/network features. This feature is really cool but out of the box it only supports the multiple sites/blogs to be served on the same domain (networksite1.domain.com or www.domain.com/multisite1/). For some this may be fine but really most like you want to have unique domains for each individual site. In this article I provide a quick guide on how to set up multisite domain mapping in WordPress 3.0. Please note that you should not follow this tutorial if your WordPress 3.0 has not been configured to support multisites!
M Edvardsen

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

  •  
    Build your own WordPress Theme Tutorial
Clay Leben

WordPress | Pro Blog Design - 12 views

  •  
    Lots of tutorials and explanation for how to design within Wordpress. Clearly written instructions.
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. "
awqi zar

Howto: Wordpress 2.7+ User Link Feed Submit Form and Widget | tripwire magazine - 0 views

  •  
    how to setup a User Link Feed solution in Wordpress 2.7+. Nice feature as it gives a blog dynamic content and it it may actually drive traffic
kie guy

Installing WordPress with FTP « WordPress.tv - 0 views

  •  
    Video screencast on how to install WordPress via FTP (on a mac, same idea for windows or other). Shows wp version 2.5, but same process for later versions.
Vernon Fowler

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

  •  
    How to minify WordPress theme stylesheets properly
Luciano Ferrer

Style Different Categories in Your WordPress Site Differently Using CSS - Tuts+ Code Tu... - 0 views

  •  
    "In the previous tutorial I showed you how to style the posts on your main blog page according to their category, creating color coding by category. A lot of sites that use this technique also take it further by adding distinct styling to each section of their site, in a way that co-ordinates with the styling on the main blog page or home page. You can just use a simple color scheme or add completely different styling to each section, maybe with a different logo or branding for different parts of your organisation, or even a different layout. An example is the London Times website, which uses a different color for each section of its site. The front page uses these colors in a banner above each post, as shown in the screenshot:"
Clay Leben

Setup WordPress SEO Plugin by Yoast - 7 views

  •  
    Good tutorial for how to use this terrific, new total SEO plugin by Yoast. I was attracted to the tips you get while writing the title and the post.
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."
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()
1 - 20 of 22 Next ›
Showing 20 items per page