Forums
(@dylanr)
11 years, 9 months ago
Hey,
Sorry about that, just got a chance to test it out
It seems to allow the regular ellipsis now, but it adds an & just before
Hi Phil,
Thanks for the reply,
Will this only work for the ‘read more’ ellipsis?
My problem is that any time I put 3 consecutive periods into a post, WordPress converts this into an ellipsis character, which breaks my font
Yeah, so in the end I just replaced the CSS
Hi there,
Thanks for the reply, I was actually trying to find out what function I would use to call the content, seems like the_content() seemed to work!
Thanks a bunch
Hi Again, all
Just in case anyone finds this with the same issue:
My solution was to add the following code to my WP_Query:
'orderby' => 'date', 'order' => 'ASC'
I added this in the array for query arguments