Writerside_libraries Help

Collective Commitments Page

This will document all the elements of the commitments screen.

1. Screen header

The information required for the screen text and the header image can be retrieved so:

Homepage header

Get page information

Getting the page title and the page's featured image requires two steps (2 requests)

  1. Request the page information

    curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/pages/364' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
    { "id": 364, "date": "2024-06-28T05:31:12", "date_gmt": "2024-06-28T05:31:12", "guid": { "rendered": "http://ma-forum.staging/?page_id=364" }, "modified": "2024-07-23T10:35:09", "modified_gmt": "2024-07-23T10:35:09", "slug": "our-collective-commitments", "status": "publish", "type": "page", "link": "https://maforum.ippf.org/our-collective-commitments/", "title": { "rendered": "Our Collective Commitments" }, "content": { "rendered": "", "protected": false }, "excerpt": { "rendered": "", "protected": false }, "author": 1, "featured_media": 148, "parent": 0, "menu_order": 0, "comment_status": "closed", "ping_status": "closed", "template": "page-commitments-tpl.php", "meta": { "_acf_changed": false, "inline_featured_image": false, "footnotes": "" }, "class_list": [ "post-364", "page", "type-page", "status-publish", "has-post-thumbnail", "hentry" ], "acf": { "bt_title": "Strategy 2028", "bt_description": "<p style=\"font-weight: 400;\">In November 2022, the Member Associations came together in Bogotá, Colombia to unanimously approve the federation’s new strategy. ‘Come Together’ is ambitious, it is radical, and it paves a new path for IPPF as a global powerhouse in sexual and reproductive health, rights, and justice.</p>\n<p style=\"font-weight: 400;\">Importantly, the strategy contains many ambitious commitments. It is our collective responsibility to implement them.  This page serves as a reminder of what we have promised. As we embark on the journey of strategic delivery, we cannot allow our commitments to fade into the background. Our success and impact in an ever-changing world will be measured against how we do on these commitments.</p>\n<p style=\"font-weight: 400;\">Please browse the commitments below and leave a leave a comment to show others what you are doing. Or simply express your passion and excitement about one or more commitments. Tell us why it matters. You can also show appreciation to the work of your peers, colleagues, and comrades by hitting the like button. Onwards and forwards to 2028!</p>\n", "bt_image": { "ID": 370, "id": 370, "title": "Ellipse 33-1", "filename": "Ellipse-33-1.jpg", "filesize": 801292, "url": "https://maforum.ippf.org/wp-content/uploads/2024/06/Ellipse-33-1.jpg", "link": "https://maforum.ippf.org/our-collective-commitments/ellipse-33-1/", "alt": "", "author": "1", "description": "", "caption": "", "name": "ellipse-33-1", "status": "inherit", "uploaded_to": 364, "date": "2024-06-28 06:13:32", "modified": "2024-06-28 06:13:32", "menu_order": 0, "mime_type": "image/jpeg", "type": "image", "subtype": "jpeg", "icon": "https://maforum.ippf.org/wp-includes/images/media/default.png", "width": 1957, "height": 1824, "sizes": { "thumbnail": "https://maforum.ippf.org/wp-content/uploads/2024/06/Ellipse-33-1-150x150.jpg", "thumbnail-width": 150, "thumbnail-height": 150, "medium": "https://maforum.ippf.org/wp-content/uploads/2024/06/Ellipse-33-1-300x280.jpg", "medium-width": 300, "medium-height": 280, "medium_large": "https://maforum.ippf.org/wp-content/uploads/2024/06/Ellipse-33-1-768x716.jpg", "medium_large-width": 768, "medium_large-height": 716, "large": "https://maforum.ippf.org/wp-content/uploads/2024/06/Ellipse-33-1-1024x954.jpg", "large-width": 1024, "large-height": 954, "1536x1536": "https://maforum.ippf.org/wp-content/uploads/2024/06/Ellipse-33-1-1536x1432.jpg", "1536x1536-width": 1536, "1536x1536-height": 1432, "2048x2048": "https://maforum.ippf.org/wp-content/uploads/2024/06/Ellipse-33-1.jpg", "2048x2048-width": 1957, "2048x2048-height": 1824, "medium-thumb-size": "https://maforum.ippf.org/wp-content/uploads/2024/06/Ellipse-33-1-500x500.jpg", "medium-thumb-size-width": 500, "medium-thumb-size-height": 500 } } }, "lang": "en", "translations": { "en": 364, "es": 10176, "fr": 10173, "ar": 10179 }, "pll_sync_post": [], "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/pages/364", "targetHints": { "allow": [ "GET", "POST", "PUT", "PATCH", "DELETE" ] } } ], "collection": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/pages" } ], "about": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/types/page" } ], "author": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/users/1" } ], "replies": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/comments?post=364" } ], "version-history": [ { "count": 9, "href": "https://maforum.ippf.org/wp-json/wp/v2/pages/364/revisions" } ], "predecessor-version": [ { "id": 19433, "href": "https://maforum.ippf.org/wp-json/wp/v2/pages/364/revisions/19433" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/media/148" } ], "wp:attachment": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media?parent=364" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }
    Title

    Ex. "Our ..." - title->rendered

    Header image

    Get the column featured_media and make the media request below.

  2. Request the media info based on information from the page request's response

    To get the featured image, you use the column featured_media which contains the ID of the media item.

    curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/media/55' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
    { "id": 36, "date": "2024-06-03T06:27:27", "date_gmt": "2024-06-03T06:27:27", "guid": { "rendered": "http://ma-forum.staging/wp-content/uploads/2024/06/home-image-opt.jpg" }, "modified": "2024-06-03T06:27:27", "modified_gmt": "2024-06-03T06:27:27", "slug": "home-image-opt", "status": "inherit", "type": "attachment", "link": "https://maforum.ippf.org/ma-forum/home-image-opt/", "title": { "rendered": "home-image-opt" }, "author": 1, "featured_media": 0, "comment_status": "", "ping_status": "closed", "template": "", "meta": { "_acf_changed": false, "inline_featured_image": false }, "class_list": [ "post-36", "attachment", "type-attachment", "status-inherit", "hentry" ], "acf": [], "lang": "en", "translations": { "en": 36, "fr": 9298, "es": 9306, "ar": 9314 }, "pll_sync_post": [], "description": { "rendered": "&lt;p class=\"attachment\"&gt;&lt;a href='https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt.jpg'&gt;&lt;img decoding=\"async\" width=\"300\" height=\"176\" src=\"https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-300x176.jpg\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-300x176.jpg 300w, https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-1024x602.jpg 1024w, https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-768x451.jpg 768w, https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-1536x902.jpg 1536w, https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt.jpg 1920w\" sizes=\"(max-width: 300px) 100vw, 300px\" /&gt;&lt;/a&gt;&lt;/p&gt;\n" }, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/jpeg", "media_details": { "width": 1920, "height": 1128, "file": "2024/06/home-image-opt.jpg", "filesize": 195319, "sizes": { "medium": { "file": "home-image-opt-300x176.jpg", "width": 300, "height": 176, "filesize": 18839, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-300x176.jpg" }, "large": { "file": "home-image-opt-1024x602.jpg", "width": 1024, "height": 602, "filesize": 134639, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-1024x602.jpg" }, "thumbnail": { "file": "home-image-opt-150x150.jpg", "width": 150, "height": 150, "filesize": 9371, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-150x150.jpg" }, "medium_large": { "file": "home-image-opt-768x451.jpg", "width": 768, "height": 451, "filesize": 85834, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-768x451.jpg" }, "1536x1536": { "file": "home-image-opt-1536x902.jpg", "width": 1536, "height": 902, "filesize": 243107, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-1536x902.jpg" }, "medium-thumb-size": { "file": "home-image-opt-500x500.jpg", "width": 500, "height": 500, "filesize": 63891, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt-500x500.jpg" }, "full": { "file": "home-image-opt.jpg", "width": 1920, "height": 1128, "mime_type": "image/jpeg", "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt.jpg" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "post": 25, "source_url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-image-opt.jpg", "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media/36", "targetHints": { "allow": [ "GET", "POST", "PUT", "PATCH", "DELETE" ] } } ], "collection": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media" } ], "about": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/types/attachment" } ], "author": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/users/1" } ], "replies": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/comments?post=36" } ] } }
    Image URL

    Choose what size you want. I think you should go with large, but you check how it all displays. media_details->sizes->large->source_url

