Results 1 to 3 of 3
  1. #1
    Join Date
    May 2008
    Posts
    251
    Plugin Contributions
    0

    Default category image show on sitemap

    dear all,
    may I ask if anyone knows how to show category on sitemaps?
    thanks for all your helps and tips.

  2. #2
    Join Date
    Apr 2006
    Location
    Ohio
    Posts
    6,068
    Plugin Contributions
    0

    Default Re: category image show on sitemap

    I would post this thread in this section ..
    Mark
    Hare Do - Does the rabbit beat Zen "never".
    Zen Cart 1.5.1 Update Release Need help Purchase the Book

  3. #3
    Join Date
    May 2008
    Posts
    251
    Plugin Contributions
    0

    Default Re: category image show on sitemap

    Hi, Mark,

    appreciated for your quick reply.

    but sorry for my confusion. i meant how to show category image on /index.php?main_page=site_map
    i want to just have a page with all cateoty name&images listed.

    what is the query code for the category images? may you please check the following code
    to see how to correct? thank you.
    HTML Code:
            $result .= str_repeat($this->spacer_string, $this->spacer_multiplier * $level) . '<h2><a class="orange" href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $category_link) . '" title="' . $category['name'] . '" target="_blank">'. $category['name']. '</a></h2>';
            // end modification
            $result .= str_repeat($this->spacer_string, $this->spacer_multiplier * $level) . '<h2><a class="orange" href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . $category_link) . '" title="' . $category['name'] . '" target="_blank">'. $category['image'] . '</a></h2>';

 

 

Similar Threads

  1. How do I control which links show on my main_page=sitemap ?
    By Shane78 in forum General Questions
    Replies: 0
    Last Post: 19 Sep 2009, 05:44 PM
  2. How Do I Show EZPages in The Sitemap?
    By bumba000 in forum General Questions
    Replies: 4
    Last Post: 1 Jul 2009, 04:26 PM
  3. Removing category from sitemap
    By Gleeb in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 20 Apr 2007, 04:13 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •