Skip to main content

Home/ Wordpress/ Group items tagged post CMS

Rss Feed Group items tagged

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

WordPress › Role Scoper « WordPress Plugins - 1 views

  •  
    "CMS-like permissions for reading and editing. Content-specific restrictions and roles supplement/override WordPress roles. User groups optional. Role Scoper is a comprehensive access control solution, giving you CMS-like control of reading and editing permissions. Assign restrictions and roles to specific pages, posts or categories."
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
kie guy

How To Make Wordpress An CMS With Different Post Types « how-to, tools, wordp... - 0 views

  •  
    Pods = think Drupal's CCK for Wordpress (or ZOO or K2 for Joomla).
anonymous

CMS Tree Page View - 0 views

  •  
    Adds a tree of all your pages or custom posts. Use drag & drop to reorder your pages, and edit, view, add, and search your pages.
Peter Nilsson

Surprising and Out-of-the-box Uses of WordPress - 0 views

  •  
    WordPress is a dynamic CMS platform used for a variety of purposes. In this post, we discuss about out-of-the-box uses of WordPress, other than blogging.
iFlair Web Technology

8 Amazing Benefits Of Choosing WordPress Development For Business Sites - 3 views

Since its inception and discovery, WordPress sites have gained immense popularity in the tech arena. Especially, when it comes to developing highly interactive websites, it's quite tough to find an...

WordPress Development Company WordPress Developers WordPress CMS Solutions Development

started by iFlair Web Technology on 08 Nov 16 no follow-up yet
Vernon Fowler

WordPress › Support » Query post to show one post per author ? - 0 views

  • the simplest solution without using plugin and other custom loops. In case someone is interested, see the instruction here: http://www.dbuggr.com/smallwei/show-latest-post-author-wordpress-front-page/
Jungle Jar

JungleJar | Wordpress How-To: Displaying Post Counts - 0 views

  •  
    Ever wanted to display the number of posts your blog has achieved for your blog readers or perhaps just for yourself? Or, what about the number of posts in a specific category? If so, I'll show you a quick and easy way to do just that, and we'll style up the output with a bit of CSS Level 2.1 the standard way.
anonymous

Kalin's Post List - 0 views

  •  
    Creates a widget, shortcode or PHP snippet for inserting dynamic, highly customizable lists of posts or pages such as related posts or table of content
anonymous

WordPress Design Trends That Goes Viral In 2014 - 1 views

  •  
    Content Management System based websites have shot the popularity graph of which WordPress is the unquestioned and unanimous leader. Post hitting the online market just a decade ago, this CMS for building websites has gone viral by being used not only by bloggers but by Fortune 500 companies also.
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.
mesbah095

Guest Post Online - 1 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
shaliniverma

Why Wordpress is Considered As The Best CMS!!! - 0 views

  •  
    If you want a great looking website, which is not only affordable, but also effective and adaptable, then wordpress is the best web platform to go with. There are many reasons behind the rising popularity of WordPress those explained in this post. Read it...
Vernon Fowler

Roles and Capabilities « WordPress Codex - 2 views

  • Editor – somebody who can publish and manage posts including the posts of other users. Author – somebody who can publish and manage their own posts. Contributor – somebody who can write and manage their own posts but cannot publish them. Subscriber – somebody who can only manage their profile.
  •  
    "edit_published_posts"
Luciano Ferrer

Style Different Categories in Your WordPress Site Differently Using CSS - Tuts+ Code Tu... - 0 views

  •  
    "In the previous tutorial I showed you how to style the posts on your main blog page according to their category, creating color coding by category. A lot of sites that use this technique also take it further by adding distinct styling to each section of their site, in a way that co-ordinates with the styling on the main blog page or home page. You can just use a simple color scheme or add completely different styling to each section, maybe with a different logo or branding for different parts of your organisation, or even a different layout. An example is the London Times website, which uses a different color for each section of its site. The front page uses these colors in a banner above each post, as shown in the screenshot:"
anonymous

Post Notification - 0 views

  •  
    With each new post an email is sent to every registered User in the Database. The email can be text or HTML.
anonymous

Category Posts Widget - 0 views

  •  
    Adds a widget that shows the most recent posts in a single category.
anonymous

WP Category Post List Widget - 0 views

  •  
    Plugin Widget to list down posts filtered by category, with thumbnails, custom html structure and more.
anonymous

WP Coda Slider - 0 views

  •  
    Add a jQuery Coda Slider in no conflict mode to any WordPress page, post or custom post type using shortcodes or template tags.
1 - 20 of 61 Next › Last »
Showing 20 items per page