Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ryan Hellyer

    (@ryanhellyer)

    WordPress doesn’t natively provide links around header images, so this plugin can’t deal with that.

    It might be possible to hook in via a new custom plugin and add custom links in there, but it would break some designs due to the addition of extra HTML.

    You may find this is easiest to implement directly into your theme rather than via a plugin. It would require writing some custom PHP code though.

    Thread Starter klarckro

    (@klarckro)

    That’s fine, I solved it by creating custom header.php:s with onclick divs and a fixed height/width in the css.

    Might be a cool implementation though, although rarely used.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make headers into links’ is closed to new replies.