Forum Replies Created
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
d777
ParticipantThanks.
Any good resources you can point me to on properly updating those themes to HTML5?d777
Participantturns out to have been an easy fix
<div id=”content-sidebar-wrap”>
really needed to be
<div class="content-sidebar-wrap">doh!
d777
Participantposted it here:
https://github.com/d777/genesis-category/blob/master/page_archive.phpTHANK YOU for looking
October 21, 2014 at 7:06 am in reply to: Genesis Simple Edits: is post_tags exclude possible? #128618d777
Participantso i tried this one in the functions.php file, to no avail 🙁
//* Modify the Genesis content limit read more link add_filter( 'get_the_content_more_link', 'sp_read_more_link' ); function sp_read_more_link() { return '... <a class="more-link" href="' . get_permalink() . '">[Continue Reading]</a>'; }
d777
ParticipantThank you.
Is there a way to get the ellipses at the end of the excerpt […] to be [ Read More ] instead?
May 22, 2013 at 9:10 am in reply to: Make "Genesis – Featured Posts" behave more like "Categories" #42202d777
ParticipantNever mind - finally figured out that "Widgets Reloaded" plugin was messing things up.
Problem solved.
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)