Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Thanks for your help. permalist[$j] is a variable defined in the plugin (it's the permalink to the active slide in the content slider). I followed your suggestion but now the title attribute is displaying as "' . the_title_attribute( array('echo' => 0, 'before' => 'Permalink to: ', 'after' => '')) . the_title() . '" -- that code actually displays as the link title on hover. What am I doing wrong? Do I need to define . the_title_attribute . somewhere in the code before I use it? Commented Feb 19, 2012 at 18:23
  • can you please paste your whole code (relevant part) Commented Feb 20, 2012 at 13:58
  • 1
    See edited answer for example usage of the_title_attribute() in your code. Commented Feb 20, 2012 at 17:40