Code was added to the WordPress header child theme file to pull a particular XenForo notice. This code selects notice number 23.
[php]
getNoticeById(23);
echo $notices[‘message’];
?>
[/php]
Next the appropriate CSS was added to the style.css sheet to make the notice look as it does within XenForo.