Skip to main content

Home/ Wordpress/ Group items tagged PHP

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()
Vernon Fowler

Function Reference/get bloginfo « WordPress Codex - 0 views

  • Consider using get_template_directory_uri() instead (for the parent template directory) or get_stylesheet_directory_uri() (for the child template directory).
    • Vernon Fowler
       
      Using TwentyEleven as parent theme will make use of this for HTML5.js in header.php
Vernon Fowler

Add Odd/Even to Posts | WordPress Snippets - 0 views

  • To add the classes “even” and “odd” to your posts, put the following snippet in your functions.php.
Vernon Fowler

bbPress - 0 views

  •  
    bbPress is forum software with a twist from the creators of WordPress.
priyanshu mittal

A Free Wordpress Theme - 1 views

A red color Business Blog theme that supports Primary menu's , Primary & Secondary sidebars,Four widgetized area's at the footer region,Custom Post Types and the option panel . It has a perfect...

wordpress theme red

started by priyanshu mittal on 22 Feb 12 no follow-up yet
priyanshu mittal

top 50 premium wordpress magazine themes - 0 views

  •  
    50 Best WordPress Premium Magazine Themes handpicked
Luciano Ferrer

DineroMail * Ver foro - Soluciones Preintegradas - 0 views

  •  
    Soluciones dineromail para integrar en varios CMSs
Vernon Fowler

Function Reference/admin url « WordPress Codex - 0 views

  • admin_url( 'edit-tags.php?taxonomy=category', 'https' );
Vernon Fowler

WordPress › Support » Displaying karma points - 0 views

  • <?php echo dpa_get_user_points( bp_displayed_user_id() ); ?>
anonymous

How Do I change the default page.ly Favicon.ico - 2 views

  • 1. Order the FTP PowerUp (Under Upgrades at the top of your dashboard) and upload/replace the existing favicon.ico in the top directory 2. Or Under Media > Add (from your WordPress Dashboard) upload a new favicon.ico. Then under Appearance > Editor open header.php and replace the link to the favicon.ico with the new link to your uploaded images.
  •  
    At the Page.ly Client Support Desk.
JR Oakes

Improving the Performance of your WordPress Site: Part 1 - 0 views

  • Optimising CSS & JavaScript With the above informatinon in mind aim to lower the amount of css and javascript files your theme has, for example include your reset.css in your style.css, and for wp-page-navi add it to your style.css too. Some plugins add css or JavaScript to your theme It’s a good idea to filter these files out and add them to your own style.css or a javascript file. Justin Tadlock has written a  useful guide on how to disable scripts and styles belonging to many plugins. http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles You can also minimise you css with CSS Drive’s CSS Compressor to lower your style sheets size by that extra bit. It all adds up!
Alex Sysoef

The Definitive Guide to Semantic Web Markup for Blogs - Pearsonified - 0 views

  •  
    The Definitive Guide to Semantic Web Markup for Blogs
Rika Y

Popurls Clone using Wordpress » Ericulous - 0 views

  • Javascript BoxOver Digg Style Videos Document Text Sizer Style Sheet Switcher Plugins: Adsense 0.1 Exec-PHP 3.2 flickrRSS 3.1 WeatherIcon 2.99.84
« First ‹ Previous 101 - 120 of 186 Next › Last »
Showing 20 items per page