Skip to main content

Wordpress

On page requirements

Pageid or postid need to be added to as a class on the body element in the HTML, like this:

<body class=”page-id-{id}”>

or

<body class=”postid-{id}”>

That will look something like:

<body class=”page-id-1”>

or

<body class=”postid-1”>

The edit URL

For Monsido's integration to work we also need the edit URL inside the CMS to look like this:

http(s)://domain.tld/wp-admin/post.php?post=#{post_id|page_id}&action=edit"