genepine
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar Shortcode & Block] More on adding a read more linkHi
I’m try to edit “list-widget.php” and add “Read more” link.
So I add suggestion of @brianhogg.
https://www.ads-software.com/support/topic/more-on-adding-a-read-more-link/#post-10549692
“>Read moreBut I cannot get FULL LENGTH of the posts link.
Please tell me any suggestions.
Forum: Plugins
In reply to: [The Events Calendar] Regarding Excerpt in Events List Widgettry to edit tribe-events\widgets\list-widget.php
<div class=”tribe-event-venue”>
<?php echo tribe_get_venue(); ?>
</div>
<div class=”tribe-event-organizer”>
<?php echo tribe_get_organizer(); ?>
</div>
<div class=”tribe-event-excerpt”><?php echo tribe_events_get_the_excerpt(); ?></div>street,city, check the
https://theeventscalendar.com/function/Forum: Plugins
In reply to: [The Events Calendar] Changes in .Po file do not show in the pageI have also the same problem with my Japanese version and I haven’t found the correct answer.
So my problem will shown at “country” of Venue.Forum: Plugins
In reply to: [List category posts] How can I show the “Tags” on ListForum: Plugins
In reply to: [List category posts] How can I show the “Tags” on ListThank you for reply, I’ll try to write the codes.
Forum: Plugins
In reply to: [List category posts] Is it possible to make the excerpt clickable?You have to make your-template.php use “Template System on List Category Posts”.
https://github.com/picandocodigo/List-Category-Posts/wiki/Template-System
First, edit and try default.php to that code is better.Templates for List Category Posts are searched for in your WordPress theme’s folder. You should create a folder named list-category-posts under wp-content/themes/your-theme-folder. Template files are .php files.
- This reply was modified 7 years, 1 month ago by genepine.
Forum: Plugins
In reply to: [List category posts] Is it possible to make the excerpt clickable?The code of “media-body_excerpt” is my orignal class.
That class is “lcp_excerpt” at default.php
$lcp_display_output .= $this->get_excerpt($post, 'div', 'lcp_excerpt');
So you can change the design this class or your excerpt class of your WordPress themes.
https://github.com/picandocodigo/List-Category-Posts/wiki/Template-System
Forum: Plugins
In reply to: [List category posts] Is it possible to make the excerpt clickable?Forum: Plugins
In reply to: [List category posts] Set three class at “get_category_link” of templateI’m very grateful for your solution(that is advanced code for me…)!