How to insert Current Category Name within wp_admanager() Call?
-
Need help to place current category name (e.g. single_cat_title) within WordPress AdManager call:
<?php wp_admanager('Dealers-Retailers'); ?>The command:
<?php wp_admanager(single_cat_title()); ?>does not work correctly although the returned error shows the “correct” category as specified in the database. Seems to be a problem with the value type (e.g. not wrapped in single quotes).Suggestions?
-
- The topic ‘How to insert Current Category Name within wp_admanager() Call?’ is closed to new replies.