br Tag in showing News-Ticker
-
Hi
I’ using Elementor plugin that gives me “Newsticker” (exact example : https://bit.ly/2Y4gLyP )
Now in your plugin I add <br> tag to back my line , every where it works fine only have problem in Newsticker and just show the secondary title without the post title.someone told me to change the code of wp-trackback.php in wordpress root folder in Line 125 from :
$comment_content= "<strong>$title</strong>\n\n$excerpt";
to
$comment_content= "<strong>$title</strong><br>$excerpt";
in this case I should use Heading tag in your plugin like this :
<h2> %secondary_title% <br> %title% </h2>
and the important problem is: in wordpress update I must edit that file.
Would you please Guide me if there is another way to add <br> in Newsticker ?
Warm regards,
Catrin.
- The topic ‘br Tag in showing News-Ticker’ is closed to new replies.