Skip to main content

Home/ Wordpress/ Group items matching ""wordpress theme templates"" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
1More

WordPress › Dynamic Widgets « WordPress Plugins - 2 views

  •  
    "Dynamic Widgets gives you full control on which pages your widgets will appear. It lets you dynamically show or hide widgets on WordPress pages by setting conditional logic rules with just a few mouse clicks. No knowledge of PHP required. No fiddling around with conditional tags. You can set conditional rules by Role, Dates, Browser, Theme Template, Language (WPML or QTranslate), URL, for the Homepage, Single Posts, Attachments, Pages, Authors, Categories, Tags, Archives, Error Page, Search Page, Custom Post Types, Custom Post Type Archives, Custom Taxonomies in Custom Post Types, Custom Taxonomies Archives, WPEC/WPSC Categories, BuddyPress Components, BuddyPress Groups, Pods pages and bbPress."
1More

Working With WordPress Shortcodes | Pro Blog Design - 1 views

  •  
    WordPress shortcodes are used frequently in plugins and themes as a way to achieve extra functionality, without the need to modify template files. You just type the shortcode word right into your post.
1More

How To Change The Copyright Notice In Wordpress - 0 views

  •  
    Tutorial on how to change the copyright notice at the bottom of your Wordpress theme.
1More

Free Wordpress Themes, Free Wordpress Templates, View & Download - 1 views

  •  
    Free and Premium Themes
9More

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.
1More

Winithemes.com is nominated on Awwwards - 0 views

  •  
    We are very happy to announce that Winithemes has been nominated on Awwwards - a prestigious resource that lists and recognizes amazing web design works. Winithemes aims to be a top resource of premium templates and themes, that's why we are continuously working hard to provide you an exceptional user experience, professional look, relevant content and engagement on our website. Vote for our website here, we really appreciate your support!
1More

7 More Free Online Web Applications For Web Developers - 0 views

  •  
    In this set of free web applications for web developers, we've included some incredibly nice resources, and also web applications that even blew me away. Javascript compressors, Wordpress theme creator, an extremely nice form generator service, Myspace theme creator and more.
2More

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
1More

WordPress › Meteor Slides « WordPress Plugins - 2 views

  •  
    "Meteor Slides makes it simple to create slideshows and publish them with a shortcode, widget, or template tag. The slideshows scale with responsive and fluid themes to fit any device and have touch support. Powered by jQuery Cycle with over twenty transition styles to choose from."
1More

WordPress › WP-PageNavi « WordPress Plugins - 0 views

  •  
    "Adds a more advanced paging navigation interface. Want to replace the old ← Older posts | Newer posts → links with some page links? This plugin provides the wp_pagenavi() template tag which generates fancy pagination links. See the installation instructions for using it in your theme."
2More

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.
5More

Function Reference/bloginfo « WordPress Codex - 0 views

  • 'siteurl' - Deprecated since version 2.2. Echo home_url(), or use bloginfo('url'). 'home' - Deprecated since version 2.2. Echo home_url(), or use bloginfo('url').
  • home = http://www.example.com/home (DEPRECATED! use url option instead)
  • Please note that directory URLs are missing trailing slashes.
  • ...1 more annotation...
  • siteurl = http://www.example.com/home (DEPRECATED! use url option instead)
  •  
    Displays information about your site, mostly gathered from the information you supply in your User Profile and General Settings WordPress Administration Screens. It can be used anywhere within a template file. This always prints a result to the browser. If you need the values for use in PHP, use get_bloginfo().
« First ‹ Previous 61 - 80 of 115 Next › Last »
Showing 20 items per page