---
title: "Wordpress Multisite"
date: "2024-07-24T19:02:21+00:00"
summary: "Discover how to integrate Acquia Web Governance with WordPress Multisite CMS. Learn page requirements, field setup, and edit URL configuration."
image:
type: "page"
url: "/web-governance/wordpress-multisite"
id: "f3dd8607-d888-4cff-8adc-31d4ef12d4ff"
---

This page provides the requirements for Web Governance CMS integration to work with Wordpress Multisite.
========================================================================================================

On page requirements[​](https://developer.monsido.com/cms/wordpress-multisite#on-page-requirements "Direct link to On page requirements")
-----------------------------------------------------------------------------------------------------------------------------------------

`Pageid` or `postid` must 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[​](https://developer.monsido.com/cms/wordpress-multisite#fields "Direct link to Fields")
-----------------------------------------------------------------------------------------------

Inside Web Governance, some required fields must be completed.

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

The edit URL[​](https://developer.monsido.com/cms/wordpress-multisite#the-edit-url "Direct link to The edit URL")
-----------------------------------------------------------------------------------------------------------------

For Web Governance integration to work, the edit URL inside the CMS must look like this:

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