Search:

Search: Search took 1.00 seconds.

  1. Replies
    23
    Views
    3,269

    Re: classipress rss feed help?

    I use the following - include it in your functions.php file and tweak as needed:



    // Add images to rss
    function embed_rss_image($content) {
    global $post;
    if(is_feed()) {
    ...
  2. Re: ads forms - step 1 - categories without price

    Well delving deeper I think that not displaying the currency symbol is a bug too...

    In \includes\theme-functions.php Line 1239 looks calls get_option("currency") and again that option does not...
Results 1 to 2 of 2