Author Topic: <image><title> contents are duplicated </title></image>  (Read 583 times)

Rich

  • Newbie
  • Posts: 5
<image><title> contents are duplicated </title></image>
« on: June 09, 2014, 09:01:08 pm »
I know the problem is caused by my theme.

With theme Parabola activated the blog title shows up twice in the <image><title> xxx  tag

eg:
<image>
<title>Creation - Myth or Miracle?Creation - Myth or Miracle?</title>
<url>http://creationmythormiracle.com/wp-content/uploads/img/cmom-rss.jpg</url>
<link>http://creationmythormiracle.com</link>
</image>

with Twenty Fourteen theme is:

<image>
<title>Creation - Myth or Miracle?</title>
<url>
http://creationmythormiracle.com/wp-content/uploads/img/cmom-rss.jpg
</url>
<link>http://creationmythormiracle.com</link>
</image>

My question is - what variable or code segment of powerpress creates the <image><title> tag contents?  I want to try to chase this down and get the theme vendor to fix the theme. Thanks!