Skip to main content

Home/ Wordpress/ Group items tagged post type

Rss Feed Group items tagged

Luciano Ferrer

Post Types Order - WordPress Plugins - 1 views

  •  
    "Post Order and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard. A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability. The order can be customized within default WordPress post type archive list page or a separate Re-Order interface which display all objects. It allow to reorder the posts for any custom post types you defined, including the default Posts. Also you can display the posts within admin interface sorted per your new sort. Post Order has never been easier."
  •  
    Indian Companion In Dubai Indian Escort In Dubai Arab Independent Escorts In Dubai Arab Model Escort In Dubai Arab Escorts Service Dubai Pakistani Escorts Indian Call Girls In Dubai Pakistani Cheap Call Girls In Dubai Arab Cheap Escorts Service
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.
Luciano Ferrer

Creating Custom Post Types In WordPress | Elegant Themes Blog - 1 views

  •  
    "Custom post types are nothing more than a basic post but have different sets of parameters defined inside your code. The post type of regular posts is post, pages use page, attachments use attachment and so on. Since the release of WordPress 3.0, you can now create your own custom post types. If created successfully and the right parameters are returned you can have a customized area on your website like no other."
Luciano Ferrer

12 Most Useful Tricks for Custom Post Types in WordPress - 0 views

  •  
    "12 Most Useful WordPress Custom Post Types Tutorials WordPress allows you to create your own custom content types. These content types are called custom post types. You can use them to add custom content like products, reviews, recipes, etc. In this article, we will share the 12 most useful WordPress custom post types tutorials. "
Luciano Ferrer

WordPress › Dynamic Featured Image « WordPress Plugins - 0 views

  •  
    "Dynamic Featured Image Dynamically adds multiple featured image (post thumbnail) functionality to posts, pages and custom post types. Dynamically adds multiple featured image or multiple post thumbnail functionality to your page, posts and custom post types. This plugin provides you an interface to add any number of featured image as you want without writing a single code. These dynamic featured images can then be collected by the various theme functions."
Vernon Fowler

Types Plugin - WordPress Custom Post Types and Custom Fields - 4 views

  • Types Plugin – Custom Post Types, Taxonomies and Custom Fields Types is the integrated solution for customizing WordPress. You’ll be able to create custom post types, taxonomy and custom fields – all from within the WordPress GUI.
Luciano Ferrer

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."
John Pratt

WordPress custom post types on steroids tutorial - 8 views

  •  
    Great tutorial on building custom websites with custom post types in WordPress
  •  
    I can confirm this works in WordPress 3.4.2 Thanks for sharing, this is the definitive post to custom posts, it's well explained :D
  •  
    I just finished a custom post type project thanks to this articles. Very nice, Thanks for sharing.
John Pratt

How to Create Custom Post Types in WordPress - 6 views

  •  
    all about custom posts types and how to create post types, custom taxonomies, and display them by hacking your WordPress theme
Luciano Ferrer

Disable Comments - 0 views

  •  
    "Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly. This plugin allows administrators to globally disable comments on any post type (posts, pages, attachments, etc.) so that these settings cannot be overridden for individual posts. It also removes all comment-related fields from edit and quick-edit screens. On multisite installations, it can be used to disable comments on the entire network."
Philipp Stracker

How To Create Custom Post Meta Boxes In WordPress - 0 views

  • Since you only want your post meta box to appear on the post editor screen in the admin, you’ll use the load-post.php and load-post-new.php hooks to initialize your meta box code
  •  
    Simple steps to add a custom meta-box to default WordPress post-types
awqi zar

How to Make an Events Custom Post Type | WordPress Theming - 12 views

  •  
    Since I've originally written this post, at least two calendar plugins have been updated to use custom post types. Calendar Press looks like a really good option. There's also Kino Calender Plugin. If you're just looking for a plug and go solution, I'd recommend trying out on of those.
  •  
    Thanks for the Kino calendar plugin, I've been looking for a good yet simple calendar for a while. Kino could use some more features, but works well and has multi-day visual support in the calendar widget.
Luciano Ferrer

WordPress › WP Author Box Lite « WordPress Plugins - 0 views

  •  
    "Awesome Author box that you'll fall inlove with! Give identity to your blog posts, pages and custom post types! Author Box Lite creates responsive profile and latest posts box to increase reader engagement. This also automatically add google+ profile authorship."
anonymous

Custom Post Type UI - 0 views

  •  
    Admin UI for creating custom post types and custom taxonomies in WordPress
Vernon Fowler

Types intro on Vimeo - 0 views

  •  
    Shows how the Types WordPress plugin is used to create custom post types, taxonomy and fields.
william x

Pods CMS - 2 views

  •  
    Wordpress evolved. Pods lets you create, manage, and display custom content types using WordPress. Like Dupal CCK, these content types can relate to one another, allowing for sites packed with interconnectedness.
  •  
    Pods is a CMS framework for WordPress. It's a plugin that sits on top of WordPress, allowing you to add and display your own content types. These content types, or "pods", are totally separate from Posts, Pages, or Custom Fields. The Pods plugin uses its own database structure for maximum efficiency, and for relationships among items.
  •  
    create and customize tables with templates and roles for wordpress
Luciano Ferrer

WordPress - Fanciest Author Box | CodeCanyon - 0 views

  •  
    "Fanciest Author Box is a WordPress plugin developed by ThematoSoup. It's long list of features allows you to give identity to your single or multi-author WordPress blog. This premium author bio plugin is very easy to use and customize. Right after installation the author bio is, by default, enabled on all your posts, pages and custom post types. You can also implement it as a widget in your sidebars, as a template tag or manually using a shortcode. It's translation ready and users color pickers which allow you to set your own color scheme."
Luciano Ferrer

WordPress › GD Star Rating « WordPress Plugins - 2 views

  •  
    "Plugin allows you to set up advanced rating and review system for post types and comments in your blog using single, multi and thumbs ratings. GD Star Rating plugin allows you to set up rating and review system for posts, pages and comments in your blog. You can set many options for displaying the rating stars, and add widgets into the sidebars for displaying top ratings and other statistics generated by the plugin. Plugin includes advanced settings panels that will allow you to control many aspects of rating. Plugin also supports multi ratings along with thumbs based ratings. Plugin supports use of cache plugins and dynamic loading of data using ajax."
Luciano Ferrer

How To Query Multiple Custom Post Types with query_posts [WordPress Tip] | Peter R Knight - 2 views

  •  
    " query_posts('post_type[]=post&post_type[]=page&post_type[]=event'); + http://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts "
1 - 20 of 53 Next › Last »
Showing 20 items per page