Hi, folks!
I am having a weird problem in my site. One given category is giving me the following message in the byline:
Code:
Warning: implode() [function.implode]: Invalid arguments passed in /wp-content/themes/atahualpa/functions/bfa_postinfo.php on line 16
I got to isolate the problem, and it is the
Code:
%meta('syndication_source')%
field. The weird thing is that only one category is affected. Searching for a guilt, I've found that the
Code:
%meta('syndication_source')%
for this category was always "Warpzona!" (with an exclamation mark at the end). I tought that the exclamation mark was the bad guy, and replaced all instances of "WarpZona!" in the syndication_source field troughout the database for "WarpZona" without the exclamation marks. No deal.
All other values for the
Code:
%meta('syndication_source')%
field work great.
Any idea, please?