I assume this is the best thread for questions on the super data Markup plug in?
I am updating from V155f with the responsive green classic template and PHP 5x and plugin structured data markup
to V157 with responsive green classic template and PHP 7x.
I downloaded the newest Super Data Markup plugin, ran the uninstall SQL for the old plugin, and the install SQL for the new.
I got a whole string of "ERROR_LINE_INCOMPLETE" messages.
I do not know what they mean?
I cannot find the constant "ERROR_LINE_INCOMPLETE" on my web site
The Super Data configuration page on my new web site V157 is set up OK and I can enter my data.
My other problem is I do not find the following code in my html_header.php
Code:
<!DOCTYPE html PUBLIC "-//W3C//.......
There is
Code:
<!DOCTYPE html >
<html <?php echo HTML_PARAMS; ?>>
so I added the new code after <html...
I do not find any code like
Code:
// DEBUG: echo '<!-- I SEE cat: ' . $current_category_id . ' ......
Bookmarks