Results 1 to 2 of 2

Thread: Tutorial:Change place to Currency Symbol

  1. #1
    Thread Starter
    chifen's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    326
    Thanks
    18
    Thanked 13 Times in 12 Posts

    Tutorial:Change place to Currency Symbol

    Tutorial:Change place to Currency Symbol like kr250 to 250kr


    Find in single.php

    Code:
    <div class="prices"><?php echo get_option('currency'); ?><?php echo get_post_meta($post->ID, "price", true); ?></
    Change to:

    Code:
    <div class="prices"><?php echo get_post_meta($post->ID, "price", true); ?><?php echo get_option('currency'); ?></


  2. #2
    Junior Member gariben's Avatar
    Join Date
    May 2009
    Location
    United States
    Posts
    35
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Tutorial:Change place to Currency Symbol

    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)