File tree 3 files changed +9
-23
lines changed
themes/plugins.jquery.com
3 files changed +9
-23
lines changed Original file line number Diff line number Diff line change 1
1
<article class="hentry clearfix">
2
2
<header class="entry-header">
3
+ <div class="entry-meta">
4
+ Version <?php $ latest = get_post_meta ( $ post ->ID , 'latest ' ); echo $ latest [0 ]; ?> <br>
5
+ Released <?php echo human_time_diff ( get_the_time ('U ' ), current_time ('timestamp ' ) ) . ' ago ' ; ?>
6
+ </div>
3
7
<h2 class="entry-title">
4
8
<a href="<?php the_permalink (); ?> "><?php the_title (); ?> </a>
5
9
</h2>
6
10
</header>
7
11
<div class="entry-summary row collapse">
8
12
<div class="eight columns">
9
- <p class="info">
10
- Version <?php $ latest = get_post_meta ( $ post ->ID , 'latest ' ); echo $ latest [0 ]; ?> -
11
- Released <?php echo human_time_diff ( get_the_time ('U ' ), current_time ('timestamp ' ) ) . ' ago. ' ; ?>
12
- </p>
13
13
<?php the_excerpt (); ?>
14
14
</div>
15
15
<div class="four columns">
Original file line number Diff line number Diff line change 24
24
'order ' => 'DESC '
25
25
));
26
26
while ( $ new_plugins ->have_posts () ) : $ new_plugins ->the_post ();
27
+ get_template_part ( 'content ' , 'listing ' );
28
+ endwhile ; wp_reset_postdata ();
27
29
?>
28
- <article class="hentry clearfix">
29
- <header class="entry-header">
30
- <div class="entry-meta">
31
- Updated <?php the_date (); ?>
32
- </div>
33
- <h3 class="entry-title">
34
- <a href="<?php the_permalink (); ?> "><?php the_title (); ?> </a>
35
- </h3>
36
- </head>
37
- <div class="entry-summary row">
38
- <div class="eight columns">
39
- <?php the_excerpt (); ?>
40
- </div>
41
- <div class="four columns">
42
- <a class="button" href="<?php the_permalink (); ?> ">View Plugin</a>
43
- </div>
44
- </div>
45
- </article>
46
- <?php endwhile ; wp_reset_postdata (); ?>
47
30
</div>
48
31
49
32
<div class="three columns">
Original file line number Diff line number Diff line change 20
20
padding-bottom : 8px ;
21
21
}
22
22
23
+ .entry-meta {
24
+ text-align : right;
25
+ }
23
26
/*----------[ Notifications ]-----------------------------------------------*/
24
27
25
28
.notify {
You can’t perform that action at this time.
0 commit comments