WPIntell

Source evidence

Regulatory filter

Cision Block · support · 2019-11-19T22:26:00+00:00

mixedsentiment
mediumseverity
0.72relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 33 rows with source links

12.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
KatrineDS resolved
Hi, Is it possible to do some kind of filtering so viewers can select ALL or REGULATORY on one page? Like this: https://isofolmedical.com/sv/nyheter-press/ Would be a very cool future feature! 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… Can I get something like this ? https://cantargia.com/en/newsroom/news-and-press-releases With an (R) before the regulatory releases 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>’;

Comments

3 shown
KatrineDS 2019-11-19T22:31:00+00:00

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…

KatrineDS 2019-11-22T21:38:00+00:00

Can I get something like this ? https://cantargia.com/en/newsroom/news-and-press-releases With an (R) before the regulatory releases

cyclonecode 2020-04-29T09:49:00+00:00

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>’;