HTML in Row Description and quote text box
-
I am working on a new website.
Lots of specials i have worked out. But still want to change some things. Like HTML in the Row description and quote text box.I got the CSS-JS-PHP plug-in and made this JS WP-footer:
var $ = jQuery,
featuredr-description = $(‘#featuredr-description p’),
htmlString;$.each(featuredr-description, function() {
htmlString = $(this).text();
$(this).html(htmlString);
});But unfortunally this didn’t work for the row description. Can somebody help me whit it?
Also looking for the same string, but then for the quote box
friendly regards
Paul
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘HTML in Row Description and quote text box’ is closed to new replies.