no "Read more" button
Best WordPress theme for festivals or other events with responsive, clean and unique design.
- GK User
- Mon Jan 04, 2016 7:51 pm
I haven't used the button before but just noticed there is no such when i add "more" tag to the posts.
I'm not using news show pro to display news.
Link: http://kardan.tolkmicko.net/category/news/klubowe/
The top post should have "read more" at the end.
I'm not using news show pro to display news.
Link: http://kardan.tolkmicko.net/category/news/klubowe/
The top post should have "read more" at the end.
-
- Fresh Boarder
- GK User
- Tue Jan 05, 2016 10:06 am
Hi,
There's no "read more" button by default (on category pages).
If you want to add it, please edit Fest/content.php file and add the following line:
after:
There's no "read more" button by default (on category pages).
If you want to add it, please edit Fest/content.php file and add the following line:
- Code: Select all
<a href="<?php echo get_permalink(get_the_ID()); ?>" class="readon btn"><?php _e('Read more...', GKTPLNAME); ?></a>
after:
- Code: Select all
<?php the_excerpt(); ?>
-
- Moderator
- GK User
- Tue Jan 05, 2016 7:17 pm
It works perfectly!
thanks
thanks
-
- Fresh Boarder
3 posts
• Page 1 of 1