Thread Starter
heedfi
(@heedfi)
Thank you very much. Let me investigate.
Thread Starter
heedfi
(@heedfi)
Just in case someone else has the same issue – here’s what I tried.
I went to edit plugins and made the following change
Replace this line …
$pcontent = str_ireplace(‘[pagetitle]’,'<h1>’ . htmlentities($rres[5]) . ‘</h1>’,$_POST[‘sc-pages-content’]);
with …
$pcontent = str_ireplace(‘[pagetitle]’, htmlentities(rtrim($rres[5]n)), $_POST[‘sc-pages-content’]);
And it now works fine.
Bulk Page Creator is a very useful plugin (my rating is 5/5) and it could become even more useful if there was support for using the page-title in whatever way one wishes through the Admin Dashboard.