Hi, an odd issue has cropped up with a Reflect call I’m using in a Ditto blog.
The call is basically to an Archives page (the page is called Archives which is probably where the problem is coming from)
[!Reflect?config=`wordpress` &targetID=`19` &dittoSnippetParameters=`startID:10`!]
The page with ID 19 is called Archives. Everything works fine except that in the column where I’m making the Reflect call, it’s also outputting the word "Archives" for some reason- and having checked through the template code, it shouldn’t be. The column has a list heading called Archives which outputs correctly, but this second output of the word is also occuring, as if generated somehow by the Reflect call.
I also tried using a template: &tpl=`reflect.archivelink`
With the chunk just outputting [+month+][+year+] but no joy.
Checking further I edited the page ID being pointed to to see if this was the paramater that was causing the issue- but it still (oddly) outputs "Archives".
Has anyone else seen this and know of a fix?
Thanks