Community Forums › Forums › Archived Forums › Design Tips and Tricks › Post Excerpts – How to modify "Continue Reading…"?
Tagged: continue reading
- This topic has 5 replies, 2 voices, and was last updated 12 years, 10 months ago by
Hallermand.
-
AuthorPosts
-
September 9, 2013 at 11:26 am #61541
Hallermand
MemberHello
I would like to change the text 'Continue Reading...'.
I have tried these three solution but it doesn't give me what I am looking for: http://my.studiopress.com/snippets/post-excerpts/#content-more-link
Can you please help me? ๐
September 9, 2013 at 11:46 am #61547AnitaC
KeymasterPlease provide a link to your website and also provide what theme you are using.
Need help with customization or troubleshooting? Reach out to me.
September 10, 2013 at 9:13 am #61676Hallermand
MemberHere is the website (not finished yet, just add'ed some test posts): http://ili.dk/ and the theme is Balance.
At the posts in the top is the right text: "[KLIK OG LรS MERE]" (Danish language) but when adding a new post and then this other post is moving to the places below (with the two posts) then the text is swiching back to english.
Here is the code which are used: https://gist.github.com/studiopress/5700336/raw/dd45fc917087c09ad3a0305d6feca62fd4926c20/wordpress-read-more.php
September 13, 2013 at 12:55 am #62209Hallermand
MemberIs there no one who can help me with the problem? ๐
September 13, 2013 at 6:31 am #62239AnitaC
KeymasterSorry, I haven't been on here in a few days. Open up your home.php file and look for this:
if ( function_exists( 'genesis_grid_loop' ) ) { genesis_grid_loop( array( 'features' => 1, 'feature_image_size' => 0, 'feature_image_class' => 'align none post-image', 'feature_content_limit' => 0, 'grid_image_size' => 'grid', 'grid_image_class' => 'align none post-image', 'grid_content_limit' => 0, 'more' => __( 'Continue reading...', 'genesis' ), 'posts_per_page' => 5,Change it there.
Need help with customization or troubleshooting? Reach out to me.
September 14, 2013 at 2:02 am #62462Hallermand
MemberHi, thank's a lot for your nice answer.
Work's great ๐
BUT, I still miss to change the text at the newest post (in the top). It does not change when modify the text at the home.php.
Therefore I have try again and add these, which I also mentioned earliere in this thread, https://gist.github.com/studiopress/5700336/raw/dd45fc917087c09ad3a0305d6feca62fd4926c20/wordpress-read-more.php
When visiting the site now then it looks perfect: http://ili.dk/ (The text is also changed at the very first post), but I then got a:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/ili.dk/public_html/wp-content/themes/balance/balance/functions.php:1) in /var/www/ili.dk/public_html/wp-includes/pluggable.php on line 875
When trying change something at the WordPress Dashboard. Can you help me again? ๐
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.