Doesn’t work for me.
-
I’ve tried it in more ways and it just does not work.
This is my original code of posts:
<a href="<?php echo esc_url( get_the_permalink() ); ?>" class="read-more"><?php echo esc_html( get_theme_mod( 'goarch_blog_list_text', esc_html__( 'Read more', 'goarch' ) ) ); ?></a>
And I put the class modal-link like this:
<a class="modal-link" href="<?php echo esc_url( get_the_permalink() ); ?>" class="read-more"><?php echo esc_html( get_theme_mod( 'goarch_blog_list_text', esc_html__( 'Read more', 'goarch' ) ) ); ?></a>
Can you please help me to fix it.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Doesn’t work for me.’ is closed to new replies.