Need to create double-hyphen —

Home Forums Gillion Theme Need to create double-hyphen —

Home Forums Gillion Theme Need to create double-hyphen —

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • bobbinkz
    Participant

    Hi team,

    Trying to add double-hyphen (–) But in the theme, it’s not showing properly. Instead of two dashes, it shows a single long dash (—).

    Noticed some discussion here https://wordpress.org/support/topic/need-to-create-double-hyphen/.

    Can you please help to fix

     

    Hi @bobbinkz,

     

    I hope you are well today and thank you for your question.

     

    To resolve this, please add the below code in the functions.php file of the theme file.

     

    remove_filter( 'the_title', 'wptexturize' );
    remove_filter( 'the_content', 'wptexturize' );
    remove_filter( 'the_excerpt', 'wptexturize' );

     

    Best regards,
    Shufflehound team

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