Viewing 4 replies - 16 through 19 (of 19 total)
  • Plugin Author Baden

    (@baden03)

    ok, dial back to 1.4.9 for now… we’ll continue to suss out a universal solution. Stay tuned for more.

    Thread Starter UndergroundFlix

    (@undergroundflix)

    New question until that get’s resolved, this may need to be in a separate post and I can do that if necessary.

    I want to replace the link that says ‘Add/View Comments’ with an image that says the same (for styling purposes) – I was able to easily do this with the ‘Hide Comments’ link but the ‘Add / View Comments’ is tricky because the link changes depending on whether comments are present or not. I need one image to appear instead of the three different options that you currently have . It will simply read ‘Add / View Comments’. How can I alter the code to replace these three variables with one image.

    IMG SRC – http://undergroundflix.com/wp-content/uploads/2013/01/addviewexternallinks.jpg

    Plugin Author Baden

    (@baden03)

    This is not really related to our plugin… but you could use something like:
    <a href="<?php comments_link(); ?>"><img src="bla_bla_bla" /></a>
    http://codex.wordpress.org/Function_Reference/comments_link

    Hello Baden,

    Just wanted to mention that I noticed an issue earlier and when I rolled back to version 1.4.9 it resolved my issue as well.

    Thanks for posting a temporary solution here!

    Thanks.
    alex

Viewing 4 replies - 16 through 19 (of 19 total)

The topic ‘Collapse Comments Not Working’ is closed to new replies.