Skip to main content

Home/ Wordpress/ Group items tagged develop

Rss Feed Group items tagged

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()
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.
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.
Clara James

What is A/B Testing in WordPress Themes? - 0 views

  •  
    A/B testing, split testing or bucket testing is a method of marketing testing by which a baseline control sample is compared to a variety of single-variable test samples in order to improve response rates. A classic direct mail tactic, this method has been recently adopted within the interactive space to test tactics such as landing pages, banner ads and emails. The questions of this can happen in WordPress is asked often and rarely answered.
david clay

WordPress Website Designers: Superior to the Relaxation - 0 views

  •  
    Nowadays, getting a name online is very important. A name that does not only looks good but can also be easy to use and simply found via an internet search engine. You will find several choices available when considering creating an internet site.
Clara James

Best WordPress Plugins of 2011 - 0 views

  •  
    EventBrite - extensive tools to manage, promote, and sell your event. Events Manager - event registration management. Will be integrating PayPal soon. Ajax Event Calendar - localized community calendar that allows authorized users to manage events in custom categories.
Anna Taylor

Meet Steve Floyd, Speaker at SEJ Dallas Meetup - 0 views

  •  
    As the CEO of AXZM, Steve Floyd has worked hard to build the company he always wanted to work for. Founding AXZM in the spring of 2003, Steve has since grown his agency into one of the most recognized and trusted digital marketing boutiques in North Texas. Starting his career in the early 2000′s designing for print & web - later evolving into LAMP application development and over the last 5 years, Content Strategy, SEO & Inbound. Steve is also the founder / organizer of the Dallas Content Strategy Group and Co-Chair / Founder of SEMPO NTX.
Luciano Ferrer

Setting Up Google Apps Email with cPanel | MCG Web Development, Inc. | Blog - 0 views

  •  
    "Google Apps is one of the best email services. While having your email hosted on the same server as your website is convenient, in reality, it's not always the wise choice. The following are a few reasons to make the switch, and how to do it - if your host provides cPanel. "
Jungle Jar

JungleJar Widgetize Your Wordpress Templates Tutorial Update - 0 views

  •  
    You may be familiar with our set of articles here on JungleJar explaining how to widgetize your Wordpress templates. Well, we've added this little bit and updated the other files.
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.
kie guy

wplookup.com - Wordpress Function/Tag Lookup Tool - 0 views

  •  
    An alternate, fast, accurate search engine for looking up WordPress functions. Highlighted on the WordPress Weekly podcast.
Jungle Jar

JungleJar Template Customizations For As Little As A Buck - 0 views

  •  
    For the first time ever, JungleJar will be providing any customizations to our Wordpress Template users for as low as $1.00. That's right, you could have your template customized the way you want it for as little as $1. There is no catch, but continue reading to find out more..
Jungle Jar

Random Posts In Wordpress Without Plugins (Ghost Post Article 1/2) - 0 views

  •  
    This article is 1 of 2 in an article set I've named "Ghost Posts". In this article I'll show you how to display random posts grabbed from any category of your choosing in Wordpress without the use of plugins. You can also view this same code snippet being used on JungleJar right now.
« First ‹ Previous 281 - 300 of 369 Next › Last »
Showing 20 items per page