Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- add_filter('wp_list_categories', 'remove_category_link_prefix');
- function remove_category_link_prefix($output) {
- return str_replace('View all posts filed under ', '', $output);
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement