• Your tool is amazing. Saved me tons of time. One small question. Is it possible to substitute the category ID with the category name?

    <channe>
    <item>
    <title>
    <category>266</category>
    <category>272</category>
    <category>155</category>

    with
    <category>Name 1</category>
    <category>Name 2</category>
    <category>Name 3</category>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • hello,

    open this file : custom-simple-rss.php
    look for : $category->term_id and replace it by $category->name.

    There are 2

    Good luck.

Viewing 1 replies (of 1 total)
  • The topic ‘Replace category ID with category name’ is closed to new replies.