Adding when using custom_meta fields
-
Hi WP Lister Team,
inside our products, we use a custom meta field (WYSIWYG Editor field).
WP Lister does add <br> add the end of nearly each line. This is in the ebay prevoew, and when uploading the product to ebay. The <br> are always there.
In thethe_content ();
field its fine, only the custom meta fields have that problemWe have in the HTML things happen like:
<h3 class="whatever">Text</h3> <br> <br> <br>
Or:
<ul class="whatever"><br> <li>Text</li><br> <li>Text</li><br> </ul>
ANy hints would be nice, as we do not know where to look at.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Adding when using custom_meta fields’ is closed to new replies.