PenciDesign replied
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
Hello, i activated the checkbox for Add "Read more" button link!
I can not see the button anywhere. Why?
Thanks and Regards!
What php file should i change to implement the read button in the Latest Posts View?
Thanks! ;-)
Its working! Thanks!
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
\
// 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' );\
Hi,
i am using Recent Posts Widget.
Here is a Screenshot to show, that i create the folder in the child-theme!
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.
\ <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! ;-)
Thanks! That is what i wanted to know!
I am using a Child Theme!
Hi, i dien´t ask if these is good or not!
Can you please tell me where can i change it?
Best Regards
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!
Want to join this conversation or access attachments? Sign in first.
Open your ticket archive, review validated licenses, and continue product support conversations from one customer portal.