We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 38248
    • 5 Posts
    How do you change a blog post's author in Revolution 2.2.?

    For context, we want to update the author name because we contracted a web developer to recreate our WordPress website in MODx.

    Thanks in advance.
    • To the best of my knowledge, the only way you could do it would be directly change the "createdby" field in the database. You would have to know the ID of the user you wanted and change the relevant resource's createdby to that user's ID. It could be simplified using an update query with a WHERE parent = <blog posts' parent ID> clause.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 38248
        • 5 Posts
        For those not too enthusiastic about db diving, I accidentally found out that the nifty Batcher component offers a bulk option to change post author!