Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add RSS auto-detection when using Zend Layout

I've got a site using Zend Layouts and on certain pages I'd like to add RSS auto-detection (adding a <link> in the head section). How do I add this to the layout just on certain pages?

like image 711
Gilean Avatar asked Nov 16 '25 13:11

Gilean


1 Answers

Add to your view:

<? $this->headLink()->appendAlternate('/feed/', 'application/rss+xml', 'RSS Feed'); ?>

Add to your layout in <head>

<?= $this->headLink() ?>
like image 56
Gilean Avatar answered Nov 19 '25 02:11

Gilean



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!