Thank you for the reply. I am now running version 1.3 (and latest version of WP). As I remember it, using snippets gave the following problem:
My snippet contained a reference to an include file:
[insert_php]
include( get_stylesheet_directory() . '/my_additions/my_hdr_01.php');
[/insert_php]
The include file contained a reference to google-translate:
<? echo "<span style=\"font-weight: bold;\">TRANSLATE THIS PAGE:</span> [google-translator]"; ?>
As I remember the problem, using snippets, the [google-translator] would not be interpreted and the translation panel would not appear on the page.
-
This reply was modified 6 years, 9 months ago by sweden1.