Skip to main content

Home/ Wordpress/ Group items tagged tutorials

Rss Feed Group items tagged

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.
Peter Nilsson

Build Beautiful Layouts in WordPress with Tailor Page Builder - 2 views

  •  
    Check out Tailor, a WordPress Page Builder. Tailor is a free frontend page builder for WordPress that features a simple and intuitive drag and drop interface.
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.
Web Dorado

Make Event Management on WordPress a Breeze - 0 views

  •  
    Does the thought of managing and promoting events on your website give you a headache? Forget the headache! These WordPress tools will take all the heat an
  •  
    Does the thought of managing and promoting events on your website give you a headache? Forget the headache! These WordPress tools will take all the heat an
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()
Vernon Fowler

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

  •  
    How to minify WordPress theme stylesheets properly
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.
Jennifer Ray

HTML Experts - PSD to WordPress, Convert PSD to WordPress, HTML to WordPress - 0 views

  •  
    At Html Experts, we offer PSD to WordPress conversion, HTML to WordPress, PSD to WordPress Integration, WordPress Implementation & Set-up, WordPress Customization, WordPress Plugin Installation.
Jennifer Ray

Hire WordPress Web Developer India for WordPress Web Development services - Weighing th... - 0 views

  •  
    In the present time, WordPress have the lion's share of the millions of successfully running web portals in comparison to the dozens of other platforms Joomla, Drupal and more. WordPress is considered as one of the most popular choice of Content Management System in the web development industry because of its simplicity, user-friendliness, easy installation and great functionality.
Jennifer Ray

Explore What's New in WordPress Version 3.4 "Green" - 0 views

  •  
    Few days back, the widely used WordPress has hit the web development industry with its much-awaited 3.4 version. The recently arrived WordPress 3.4 version named as "Green" in honor of guitarist Grant Green. The new 3.4 version of WordPress comes with lots of improvements that adding more to the usefulness of the WP. A live theme-customizer, custom backgrounds and headers, better support for internationalization and revamped XML-RPC are some major additions to the new version.
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 121 - 140 of 269 Next › Last »
Showing 20 items per page