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?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to insert Current Category Name within wp_admanager() Call?’ is closed to new replies.