AppleStage
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help attach to the code output records in the last 90 daysJust when I insert your code, I get the broken site with a white page. That’s the point.
Forum: Fixing WordPress
In reply to: Help attach to the code output records in the last 90 daysJust now my code looks like this:
<td> <div class="Rek1"><?php $my_posts = get_posts('orderby=rand&showposts=1&category=5'); foreach ($my_posts as $post) : setup_postdata($post); ?> <div class="widget-week-item4"> <?php the_post_thumbnail(array(300,200)); ?> <div class="widget-week-content4"> <div class="item-comments4"> <span class="categorys4"><?php the_category(', '); ?></span> <span class="item-views4"><i class="fa fa-eye"></i> <?php echo getPostViews(get_the_ID()); ?></span></div> <a class="title" href="<?php the_permalink(); ?>"><?php the_title(); ?></a> </div></div> <?php endforeach; ?></div> </td>Forum: Fixing WordPress
In reply to: Help attach to the code output records in the last 90 daysWhere it is necessary to insert the first code? Before the second?
Thank U!Forum: Fixing WordPress
In reply to: Help attach to the code output records in the last 90 daysI’m not very good at PHP, so could you please give a specific example, which would suit me?
Thank U!Forum: Plugins
In reply to: [WP Popular Posts] How to clean creation of the counterpart of a thumbnailI would like to be able to completely change the look of the output, and not to use shortcodes for this special widget. Looking forward to updates! Thanks for the plug!
Forum: Plugins
In reply to: [WP Popular Posts] How to clean creation of the counterpart of a thumbnailMany thanks for the answer, and when it will be out?
Forum: Plugins
In reply to: [WP Popular Posts] [shortcode] ?How you could make it?