Main Page: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 33: | Line 33: | ||
|}[[Project:About|About Kanzenshuu]] | |}[[Project:About|About Kanzenshuu]] | ||
|} | |} | ||
<ul> | |||
<?php | |||
require($_SERVER['DOCUMENT_ROOT'] . '/wp-load.php'); | |||
$args = array( | |||
// 'cat' => 3, // Only source posts from a specific category | |||
'posts_per_page' => 2 // Specify how many posts you'd like to display | |||
); | |||
$latest_posts = new WP_Query( $args ); | |||
if ( $latest_posts->have_posts() ) { | |||
while ( $latest_posts->have_posts() ) { | |||
$latest_posts->the_post(); ?> | |||
<li> | |||
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> | |||
<?php if ( has_post_thumbnail() ) { ?> | |||
<span class="post_thumbnail"><?php the_post_thumbnail(); ?></span> | |||
<?php } ?> | |||
<span class="post_title"><?php the_title(); ?></span> | |||
</a> | |||
<span class="post_time">Posted on <?php the_time('l jS F, Y') ?></span> | |||
<?php the_excerpt(); ?> | |||
</li> | |||
<? } | |||
} else { | |||
echo '<p>There are no posts available</p>'; | |||
} | |||
wp_reset_postdata(); | |||
?> | |||
</ul> | |||
| class="roundy" style="background:#{{{background|fff}}}; border:2px solid #{{{border|069}}}; margin:0.10px; padding:4px;" valign="top" width="18%" | | | class="roundy" style="background:#{{{background|fff}}}; border:2px solid #{{{border|069}}}; margin:0.10px; padding:4px;" valign="top" width="18%" | | ||
{| style="background:transparent;" width="100%" align="center" | {| style="background:transparent;" width="100%" align="center" | ||
Revision as of 14:21, 16 December 2013
| Welcome to Kanzenshuu - The Wiki! | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Since the site's launch in April 2012, Kanzenshuu has grown to become one of the largest Dragon Ball resources on the internet, but we couldn't just stop there. As part of Kanzenshuu, this ever-growing wiki is supported by top-notch news and content from the Main Website and its active Forums. You're welcome to browse for a while, if you wish, or stick around and join our amazing community. As of 25 April 2026, the wiki contains 3,689 articles on a range of Dragon Ball-related topics. If you have any questions, please check the FAQ first.
There are no posts available ';} wp_reset_postdata(); ?> |
| ||||||||||||||||||||||||||||||||