Viewing 1 replies (of 1 total)
  • Same problem here.

    I think only the separator character needs to be changed in the bulk-creator.js, but I can’t seem the get that working.

    Update.
    To edit the separator character, edit lines 20 and 23 in bulk-creator.js
    I have changed it to an underscore, so that posts with a comma keep the comma ??

    if(jQuery('#titles').val().match(/_/)) {
    
            // get and clean up page titles
            var pageNames = jQuery('#titles').val().split("_");
Viewing 1 replies (of 1 total)
  • The topic ‘Page titles containing commas’ is closed to new replies.