This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="rand"> | |
<span>Случайные записи</span> | |
<?php $MyArgs = array('orderby' => 'rand','showposts' => '6'); ?> | |
<?php query_posts($MyArgs); ?> | |
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> | |
<div class="excerpt"> | |
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"> | |
<?php the_post_thumbnail(); ?> | |
<p class="title"><?php the_title(); ?></p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$orenru = 'http://www.oren.ru/rss/'; | |
$ural56 = 'http://www.ural56.ru/news/news-rss.php'; | |
$oreninform = 'http://oreninform.ru/rss/'; | |
$ru56 = 'http://56.ru/text/rss.xml'; | |
$xml = $orenru; | |
$rss = simplexml_load_file($xml); | |
echo '<div class="orenburg-rss-stream"><ul>'; |
NewerOlder