Hallo Bryan
One way to differentiate between a page and a blog post: Check the URL. A blog post contains the date in the URL, like this:
http://MY.CONFLUENCE.COM/display/SPACEKEY/2012/04/20/PAGE+NAME
But a page has just the page name:
http://MY.CONFLUENCE.COM/display/SPACEKEY/PAGE+NAME
I hope this answers the question. :)
Cheers, Sarah
There are programmatic ways to tell whether content is a blog or a page as well. I think what you want is the ContentEntityObject's getTypeEnum() method. I haven't tested this yet, but it would look like this:
$content.getTypeEnum()
That should return one of the ContentTypeEnum's constants which includes BLOG, COMMENT, PAGE, etc...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.