2. Strategy

The information required for this section can be retrieved from the main page query.

Strategy
Title

Ex. "Strategy 2028" - acf->bt_title.

Description

Ex. "In November ..." - acf->bt_description

Image

acf->bt_image->url

3. Slides

The information required for this section can be retrieved so:

Care

This should display all elements. You can paginate by using per_page and page query strings. It's important to use parent = 0 here.

curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/commitment-themes?lang=en&orderby=id&order=asc&parent=0&per_page=10&page=1' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
[ { "id": 10, "count": 9, "description": "Goal: \r\nQuality person-centred care to more people, in more places.\r\n", "link": "https://maforum.ippf.org/?commitment-theme=centre-care-on-people", "name": "Centre Care On People", "slug": "centre-care-on-people", "taxonomy": "commitment-theme", "parent": 0, "meta": [], "acf": { "cth_background": { "ID": 1540, "id": 1540, "title": "national-cancer-institute-BxXgTQEw1M4-unsplash", "filename": "national-cancer-institute-BxXgTQEw1M4-unsplash.jpg", "filesize": 47602, "url": "https://maforum.ippf.org/wp-content/uploads/2024/07/national-cancer-institute-BxXgTQEw1M4-unsplash.jpg", "link": "https://maforum.ippf.org/national-cancer-institute-bxxgtqew1m4-unsplash/", "alt": "", "author": "2", "description": "", "caption": "", "name": "national-cancer-institute-bxxgtqew1m4-unsplash", "status": "inherit", "uploaded_to": 0, "date": "2024-07-17 13:44:02", "modified": "2024-07-17 13:44:02", "menu_order": 0, "mime_type": "image/jpeg", "type": "image", "subtype": "jpeg", "icon": "https://maforum.ippf.org/wp-includes/images/media/default.png", "width": 640, "height": 427, "sizes": { "thumbnail": "https://maforum.ippf.org/wp-content/uploads/2024/07/national-cancer-institute-BxXgTQEw1M4-unsplash-150x150.jpg", "thumbnail-width": 150, "thumbnail-height": 150, "medium": "https://maforum.ippf.org/wp-content/uploads/2024/07/national-cancer-institute-BxXgTQEw1M4-unsplash-300x200.jpg", "medium-width": 300, "medium-height": 200, "medium_large": "https://maforum.ippf.org/wp-content/uploads/2024/07/national-cancer-institute-BxXgTQEw1M4-unsplash.jpg", "medium_large-width": 640, "medium_large-height": 427, "large": "https://maforum.ippf.org/wp-content/uploads/2024/07/national-cancer-institute-BxXgTQEw1M4-unsplash.jpg", "large-width": 640, "large-height": 427, "1536x1536": "https://maforum.ippf.org/wp-content/uploads/2024/07/national-cancer-institute-BxXgTQEw1M4-unsplash.jpg", "1536x1536-width": 640, "1536x1536-height": 427, "2048x2048": "https://maforum.ippf.org/wp-content/uploads/2024/07/national-cancer-institute-BxXgTQEw1M4-unsplash.jpg", "2048x2048-width": 640, "2048x2048-height": 427, "medium-thumb-size": "https://maforum.ippf.org/wp-content/uploads/2024/07/national-cancer-institute-BxXgTQEw1M4-unsplash-500x427.jpg", "medium-thumb-size-width": 500, "medium-thumb-size-height": 427 } }, "cth_icon": { "ID": 382, "id": 382, "title": "care center", "filename": "care-center.svg", "filesize": 85280, "url": "https://maforum.ippf.org/wp-content/uploads/2024/06/care-center.svg", "link": "https://maforum.ippf.org/care-center/", "alt": "", "author": "1", "description": "", "caption": "", "name": "care-center", "status": "inherit", "uploaded_to": 0, "date": "2024-06-28 13:49:48", "modified": "2024-06-28 13:49:48", "menu_order": 0, "mime_type": "image/svg+xml", "type": "image", "subtype": "svg+xml", "icon": "https://maforum.ippf.org/wp-includes/images/media/default.png", "width": 140, "height": 129, "sizes": { "thumbnail": "https://maforum.ippf.org/wp-content/uploads/2024/06/care-center.svg", "thumbnail-width": 150, "thumbnail-height": 138, "medium": "https://maforum.ippf.org/wp-content/uploads/2024/06/care-center.svg", "medium-width": 300, "medium-height": 275, "medium_large": "https://maforum.ippf.org/wp-content/uploads/2024/06/care-center.svg", "medium_large-width": 768, "medium_large-height": 705, "large": "https://maforum.ippf.org/wp-content/uploads/2024/06/care-center.svg", "large-width": 1024, "large-height": 939, "1536x1536": "https://maforum.ippf.org/wp-content/uploads/2024/06/care-center.svg", "1536x1536-width": 140, "1536x1536-height": 129, "2048x2048": "https://maforum.ippf.org/wp-content/uploads/2024/06/care-center.svg", "2048x2048-width": 140, "2048x2048-height": 129, "medium-thumb-size": "https://maforum.ippf.org/wp-content/uploads/2024/06/care-center.svg", "medium-thumb-size-width": 140, "medium-thumb-size-height": 129 } }, "quote": "<blockquote>\n<p>During an emergency, youth are not just beneficiaries of a humanitarian response. Engage us on how we can take action. See us youth as partners, work with us</p>\n<p><cite>Louria Paragon – Family Planning Organisation of the Philippines</cite></p></blockquote>\n" }, "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/commitment-themes/10", "targetHints": { "allow": [ "GET", "POST", "PUT", "PATCH", "DELETE" ] } } ], "collection": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/commitment-themes" } ], "about": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/taxonomies/commitment-theme" } ], "wp:post_type": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/commitments?commitment-themes=10" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ]
Title

