Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter KatrineDS

    (@katrineds)

    I want to show all press releases – so the setting for displaying only regulatory isn’t fitting. But it doesn’t look like there’s a JSON feed for regulatory only…

    Thread Starter KatrineDS

    (@katrineds)

    Can I get something like this ? https://cantargia.com/en/newsroom/news-and-press-releases

    With an (R) before the regulatory releases

    Plugin Author cyclonecode

    (@cyclonecode)

    It would be really easy to do this by copying the cision-block.php template in to the root of you active theme and modifying it a little bit to check if an item is a regulatory or non-regulatory release. Something like this:

    echo ‘<h1>’ . ($item->IsRegulatory ? ‘R’ : ”) . $item->Title . ‘<h1>’;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Regulatory filter’ is closed to new replies.