Custom HTML?
-
Was wondering if i can add a span inside the href tag. I need to have a custom hover effect by styling the span tag.
Currently the output is:
<div> <a href=# ...> <img .. /> </a>
How would i go about and output:
<div> <a href=# ...> <img .. /><span></span> </a>
I tried looking into the hooks and filters docs, but it’s all chinese to me.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom HTML?’ is closed to new replies.