Ex. "Center care ..." - name.

Date

Ex. "Goal ..." - description

4. Slide sub-things

When you change the slide from the section above you need to change the sections displayed below. The information required for this section can be retrieved so:

Care

You need to use for parent the value of the shown slide's id key.

curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/commitment-themes?lang=en&orderby=id&order=asc&parent=10' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
[ [ { "id": 14, "count": 3, "description": "Our Collective Commitments", "link": "https://maforum.ippf.org/?commitment-theme=expand-choice", "name": "Expand Choice", "slug": "expand-choice", "taxonomy": "commitment-theme", "parent": 10, "meta": [], "acf": { "cth_background": { "ID": 49, "id": 49, "title": "home-ha-forum", "filename": "home-ha-forum.jpg", "filesize": 166828, "url": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-ha-forum.jpg", "link": "https://maforum.ippf.org/ma-forum/home-ha-forum/", "alt": "", "author": "1", "description": "", "caption": "", "name": "home-ha-forum", "status": "inherit", "uploaded_to": 25, "date": "2024-06-03 10:14:01", "modified": "2024-06-03 10:14:01", "menu_order": 0, "mime_type": "image/jpeg", "type": "image", "subtype": "jpeg", "icon": "https://maforum.ippf.org/wp-includes/images/media/default.png", "width": 800, "height": 800, "sizes": { "thumbnail": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-ha-forum-150x150.jpg", "thumbnail-width": 150, "thumbnail-height": 150, "medium": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-ha-forum-300x300.jpg", "medium-width": 300, "medium-height": 300, "medium_large": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-ha-forum-768x768.jpg", "medium_large-width": 768, "medium_large-height": 768, "large": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-ha-forum.jpg", "large-width": 800, "large-height": 800, "1536x1536": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-ha-forum.jpg", "1536x1536-width": 800, "1536x1536-height": 800, "2048x2048": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-ha-forum.jpg", "2048x2048-width": 800, "2048x2048-height": 800, "medium-thumb-size": "https://maforum.ippf.org/wp-content/uploads/2024/06/home-ha-forum-500x500.jpg", "medium-thumb-size-width": 500, "medium-thumb-size-height": 500 } }, "cth_icon": false, "quote": "" }, "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/commitment-themes/14", "targetHints": { "allow": [ "GET", "POST", "PUT", "PATCH", "DELETE" ] } } ], "collection": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/commitment-themes" } ], "about": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/taxonomies/commitment-theme" } ], "up": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/commitment-themes/10" } ], "wp:post_type": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/commitments?commitment-themes=14" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }, ]
Title

Ex. "Expand choice ..." - name.

Description

Ex. "Our collective ..." - description

Text slider

You need to show Title and description for all the values you get from the query below. It needs to use the id key of the current request in order to get it's sub-slides.

curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/commitments?lang=en&commitment-themes={id of current slide}' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'

Ex. "By 2028 ..." - content->rendered

5. Quote

The quote changes with the initial slider. You need to use the acf->quote key.

Quote
19 August 2025