Automatically assign attribute to new blog pages

Permalink
I'm wondering if/how I can automatically add attributes to new pages of a certain type. Specifically, I want to automatically add certain attributes to the post page of any new blog post (created using the ProBlog addon, if it matters). Any insight on this issue would be much appreciated!!

 
RadiantWeb replied on at Permalink Reply
RadiantWeb
Hi, if you add/create an attribute and assign it to the "ProBlog Additional Attributes" set, it will then be available to add to every post on the "attributes" tab when adding/editing a post.

Then to display use ($cobj if displaying in list view) echo $c->get attribute('attribute_handle');

ChadStrat