Cornerstone is now in public beta! Learn more & provide feedback on the latest version or scroll down for the download link.
Cornerstone transforms WordPress into a full-fledged Content Management System. Say adios to the hacks and tricks used to shoehorn your posts into something that resembles a non-blog site and say hello to content management simplified.
Key Features
Structure
Using categories as pseudo sections to organize your posts? No longer! Pages are WordPress’ rightful sections and adding a post to a section is now as simple as selecting a page from a drop-down list while editing a post.
Benefits
- Canonical & logical permalinks – Posts are in a single section, and that’s how it should be. WordPress ensures that every piece of content on the site has a canonical URI (a single URI for the content). Cornerstone makes this URI logical so that you can tell where in the site’s structure (i.e. the section) the post is located at a glance, not what category it’s in or what year it was written in.
- “Hackable” site structure– the URI for a piece of content should represent the location of the content in the site’s structure. For example, given the following URI:
http://mysite.com/awesome/content-item
With only a glance at the URI, we know that
content-itemis in theawesomesection of themysite.comwebsite. In the same way, this URI is “hackable” in that we can effectively navigate through the site’s structure by removing parts of the URI. For example, to navigate up to the parent section, we just remove content-item from the URI and load the new URI to navigate to the awesome section.’
Enhanced Content Metadata
Add preset form fields to enter metadata based on post type. Manually creating and editing custom fields for each post is a thing of the past! Easily enter and manage additional metadata for a rich content website (e.g. CRM, real estate listings, etc.)
Benefits
- Optimized productivity – Drag and drop creation of metadata fields for different post types. Add fields once and they will be accessible whenever creating/editing a post.
- Customizable – Create new fields composed of multiple sub-fields (e.g. Address field contains sub-fields for Street Address, City, State, and Zipcode). Customize the layout of fields on the edit form and how their data is used in themes.
Coming Soon
RSS Everywhere
Allow users to subscribe to your site’s content with more flexibility. In addition to WordPress’ standard RSS feeds, visitors can now also subscribe to updates in the following ways:
- Content in a section
- Content in a section by tag
- Content in a section by category
Support
Found a bug or otherwise experiencing an issue with Cornerstone? Report the issue here.
Discuss
LeeAnne Egge
February 19, 2013 – 9:57 amCan’t give you access, as I’m using CNR on a new intranet, but would like to use Post Types Order or Intuitive Custom Post Order plugins with CNR. However, when I use these plugins to re-order posts, ALL of my previously selected Sections for CNR in ALL my posts are set to ‘No Section’, and I have to go in and edit each post individually to reset the sections, since the dropdown disappears from the Quick Edit thingy. Any suggestions on how to get these plugins to place nice with CNR?
LeeAnne Egge
February 19, 2013 – 10:01 amAlso — sure would be neat to have a Bulk Action: ‘Add to Section’ for the Posts lists!
Sol
February 19, 2013 – 5:11 pm@Cris: My apologies. I forgot that WP’s pagination template tags need to be told how many pages of content there are. You can use
cnr_children_max_num_pages()for this.For example: Next Post link in the theme’s
page.phpOr: Paginated links
The actual implementation may vary depending on the theme and site structure, but hopefully these will give you a jump start.
@LeeAnne: It sounds like those plugins are modifying more than just the
menu_orderproperty of posts if the association between a post an its section is being removed. I’ll take a closer look at those plugins when I get the chance, but for now I would not recommend using them if they’re modifying more post data than desired.Also, a post’s section can be quickly updated using the Quick Editor (“Quick Edit” link below a post). Likewise, the section for multiple posts can be updated using the Bulk editor and choosing a new section for all selected posts.
Cris.
April 17, 2013 – 3:18 amHello Sol, thx millions for the code bit. I was able to set pagination in place. WP-navi didn’t picked up though but that doesn’t matter as I even went further and css customed the links nicely. here’s the result: http://apleasantview.com/docs/
Thanks again for your support -I’ll probably need it again shortly
Cheers,
-Cris.
Sol
April 17, 2013 – 8:36 am@Cris: Awesome! Looks great.