Forum Replies Created
-
AuthorPosts
-
formacct23
ParticipantFound the solution, for those also struggling with this issue: http://wpbeaches.com/force-read-link-excerpts-wordpress/. Either of the snippets listed there work.
Hallelujah! Was racking my brain all night before this...
formacct23
ParticipantThanks, Victor. Unfortunately, still not displaying.
I've also tried the following in functions.php, which also did not work:
add_filter('excerpt_more', 'get_read_more_link');
add_filter( 'get_the_content_more_link', 'get_read_more_link' );
function get_read_more_link() {
return '[Read more]';
}Why is the above and Victor's code not working?
formacct23
ParticipantI do not want to choose Content Limit. How do I show 'Read More' with Excerpts?
December 4, 2015 at 1:29 am in reply to: Allow shortcodes to work in Category Archive Intro Text #172693formacct23
Participantbump
December 2, 2015 at 7:48 pm in reply to: Allow shortcodes to work in Category Archive Intro Text #172549formacct23
Participantthis post got me really close but using this function, the shortcode executes BEFORE the intro text, whereas I want it to execute AFTER the intro text AND BEFORE the list of posts in the category. Or better, the shortcode should execute within the intro text wherever i've placed it.
doing a google search outside this forum, brad dalton wrote a post with 3 solutions to execute the shortcode within the intro text. however, this article requires a paid subscription to read the solution. since brad helps out here in this studiopress forum, i'm hoping brad can point me to a solution here.
i see that the Genesis Simple Hooks plugin allows shortcodes to be executed there, but I don't know where to put the shortcode that would make it execute AFTER the intro text BUT BEFORE the list of posts in a category page.
i've read multiple people requesting about this solution in these forums so a solution would be helpful to more than just me here.
please advise.
formacct23
ParticipantDid you get your answer? If not, in WP Admin, you go edit the category page and scroll to the Archive Intro Text field. That's where you enter your text.
December 2, 2015 at 7:05 pm in reply to: Allow shortcodes to work in Category Archive Intro Text #172544formacct23
Participantsorry, meant shortcodes, not shortcakes... stupid autocorrect...
December 2, 2015 at 7:04 pm in reply to: Allow shortcodes to work in Category Archive Intro Text #172543formacct23
ParticipantThanks, carasmo, for the reply. Unfortunately, if this is to make shortcakes work in category intro texts, it didn't work.
December 2, 2015 at 4:40 pm in reply to: Allow shortcodes to work in Category Archive Intro Text #172528formacct23
Participantbump. i am searching for a solution to this exact problem too.
November 27, 2015 at 6:49 pm in reply to: How to display different size images for two different category pages? #172139formacct23
Participantthanks, brad. i get the general idea in the link you gave, but not sure what php code should be used for featured image size. can you post an example?
also, if i chose CSS, can you post an example of what that would look like?
thanks
robformacct23
ParticipantBrilliant!
Thanks so much, Ginger!
formacct23
ParticipantHi Ginger,
Thanks for your reply. I've already looked at those snippets but it seems that it only tells me how to remove (delete), not how to relocate. I don't want to remove them completely, just move them to a different location.
I also have the Genesis Simple Edits but from what I can tell, it only lets me remove parts of the entry-meta (e.g., remove date or remove the "Leave a comment") or move it to the bottom of the post, but not move it to be under the title.
Any other ideas?
Thanks
Rob -
AuthorPosts