Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • This a great! Exactly what I needed. Now the issue I’m having is when I paste the filter in my functions.php, it conflicts with register_nav_menus function, basically it completely stripes out the code when viewing tag index pages. Very strange. Any ideas how to solve this? The search continues!

    if ( function_exists( 'register_nav_menus' ) ) {
      	register_nav_menus(
      		array(
      		  'foot_menu' => 'My Custom Footer Menu',
      		  'sidebar_menu' => 'Super Sidebar Menu'
      		)
      	);
    }

    The above is my register nav function, and I’m using the filter code from paradroids post. Thank you.

    Wow, now I feel incredibly stupid. My apologies. By replacing “rating” with your custom taxonomy term, it works just fine. Like Duh!

    Hey there. I’m trying to achieve the same results. I have custom post type, and I just need to display the categories assigned to each CTP. I have tried your snippet of code, it doesn’t seem to return a list like the_category tag does for regular post types. I keep getting WP Errors,

    Catchable fatal error: Object of class WP_Error could not be converted to string

    Any help would be greatly appreciated!

    Hello, I’m having the same problem, although I am getting different errors. When I load the login page, I get this error.

    Warning: Cannot modify header information – headers already sent by (output started at /home/xxx/public_html/xxx/wp-content/themes/xxx/functions.php:6) in /home/xxx/public_html/xxx/wp-login.php on line 12

    I can still see the input fields, when I attempt to login, i get these errors. Please help me, thank you so much!

    Warning: Cannot modify header information – headers already sent by (output started at /home/xxx/public_html/xxx/wp-content/themes/xxx/functions.php:6) in /home/xxx/public_html/xxx/wp-login.php on line 12

    Warning: Cannot modify header information – headers already sent by (output started at /home/xxx/public_html/xxx/wp-content/themes/xxx/functions.php:6) in /home/xxx/public_html/xxx/wp-includes/pluggable.php on line 369

    Warning: Cannot modify header information – headers already sent by (output started at /home/xxx/public_html/xxx/wp-content/themes/xxx/functions.php:6) in /home/xxx/public_html/xxx/wp-includes/pluggable.php on line 370

    Warning: Cannot modify header information – headers already sent by (output started at /home/xxx/public_html/xxx/wp-content/themes/xxx/functions.php:6) in /home/xxx/public_html/xxx/wp-includes/pluggable.php on line 331

Viewing 4 replies - 1 through 4 (of 4 total)