Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,

    Go to => /the-post-grid/lib/classes/rtTPGShortCode.php
    $arg[‘categories’] = get_the_term_list( $pID, ‘category’, null, ‘, ‘ );
    $arg[‘tags’] = get_the_term_list( $pID, ‘post_tag’, null, ‘, ‘ );

    Line => 267, 268 change (,) by whatever you want (/).

    Thanks

    • This reply was modified 8 years, 11 months ago by RadiusTheme.
    Thread Starter velislavak

    (@velislavak)

    Thank you!!!! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to change commas’ is closed to new replies.