Skip to main content

Wordpress Multisite

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”>

Fields

Inside Monsido we have some requires field there need to be fill out.

Prefix path - contains a prefix path before the edit URL and after the domain (see Edit URL for details)

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/#{prefix_path}/wp-admin/post.php?post=#{post_id|page_id}&action=edit"