Thread Starter
DylanR
(@dylanr)
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
Thread Starter
DylanR
(@dylanr)
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
Thread Starter
DylanR
(@dylanr)
Yeah, so in the end I just replaced the CSS
Thread Starter
DylanR
(@dylanr)
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
Thread Starter
DylanR
(@dylanr)
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