Results 1 to 3 of 3

Thread: Error in default theme

  1. #1
    Thread Starter
    Member frostiecuk's Avatar
    Join Date
    Nov 2011
    Location
    United Kingdom
    Posts
    84
    Thanks
    11
    Thanked 3 Times in 3 Posts

    Error in default theme

    Just noticed that the RSS feed for each store is incorrectly coded in taxonomy-stores.php

    On line 33 there is a line that reads
    Code:
    <a class="rss-link" href="<?php echo esc_attr( get_term_link( $term, APP_TAX_STORE ) . 'feed/' ); ?>" rel="nofollow" target="_blank">rss</a>
    There is a / missing and it should read;
    Code:
    <a class="rss-link" href="<?php echo esc_attr( get_term_link( $term, APP_TAX_STORE ) . '/feed/' ); ?>" rel="nofollow" target="_blank">rss</a>

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,704
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Thread Starter
    Member frostiecuk's Avatar
    Join Date
    Nov 2011
    Location
    United Kingdom
    Posts
    84
    Thanks
    11
    Thanked 3 Times in 3 Posts
    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)

Similar Threads

  1. Changing default color of theme to something other than default
    By dfh4836 in forum ClassiPress General Discussion
    Replies: 3
    Last Post: March 10th, 2012, 06:45 AM
  2. Child Theme - logout redirection to default theme issue
    By cgervereau in forum ClassiPress General Discussion
    Replies: 3
    Last Post: September 1st, 2010, 01:48 AM
  3. The active theme is broken. Reverting to the default theme.
    By Yoganomics in forum Help Using ClassiPress
    Replies: 1
    Last Post: June 21st, 2010, 02:58 AM
  4. The active theme is broken. Reverting to the default theme.
    By Yoganomics in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: December 31st, 1969, 06:00 PM