effour
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exclude categoryNope, didn’t work either. Surely there must be a way to exclude a category from this. Please, anyone. Thx!
<?php
$posts = get_posts('numberposts=4');
foreach($posts as $post) :
?><div class="post lastfive" id="post-<?php the_ID(); ?>">
"><?php the_title(); ?>
<br><br>
<div class="bloginfo"><?php the_excerpt_reloaded(50, '<img> ', 'none', TRUE, 'Keep reading >>', FALSE, 2); ?></div>
</div><br><br>
</div>
<?php endforeach; ?>
Forum: Fixing WordPress
In reply to: Exclude categoryanyone?
Forum: Fixing WordPress
In reply to: Exclude categorydidn’t work, i installed the http://ryowebsite.com/?p=46 and it just broke the home page.
All I want is it to exclude one catgegory from this loop…any more suggestions would be appreciated.
thx.
<?php
$posts = get_posts('numberposts=4');
foreach($posts as $post) :
?><div class="post lastfive" id="post-<?php the_ID(); ?>">
"><?php the_title(); ?>
<br><br>
<div class="bloginfo"><?php the_excerpt_reloaded(50, '<img> ', 'none', TRUE, 'Keep reading >>', FALSE, 2); ?></div>
</div><br><br>
</div>
<?php endforeach; ?>
Forum: Fixing WordPress
In reply to: Exclude categoryThe reason i’m hesitant to install the plugin in because i list a couple posts, then below I have a video, that only displays the last posted video http://www.vancityriders.com
I just don’t want video posts to be listed in the first five…
Anyone?
Forum: Fixing WordPress
In reply to: Exclude categoryThx, I think it may conflict with the excerpt_reloaded plugin i’m already using. Anyone elese?
Thx!
Forum: Fixing WordPress
In reply to: Exclude categoryAnyone have any suggestions? I’m desperate! Thx 🙂
Forum: Themes and Templates
In reply to: display first post in categorythanks monika!! worked great!!
Forum: Themes and Templates
In reply to: display first post in categoryit’s in the archive.php file, my bad. have a look at the site and check a category to see what i mean.
thx!