Rupee Symbol on page

Home Forums Legacy Support Support queries Update Issues Rupee Symbol on page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #243894
    spsatya41
    Participant
    How to write/Copy Paste Rupee Symbol on Pages   Thanks...
    #243927
    Diana
    Participant
    @spsatya41 In WordPress editor text mode, add it like this http://prntscr.com/r8bxxy This will display the currency symbol
    #243986
    spsatya41
    Participant
    IS THERE ANY WAY I CAN USE CTRL+X, CTRL+H IN Wordpress so that i can replace Rupee Symbols
    #244015
    Diana
    Participant
    @spsatya41 Simple google rupee symbol and then copy and paste
    #244020
    spsatya41
    Participant
    This reply has been marked as private.
    #244053
    logan
    Member

    hello,

    Please paste this snippets in your wp-admin >> plugins >> editor >> wplms-customizer plugin >> wplms-customizer.php 

    Or in

    Please add this code in your wplms-customizer.php file in wplms customizer plugin by using your FTP/SFTP/cpanel:

    add_shortcode('R',function($atts,$content){ $html = "<span>&#8377;</span>"; return $html; }); refer: http://somup.com/cYnujwhtrF use shortcode [R]
    #244063
    spsatya41
    Participant
    This reply has been marked as private.
    #244121
    Diana
    Participant
    @spsatya41 You are trying to use that in MS word. But @logan suggested the way for your website not in the MS Word Doc. The shortcodes will not work here. Please check this: http://www.inrsymbol.in/type-indian-rupee-symbol-ms-word.html
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Rupee Symbol on page’ is closed to new replies.