nickfzx
Forum Replies Created
-
Forum: Plugins
In reply to: title of new posts appear in list on homepagedone tsguitar, sorry this is my first time using this forum ??
thanks again for all the help
Forum: Plugins
In reply to: title of new posts appear in list on homepagehey everyone
thanks for all your help
i have done now what i set out to do
https://www.amateurillustrator.com/index.php
the news box shows the last 12 news posts with the date next to it.
Thanks everyone:
here is the code i used by the way: (this was stuck into the homepage)
<?php
require(‘./articles/wp-config.php’);
?><?php
$posts = get_posts(“category=4” . “&numberposts=12”);
if( $posts ) :
?><div class=”recent-posts”>
-
<?php foreach( $posts as $post ) : setup_postdata( $post ); ?>
<?php
$even_odd = ( ‘odd’ != $even_odd ) ? ‘odd’ : ”;
?>
<li class=”<?php echo $even_odd; ?>”><?php the_time(‘d/m/y’) ?> – ” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?>
<?php endforeach; ?></div>
<?php endif; ?>
Forum: Plugins
In reply to: title of new posts appear in list on homepagethanks everyone i think i have got it now
https://www.amateurillustrator.com/try3.php
all i need to do now is beat this into shape with css and add it to my homepage.
Cheers
Nick
Forum: Plugins
In reply to: title of new posts appear in list on homepageany idea why the dates are all the same?
also why there are only 10 entries although i specified 12?
https://www.amateurillustrator.com/try.php
Thanks
Forum: Plugins
In reply to: title of new posts appear in list on homepageooop ive got something now
Forum: Plugins
In reply to: title of new posts appear in list on homepagehi i have tried this using rss2html
you can see what happens here:
https://www.amateurillustrator.com/try.phpit just says: Unable to open RSS Feed wp-rss.php, exiting
any ideas
Thanks
Nick ??
Forum: Plugins
In reply to: title of new posts appear in list on homepageHi Ryan
this looks useful but i can’t seem to work out what to do with it…where do I put this code? is it unrelated to rss2html?
thanks
Nick
Forum: Plugins
In reply to: title of new posts appear in list on homepagecheers for your help…i’ll spend a while now figuring it out ??
Forum: Plugins
In reply to: title of new posts appear in list on homepagecool thanks…i thought it might be something to do with rss but i have no idea how to use it.
Is it possible to only output the last 12 from one particular category…eg the news category?