• Resolved vkacman

    (@vkacman)


    Hi there! Thank you for the great plugin.

    I’m trying to get each separate entry to be available offline by using HTML CACHE MANIFEST feature. So each entry page should have link to unique manifest file.
    It is possible to use your plugin to adding <html manifest="match.manifest"> tag after <!DOCTYPE html> but prior <head> tag?

    Maybe it is possible to use some other function instead of wp_head()?
    Thank you in advance!

    BR,
    Viktor

    https://www.ads-software.com/plugins/per-page-add-to/

Viewing 1 replies (of 1 total)
  • Plugin Author Erikvona

    (@erikvona)

    Simply put, no, this isn’t possible with this plugin.

    If you have experience with PHP, though, you could modify your theme to include this. And if you would want to insert code on a per-page basis, you could add a hook to your theme, and modify this plugin to insert on that hook, and not wp_head(). But by default, there is no hook to insert attributes to the <html> tag.

    Note that you should read up on modifying themes before doing it, and perhaps use a child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘add link to html manifest file on per page basis’ is closed to new replies.