Skip to main content

Home/ Wordpress/ Group items tagged tutorials WordPress

Rss Feed Group items tagged

Clay Leben

Nathan Porter: Building Web Tools for Social Good | WordPress.tv - 0 views

  •  
    video tutorial on site development for nonprofits
Erik Emanuelli

How to Add Facebook Reactions to WordPress - 0 views

  •  
    In today's short tutorial, we show you how to add Facebook Reactions to WordPress using the free DW Reactions plugin. Really easy to do and uber-quick!
Erik Emanuelli

How to Work in WordPress Maintenance Mode - 1 views

  •  
    Want to work on your website in private? In today's tutorial, we show you how to activate maintenance mode in WordPress using a free plugin.
Anna Johansson

WPCandy - WordPress Themes, Plugins, Tips, and Tricks - 6 views

  •  
    quote from site: "WPCandy was created on October 1st, 2007, as a blog on everything about WordPress, from the latest themes and plugins to tutorials and tips. Already on it's 3rd redesign, WPCandy is one of the top sites about WordPress and still kickin' ass."
Peter Nilsson

Make Quick And Easy CSS Tweaks On Your WordPress Site - 0 views

  •  
    In this post we show you the quickest way to make simple changes and Tweaks to the appearance of your WordPress site's theme by editing the CSS.
Clay Leben

Beginning WordPress 3 | sillybean.net - 8 views

  •  
    Wordpress 3 book
Jean-François Noubel

How to Increase Upload Size in WordPress | AppThemes Docs - 5 views

  •  
    By default, WordPress sets the maximum upload file size to 32MB (code is located in wp-settings.php) which, for most people, is large enough. However, if you would like to increase your max upload file size to something higher, you can follow this simple trick.
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 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."
Luciano Ferrer

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

  •  
    Migrar blogger / joomla a wordpress, guía
Peter Nilsson

How to Create Unique and Beautiful Photo Galleries in WordPress - 0 views

  •  
    If you like and enjoy to showcase photos on your WordPress website learn how to create unique and beautiful photo galleries with Cloud Image Gallery plugin.
Peter Nilsson

A How to Guide to Use MailChimp Along With Wordpress - 0 views

  •  
    MailChimp is one of the best email services to be integrated with a WordPress site. Its easy-to-use, and designing and sending emails is a hassle-free task.
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.
Jungle Jar

Wordpress Tutorial: Make Your Page Titles SEO Friendly - 0 views

  •  
    If you're a Wordpress Content Management System user, and you would like to make your page titles SEO friendly without installing any plug-ins or modifying your website too much, then this article might be for you. All it requires is a few lines of PHP in your header.php file.
Jungle Jar

JungleJar | Wordpress How-To: Displaying Post Counts - 0 views

  •  
    Ever wanted to display the number of posts your blog has achieved for your blog readers or perhaps just for yourself? Or, what about the number of posts in a specific category? If so, I'll show you a quick and easy way to do just that, and we'll style up the output with a bit of CSS Level 2.1 the standard way.
« First ‹ Previous 81 - 100 of 251 Next › Last »
Showing 20 items per page