My authors want to have a hyperlink on each excerpts on the home page..
I tried with plugins, tried to edit functions.php ( I use child theme ! ) but no success.
Soon we will have multi-language magazine – and that makes this request more difficult – ‘cos “READ MORE>>>” also have to be translated…
tagdiv block 4
1
excerpt -read more link but especially on the home page – block 4, block 3
This tuto not works at the moment..:
http://www.wpbeginner.com/wp-tutorials/how-to-display-a-read-more-link-in-wordpress-excerpts/
// Changing excerpt more
function new_excerpt_more($more) {
global $post;
return ‘… <a href=”‘. g
,et_permalink($post->ID) . ‘”>’ . ‘Read More »’ . ‘‘;
}
add_filter(‘excerpt_more’, ‘new_excerpt_more’);
Could you guys give me ideas how to make it?
this would be applies to home page only:
http://www.1000wordsmagazine.com
Thx, Zoltan
Hi,
Not all the block modules have a read more button, there is a list of them in this topic
– https://forum.tagdiv.com/topic/remove-category-label-on-big-grid-slider/
The button is displayed automatically, the excerpt text can be customized as you want. So you could use blocks from that list. Or modify the module codes and add the button
– https://forum.tagdiv.com/topic/adding-read-more-to-block-4/
Module files can be modified in the child theme as well.
Thanks
Hello @Bettina!
Let me explain you.
For an example-
I am talking about this category – https://www.trueshayari.in/sms/whatsapp-status
Previously I was using another theme and my category articles was showing like this – https://www.screencast.com/t/KF2CKumjQK
Articles post were showing with proper enter, space, line, paragraph on category page
And now after using newspaper theme, it showing me like this
https://www.screencast.com/t/nL6qhq5h
So, same thing I want to do here with particular categories.
I want proper text format as inside post should be appear on categories page also.
Help me please
Hello @rajpbm!
Also with our theme you can build something similar if you use a cloud/PRO category template with TagDiv Composer plugin: https://forum.tagdiv.com/tagdiv-composer-tutorial/
You can add a simple row, and in that row you can insert an inner row which can have a background color and border from the CSS tab of the inner row element. Please check this example: https://www.screencast.com/t/Z6SmMLGDaouc
Hope that helps you!
Thank you!