• I use the More block in my Posts, I added the Content block in the Query Loop – so I don’t use the excerpt; and would like to remove the (more…) showing in all archives.

    Would rather NOT hide it via CSS, but none of PHP codes have tried seem to work anymore.

Viewing 1 replies (of 1 total)
  • Thread Starter Gin

    (@rawdolphe)

    A quick update; I came up with the following for now:

    /*hide (more...)*/
    a.more-link {
      color:transparent;
      font-size:0;
    }
    

    It does the trick, but if anyone knows how to remove this via PHP it would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • The topic ‘(more…) in Query Loop’ is closed to new replies.