Is there a way to get a category's name in lowercase?

前端 未结 2 839
难免孤独
难免孤独 2021-01-24 22:18

I am setting up a Wordpress theme and I\'m integrating a facebook \"Like\" button into each of the categories.

I need a way of getting the current page URL in lowercase

相关标签:
2条回答
  • 2021-01-24 22:33

    strtolower

    0 讨论(0)
  • 2021-01-24 22:43

    add a style attribute for it:

    text-transform:lowercase
    
    0 讨论(0)
提交回复
热议问题