Skip to main content

Home/ Wordpress/ Group items tagged Template

Rss Feed Group items tagged

Luciano Ferrer

WordPress › Theme Switch and Preview « WordPress Plugins - 4 views

  •  
    "Allows admins or all visitors to switch the blog theme. Has a restricted preview mode for your clients and includes a widget. Description Installation FAQ Screenshots Changelog Stats The plugin is great for theme development as you can tweak the template online without breaking stuff for visitors. You can also use it for presentations, to show off various templates. There is a widget and a theme cloud shortcode to make this easier."
maesriady

Nano Teknologi - Free Template Premium - 0 views

  •  
    Hi I want to ask all your friends on this site safe is it true we downloaded the templates of premium as of themeforest.net This is a website that provides premium template for free. Please help Thank you Premium template site that provides the best worldwide
Vernon Fowler

Post Types « WordPress Codex - 1 views

  • it is better if you prefix your identifier with a short namespace that identifies your plugin, theme or website that implements the custom post type. For example: acme_product or aw_product for products post type used by a hypothetical ACMEWidgets.com website
  • Namespacing your custom post type identifier will not guarantee against conflicts but will certainly minimize their likelihood.
  • Do pay close attention to not having your custom post type identifier exceed 20 characters though, as the post_type column in the database is currently a VARCHAR field of that length.
  • ...6 more annotations...
  • register_post_type( 'acme_product', array( 'labels' => array( 'name' => __( 'Products' ), 'singular_name' => __( 'Product' ) ), 'public' => true, 'has_archive' => true, ) );
  • When you namespace a custom post type identifier and still want to use a clean URL structure, you need to set the rewrite argument of the register_post_type() function. For example, assuming the ACME Widgets example from above:
  • 'rewrite' => array('slug' => 'products'),
  • Note: In some cases, the permalink structure must be updated in order for the new template files to be accessed when viewing posts of a custom post type.
  • single posts of a custom post type will use single-{post_type}.php and their archives will use archive-{post_type}.php where {post_type} is the $post_type argument of the register_post_type() function.
  • In any template file of the WordPress theme system, you can also create new queries to display posts from a specific post type. This is done via the post_type argument of the WP_Query object.
LinkSture Technologies

MUU - Unique and Creative Resume / Portfolio Template - 2 views

  •  
    MUU is a creative, unique design, minimal and onepage vCard / Resume HTML5 template to showcase your resume and portfolio to the world in interactive way. Each and every section is detailed designed with creative eye and of course navigating different sections is really smooth, user-friendly and something different.
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

WordPress › Formidable Forms « WordPress Plugins - 14 views

  •  
    "Quickly and easily build forms with a simple drag-and-drop interface and in-place editing. There are dozens of form-building plugins out there to create forms, but most are confusing and overly complicated. With Formidable, it is easy to create forms within a simple drag-and-drop interface. You can construct custom forms or generate them from a template. Shortcodes can be used as well as spam catching services."
  •  
    Quickly and easily build forms with a simple drag-and-drop interface and in-place editing. There are dozens of form-building plugins out there to create forms, but most are confusing and overly complicated. With Formidable, it is easy to create forms within a simple drag-and-drop interface. You can construct custom forms or generate them from a template. Shortcodes can be used as well as spam catching services.
Luciano Ferrer

12 Best WordPress eCommerce Themes - 4 views

  •  
    WordPress can be used to start your online store. WordPress eCommerce themes can assist you if you are looking to start a new website that actually is a store. You will benefit of the ease installation of eCommerce templates, and also SEO features, so your next step now is choosing a great WordPress eCommerce theme if you have a product to sell.
  •  
    "WordPress can be used to start your online store. WordPress eCommerce themes can assist you if you are looking to start a new website that actually is a store. You will benefit of the ease installation of eCommerce templates, and also SEO features, so your next step now is choosing a great WordPress eCommerce theme if you have a product to sell. Although there are plenty of WordPress eCommerce themes that are available today, but we are only featuring top 12 eCommerce WordPress themes that are useful for you to have, and will help you grow your business."
hicham hicham

Free Wordpress Sports Orange Theme - 0 views

  •  
    Wordpress Sports Magazine Web2.0 Theme Template, Very High Quality Design, Come With 2 Columns, Web2.0 Inspiration Style, Left Sidebar, Orange, Gray, Blue, Rounded Corners, Ready Plugins, Works with latest WordPress release, Photoshop PSD Files Included and Widget Ready, This Theme is suitable For Sports Magazine Blogs Or any Kind of Blogging, This work is under Creative Commons Attribution-Share Alike 3.0 License, This means you may use it and make any changes you like, However, credit links must remain on footer for legal use, This Theme Was Tested and Work Fine On IE 6.0 & 7.0, Mozilla Firefox, Opera 9.02, Google Chrome and Safari Web Browsers, this Theme Was Tested on The Latest Wordpress Version Also.
Jungle Jar

JungleJar » Submit Your Wordpress Theme To 80 Websites! - 0 views

  •  
    We have now officially aggregated the ultimate Wordpress list of websites that accept your free template/theme submissions. Below is a list of 80 Wordpress related websites that do the promoting so you don't have to.
Jungle Jar

New Wordpress Template - 0 views

  •  
    JungleJar offers articles, tutorials, rss feeds, tips and strategies, code snippets among many other things to assist webmasters with their respective websites.
Jungle Jar

JungleJar | 10 Simple Things To Make Your Wordpress Theme 10 Times Better - 0 views

  •  
    When developing Wordpress Templates, we sometimes overlook the small easy things we can do to make our theme much better. When you're days into a project, any project, developing developers tunnel vision isn't hard to do. This article serves not as the ultimate go-to guide for Wordpress shortcodes, but instead it serves to remind us of a few small and easy things we can incorporate into our themes within seconds and they function with robust and flexible ease.
anonymous

Pages (Creating your own pages) - 0 views

  • The files defining each Page Template are found in your Themes directory.
  •  
    Information (from the Codex) about creating your own page templates.
TheAppGuruz

CSS 3 Menu Rotation Tutorial - 1 views

  •  
    CSS 3 Menu Rotation Tutorial: Using simple CSS create a css 3 menu rotation. When You have create a site or template in this you have a different category..
  •  
    CSS 3 Menu Rotation Tutorial: Using simple CSS create a css 3 menu rotation. When You have create a site or template in this you have a different category..
« First ‹ Previous 41 - 60 of 176 Next › Last »
Showing 20 items per page