• Resolved rtfrisk

    (@rtfrisk)


    Not sure if it is my theme or not, but is there supposed to be an ellipses at the abrupt end of an excerpt? If so, or if not, how do I go about adding one in? Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rtfrisk

    (@rtfrisk)

    Not the most elegant solution, but one I am using in the interim. Tailored more to my page’s CSS but the gist is there.

    a.more-link:before {
      	content: "...";      /*manually add ellipses between 'Continue reading' and excerpt main text
      	padding-right: 5px;  /*adds space between ellipses and 'Continue reading'
            color: #000;         /*changes color of ellipses to match my <p> color - if <a> is different color
    }
    • This reply was modified 8 years ago by rtfrisk.
    • This reply was modified 8 years ago by rtfrisk.
    Plugin Author Eric Amundson

    (@sewmyheadon)

    Howdy @rtfrisk,

    That should work.

    You can also check the second code snippet here:

    https://developer.www.ads-software.com/reference/functions/the_excerpt/#user-contributed-notes

    … titled, “Modify the […] string using filters”

    I hope that helps!

    Eric

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing ellipses at end of excerpt’ is closed to new replies.