Writerside_libraries Help

Countering anti-rights opposition

This will document all the elements of the Countering anti-rights opposition screen.

1. Screen header

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

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/16960' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
    { "id": 16960, "date": "2025-05-14T07:22:19", "date_gmt": "2025-05-14T07:22:19", "guid": { "rendered": "https://maforum.ippf.org/?page_id=16960" }, "modified": "2025-07-02T09:11:42", "modified_gmt": "2025-07-02T08:11:42", "slug": "welcome-tocountering-anti-gender-narratives", "status": "publish", "type": "page", "link": "https://maforum.ippf.org/welcome-tocountering-anti-gender-narratives/", "title": { "rendered": "Welcome to Countering Anti-Rights Opposition" }, "content": { "rendered": "\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"description mt-5\" style=\"font-size:20px\">IPPF pioneers work to counter anti‐rights movements and support feminist, reproductive, sex workers and LGBTQI movements, to drive progressive change for SRHRJ.</p>\n</blockquote>\n\n\n\n<p class=\"description mt-5\" style=\"font-size:16px\">We are witnessing a broad and deeply troubling <strong>crackdown on civil society</strong>, the steady <strong>erosion of democratic institutions</strong>, and the alarming <strong>rise of emboldened anti-right agendas</strong>. Using well-honed strategies of disinformation, misinformation, and emotionalization, those actors are targeting crucial pillars of SRHRJ: abortion, access to contraception, comprehensive sexuality education (CSE), and gender equality policies as well as rights related to sexuality and reproduction which include the rights of LGBTQI+ persons and sex workers and other communities at the margin.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" style=\"background-color:#ae4ae0\">Here, you’ll find trainings, toolkits, publications, and case studies designed to support you on your journey to counter anti-rights forces</a></div>\n</div>\n\n\n\n<p class=\"description mt-5 has-white-background-color has-background\" style=\"font-size:16px\"></p>\n", "protected": false }, "excerpt": { "rendered": "<p>IPPF pioneers work to counter anti‐rights movements and support feminist, reproductive, sex workers and LGBTQI movements, to drive progressive change for SRHRJ. We are witnessing a broad and deeply troubling crackdown on civil society, the steady erosion of democratic institutions, and the alarming rise of emboldened anti-right agendas. Using well-honed strategies of disinformation, misinformation, and [&hellip;]</p>\n", "protected": false }, "author": 1, "featured_media": 16971, "parent": 0, "menu_order": 0, "comment_status": "closed", "ping_status": "closed", "template": "page-map-home-tpl.php", "meta": { "_acf_changed": false, "inline_featured_image": false, "footnotes": "" }, "class_list": [ "post-16960", "page", "type-page", "status-publish", "has-post-thumbnail", "hentry" ], "acf": [], "lang": "en", "translations": { "en": 16960 }, "pll_sync_post": [], "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/pages/16960", "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=16960" } ], "version-history": [ { "count": 28, "href": "https://maforum.ippf.org/wp-json/wp/v2/pages/16960/revisions" } ], "predecessor-version": [ { "id": 18801, "href": "https://maforum.ippf.org/wp-json/wp/v2/pages/16960/revisions/18801" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/media/16971" } ], "wp:attachment": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media?parent=16960" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }
    Title

    Ex. "Countering ..." - title->rendered

    Header image

    Get the column featured_media and make the media request below.

    Content

    content->rendered

    The cards underneath

    Loop through map_nav and use
    Title: map_nav->name
    Image: map_nav->image->url and the URL should technically open up the according screens in this documentation for E-learning, Resources, Case studies, Contact. There is a request in the collection to generally get a page or post info by its slug.

  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

19 August 2025