card.php cannot override in child-theme
-
Hello admin
i want to edit card.php because on parent theme i was edit a code in that file. which can add “see more” button on all post that are showing on category page. but in plugin update my code is removed, now i want to override the card.php in child-theme without activating template. on parent theme i was not activating any template.
Current-Path /wp-content/plugins/connections/templates/profile/card.php
now i want to do same thing in child-theme
how i can do in child-theme divihere is my code:
<?php $content = $entry->getExcerpt();
echo mb_strimwidth($content, 0, 400, ‘getPermalink().'”> Read more‘); ?>
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘card.php cannot override in child-theme’ is closed to new replies.