📜  the_archive_title() - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:13.428000             🧑  作者: Mango

代码示例1
-the_archive_title():
you can just use this one function to do the work of is_Category() and is_Author() functions automatically.
It displays the archive title based on the queried object. so you dont need to put the if and else conditions
for each archive title. it will simply get the archive title from the url based on the user selection.