• Resolved Bokbesatt

    (@deliquate)


    Hi, I’d like to know how to change the name of the existing taxonomies labels, like Page count, Goodreads rating and Published. I changed them manually in the code but every time there’s an update all the labels go back to the default text. How do I make this change permanently?

    Sincerely
    Deliquate

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kemory Grubb

    (@w33zy)

    Hello,
    For those specific items you’re referring to, I would call them “metadata” rather than taxonomies as they are not hierarchical. As the plugin is right now, there is no builtin method to rename them.

    In the next update I will add a filter so that they can be changed by code.

    Plugin Author Kemory Grubb

    (@w33zy)

    Hello again @deliquate
    I have now added a filter for each of the book metadata used by the plugin. So now you can change them via code

    E.g.,

    add_filter( 'rcno_book_pub_date', function() { return 'Arrival Date'; } );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the label name of existing taxonomies’ is closed to new replies.