Comments codeupdates started the conversationSeptember 18, 2017 at 1:45pmHow can i put a "Read more" button like the Category View in the Featured Post Layout for Sidebar and Home?Thanks for your support! 2,700PenciDesign repliedSeptember 18, 2017 at 1:46pmHi,Unfortunately, this theme doesn't support this feature. It's not good for the designs so we don't do that.Best Regards,PenciDesigncodeupdates repliedSeptember 18, 2017 at 1:48pmHi, i dienĀ“t ask if these is good or not!Can you please tell me where can i change it?Best Regardscodeupdates repliedSeptember 18, 2017 at 1:49pmI am using a Child Theme! 2,700PenciDesign repliedSeptember 18, 2017 at 1:54pmHi, As I said in my previous comment, our theme doesn't support this feature and the reason we don't make it. If you want to change it, you need to do that for yourself by edit php files in this theme.If you're using child theme, please create a new folder with name is inc and in folder inc, create 2 folders: modules and widgets.On folder modules, copy inc/modules/magazine-style-1.php file from parent theme and paste it to this folder and modify it.On folder widgets, copy inc/widgets/lastest_post_widget.php file from parent theme and paste it to this folder and modify it.Best Regards,PenciDesign1 Likecodeupdates repliedSeptember 18, 2017 at 1:58pmThanks! That is what i wanted to know!codeupdates repliedSeptember 18, 2017 at 4:32pmHello, Thanks for the Info. I have implement the Read Link in the modules. Please see the Screenshot! :DUnfortunately the inc/widgets/lastest_post_widget.php is not working.Do I need to register the widgets in the child-theme > functions.php file?Here is the small section from the file inc/widgets/lastest_post_widget.php. There I integrated the link. <div class="side-item-text"> <h4 class="side-title-post"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php if( $featured2 && ( ( ( $num == 1 ) && $featured ) || $allfeatured ) ) { echo wp_trim_words( wp_strip_all_tags( get_the_title() ), 12, '...' ); } else { the_title(); } ?></a></h4> <?php if( ! $postdate ): ?> <span class="side-item-meta"><?php the_time( get_option('date_format') ); ?></span> <?php endif; ?> </div> <a href="<?php the_permalink() ?>" class="penci-btn-readmore read-more">> weiterlesen</a>Thanks for the Support! ;-)codeupdates repliedSeptember 18, 2017 at 4:36pmHere is a Screenshot to show, that i create the folder in the child-theme! 2,700PenciDesign repliedSeptember 18, 2017 at 4:36pmHi,Do you using "Latest Posts Widget" or "Popular Posts Widgets"?If you're using "Soledad Popular Posts" widget, you need to copy popular_post_widget.php from parent theme.Best Regards,PenciDesigncodeupdates repliedSeptember 18, 2017 at 4:38pmHi,i am using Recent Posts Widget. PenciDesign replied privatelycodeupdates repliedSeptember 18, 2017 at 5:27pmHi, yes thats strange.your include has an error.it should be get_stylesheet_directory() because the Child ThemeI put in the functions.php form child these code // Load Other Files if ( ! function_exists( 'elite_files' ) ): function elite_files() { // include widgets files include( trailingslashit( get_stylesheet_directory() ). 'inc/widgets/lastest_post_widget2.php' ); } endif; // elite_files add_action( 'after_setup_theme', 'elite_files' ); codeupdates repliedSeptember 18, 2017 at 5:32pmIts working! Thanks!codeupdates repliedSeptember 19, 2017 at 8:05pmWhat php file should i change to implement the read button in the Latest Posts View?Thanks! ;-) 2,700PenciDesign repliedSeptember 20, 2017 at 3:23amHi,With latest posts, you can eanble this button via Customize > Other Layout Options.Best Regards,PenciDesign1 Likecodeupdates repliedSeptember 21, 2017 at 3:27pmHello, i activated the checkbox for Add "Read more" button link!I can not see the button anywhere. Why?Thanks and Regards! 2,700PenciDesign repliedSeptember 21, 2017 at 5:00pmHi,Ah, I just remember that this button will doesn't apply on magazine layout.Please copy content-magazine-1.php from parent theme to your child theme soledad-child/ and modify it.Best Regards,PenciDesign1 Like Sign in to reply ...
How can i put a "Read more" button like the Category View in the Featured Post Layout for Sidebar and Home?
Thanks for your support!
Hi,
Unfortunately, this theme doesn't support this feature. It's not good for the designs so we don't do that.
Best Regards,
PenciDesign
Hi, i dienĀ“t ask if these is good or not!
Can you please tell me where can i change it?
Best Regards
I am using a Child Theme!
Hi,
As I said in my previous comment, our theme doesn't support this feature and the reason we don't make it.
If you want to change it, you need to do that for yourself by edit php files in this theme.
If you're using child theme, please create a new folder with name is inc and in folder inc, create 2 folders: modules and widgets.
On folder modules, copy inc/modules/magazine-style-1.php file from parent theme and paste it to this folder and modify it.
On folder widgets, copy inc/widgets/lastest_post_widget.php file from parent theme and paste it to this folder and modify it.
Best Regards,
PenciDesign
Thanks! That is what i wanted to know!
Hello, Thanks for the Info.
I have implement the Read Link in the modules. Please see the Screenshot! :D
Unfortunately the inc/widgets/lastest_post_widget.php is not working.
Do I need to register the widgets in the child-theme > functions.php file?
Here is the small section from the file inc/widgets/lastest_post_widget.php. There I integrated the link.
Thanks for the Support! ;-)
Here is a Screenshot to show, that i create the folder in the child-theme!
Hi,
Do you using "Latest Posts Widget" or "Popular Posts Widgets"?
If you're using "Soledad Popular Posts" widget, you need to copy popular_post_widget.php from parent theme.
Best Regards,
PenciDesign
Hi,
i am using Recent Posts Widget.
Hi, yes thats strange.
your include has an error.
it should be get_stylesheet_directory() because the Child Theme
I put in the functions.php form child these code
Its working! Thanks!
What php file should i change to implement the read button in the Latest Posts View?
Thanks! ;-)
Hi,
With latest posts, you can eanble this button via Customize > Other Layout Options.
Best Regards,
PenciDesign
Hello, i activated the checkbox for Add "Read more" button link!
I can not see the button anywhere. Why?
Thanks and Regards!
Hi,
Ah, I just remember that this button will doesn't apply on magazine layout.
Please copy content-magazine-1.php from parent theme to your child theme soledad-child/ and modify it.
Best Regards,
PenciDesign