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
Johnny Web

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.
Sue Bride

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

  •  
    Free and Premium Themes
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.
Wini Themes

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!
Jungle Jar

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.
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
Luciano Ferrer

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."
Luciano Ferrer

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."
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.
Vernon Fowler

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

Conditional Tags « WordPress Codex - 0 views

  • The Conditional Tags can be used in your Template files to change what content is displayed and how that content is displayed on a particular page depending on what conditions that page matches. For example, you might want to display a snippet of text above the series of posts, but only on the main page of your blog. With the is_home() Conditional Tag, that task is made easy.
  • is_single()  When any single Post (or attachment, or custom Post Type) page is being displayed. (False for Pages)
  •  
    Great for use with the Widget Logic plugin. A reference for all the conditional tags that help you restrict a widgets viewing.
  •  
    Warning: You can only use conditional query tags on or after the init action hook in WordPress. For themes, this means the conditional tag will never work properly if you are using it in the body of functions.php, i.e. outside of a function.
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
« First ‹ Previous 61 - 80 of 111 Next › Last »
Showing 20 items per page