Posts: 2,578
Name: Keith Marshall
Location: West Hartford, CT
|
There is a lot we can't see in the example you provide.
There is a user defined function in_the_loop() that must be returning a false value. I also notice the use of an object $post that is not declared in the global scope.
So in the top of the function get_the_better_term_list() add the line:
global $post;
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|