Prio | Original string | Translation | — |
---|---|---|---|
↑ | Easy add site-wide and/or article specific custom code before the closing </head> and </body>, or opening <body> tag. | You have to log in to add a translation. | Details |
Original untranslated
Easy add site-wide and/or article specific custom code before the closing </head> and </body>, or opening <body> tag.
You have to log in to edit this translation. Meta |
|||
↑ | Head & Footer Code | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
This magic is done by hooking to WordPress hooks <code>wp_head</code>, <code>wp_footer</code> and <code>wp_body_open</code>. | You have to log in to add a translation. | Details | |
Original untranslated
This magic is done by hooking to WordPress hooks <code>wp_head</code>, <code>wp_footer</code> and <code>wp_body_open</code>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Multisite is supported. | You have to log in to add a translation. | Details | |
Original untranslated
Multisite is supported.
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
<strong>[NEW in 1.2.1]</strong> View on Posts/Pages/Custom Post Types listing if article has defined any article specific custom code | You have to log in to add a translation. | Details | |
Original untranslated
<strong>[NEW in 1.2.1]</strong> View on Posts/Pages/Custom Post Types listing if article has defined any article specific custom code
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
Example of Head & Footer Code column on Pages listing, to identify which pages have set custom code, which one and what mode is selected | You have to log in to add a translation. | Details | |
Original untranslated
Example of Head & Footer Code column on Pages listing, to identify which pages have set custom code, which one and what mode is selected
CommentScreenshot description. You have to log in to edit this translation. Meta |
|||
Plugin Settings page (Site-wide, Homepage and Article Post Types) | You have to log in to add a translation. | Details | |
Original untranslated
Plugin Settings page (Site-wide, Homepage and Article Post Types)
CommentScreenshot description. You have to log in to edit this translation. Meta |
|||
Please note that taxonomies does not have own specific code but global code is added on those pages (category, tag and custom taxonomy listing, individual category, tags and custom taxonomies). | You have to log in to add a translation. | Details | |
Original untranslated
Please note that taxonomies does not have own specific code but global code is added on those pages (category, tag and custom taxonomy listing, individual category, tags and custom taxonomies).
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
If your WordPress show latest blog posts on homepage, you can also add specific code only for homepage on <strong>Tools</strong> → <strong>Head & Footer Code</strong> (there will be section <strong>Head, body and footer code on Homepage in Blog Posts mode</strong>) | You have to log in to add a translation. | Details | |
Original untranslated
If your WordPress show latest blog posts on homepage, you can also add specific code only for homepage on <strong>Tools</strong> → <strong>Head & Footer Code</strong> (there will be section <strong>Head, body and footer code on Homepage in Blog Posts mode</strong>)
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
<strong>[NEW in 1.2]</strong> Set homepage specific custom code for head, body and/or footer if Homepage mode is se to Blog Posts | You have to log in to add a translation. | Details | |
Original untranslated
<strong>[NEW in 1.2]</strong> Set homepage specific custom code for head, body and/or footer if Homepage mode is se to Blog Posts
CommentFound in description list item. You have to log in to edit this translation. Meta |
|||
https://www.youtube.com/watch?v=Gd41Dv09UC4 | You have to log in to add a translation. | Details | |
Original untranslated
https://www.youtube.com/watch?v=Gd41Dv09UC4
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Open in code editor <code>header.php</code> file from theme you use, and check if right after opening <code><BODY></code> tag there is following code (if it does not exists, add it or ask some developer to do that for you):↵ `if ( function_exists( 'wp_body_open' ) ) {↵ wp_body_open();↵ }``` | You have to log in to add a translation. | Details | |
Original untranslated
Open in code editor <code>header.php</code> file from theme you use, and check if right after opening <code><BODY></code> tag there is following code (if it does not exists, add it or ask some developer to do that for you):↵
`if ( function_exists( 'wp_body_open' ) ) {↵
wp_body_open();↵
}```
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
This feature is implemented since WordPress version 5.2, but also require compatibility theme. Make sure that your theme support <a href="https://developer.wordpress.org/reference/hooks/wp_body_open/">wp_body_open</a> hook. | You have to log in to add a translation. | Details | |
Original untranslated
This feature is implemented since WordPress version 5.2, but also require compatibility theme. Make sure that your theme support <a href="https://developer.wordpress.org/reference/hooks/wp_body_open/">wp_body_open</a> hook.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
I entered code to BODY section but nothing output on front-end | You have to log in to add a translation. | Details | |
Original untranslated
I entered code to BODY section but nothing output on front-end
CommentFound in faq header. You have to log in to edit this translation. Meta |
|||
Choose priority of printed custom code to head/body/footer sections (lower number mean far from <code></head></code> and <code></body></code> and closer to <code><body></code>, higher number means closer to <code></head></code> and <code></body></code> and farther to <code><body></code>) | You have to log in to add a translation. | Details | |
Original untranslated
Choose priority of printed custom code to head/body/footer sections (lower number mean far from <code></head></code> and <code></body></code> and closer to <code><body></code>, higher number means closer to <code></head></code> and <code></body></code> and farther to <code><body></code>)
CommentFound in description list item. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.