Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Convert Blog Post to Page

Kathy Landon
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 10, 2018

Is there any way to convert an existing Blog post to a Page?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Avni Barman
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 19, 2021

Hey @Kathy Landon, this feature is now available! Check out this article I wrote to learn more about how it works.

 

Cheers,

Avni Barman

Product Manager, Confluence Cloud

goncalo_ferraz October 20, 2022

She's asking the opposite, Avni.

Srikanth Ganipisetty
Contributor
November 6, 2022

Do you have the article about Existing BLOG Post --> Page? 

0 votes
kennyngkk
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 14, 2018

Hi Kathy,

 

Before we begin, I would like to welcome you to our community. We hope that you are able to belong to our awesome community. 

Currently, Confluence does not have such a feature. :( 

 It looks like the Developer have marked this feature as not fix. 

 

However, we do have third party option that has this feature. 

If you are feeling adventures. You can modify the SQL below to make it work for you. Do make sure you backup your database before proceeding.

update CONTENT
set CONTENTTYPE = 'PAGE',
CHILD_POSITION = null, 
PARENTID = null, 
PREVVER = null
where CONTENTTYPE = 'BLOGPOST'
and SPACEID = 12345678
AND CONTENTID NOT IN (1, 2)

barronkid
Contributor
September 21, 2020

Could you please verify the SQL command for converting a particular page
from page to blogpost

I'm thinking it has to go something like this ... 

update content 
set contenttype = 'BLOGPOST',
CHILD_POSITION = ??,
PARENTID = null, 
PREVVER = null
where CONTENTTYPE = 'BLOGPOST'
and SPACEID = 12345678
AND CONTENTID = ##

Just wanting to make certain there isn't any other field that needs to be set when going this direction.  

Also, is there a link to a documentation of the database structure I might access without going to examine the db itself?  

Thanks for your post!

I look forward to your reply.

TAGS
AUG Leaders

Atlassian Community Events