admin管理员组

文章数量:1022415

For my website, i need to add a particular css file for a set of pages in wordpress which I am trying to do from functions.php.

For example: This is a set of PAGES and not of type post. All these pages have title that starts with a particular string. Is there anyway I can detect the pages by a check using the string present in the title?

Or what else are the options available to do so?

There are more than 10 pages so using is_page(id) is not a feasible solution.

For my website, i need to add a particular css file for a set of pages in wordpress which I am trying to do from functions.php.

For example: This is a set of PAGES and not of type post. All these pages have title that starts with a particular string. Is there anyway I can detect the pages by a check using the string present in the title?

Or what else are the options available to do so?

There are more than 10 pages so using is_page(id) is not a feasible solution.

本文标签: Add an identifier to a set of pages to access using a conditional tag