ethanneuen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to create a “Recent posts” list in sidebarI think that I can help you on this one:
<ul> <?php get_archives('postbypost', '6', 'custom', '<li>', '</li>'); ?> </ul>
Forum: Themes and Templates
In reply to: Can I display a list of recent posts by title/header?I use this little bit of code.
<ul> <?php get_archives('postbypost', '6', 'custom', '<li>', '</li>'); ?> </ul>
Forum: Your WordPress
In reply to: Review: www.ethanneuen.comYep, I loved how Jason did his perma-links so I did something similar.
Forum: Your WordPress
In reply to: Review: www.ethanneuen.com@root: I know I have some validation errors, I just finished the design and am still working out some of the bugs.
@pizdin_dim: Thanks.
Forum: Fixing WordPress
In reply to: How do I hide a category?I have the answer to your dreams ‘question’:
https://ryowebsite.com/wp-plugins/category-visibility/Forum: Plugins
In reply to: To Hide a CategoryHeres the updated URL for the last plugin that moshu posted:
https://ryowebsite.com/wp-plugins/category-visibility/Forum: Themes and Templates
In reply to: Hide a post in the main pageI found a plugin that will do just this.
https://ryowebsite.com/wp-plugins/category-visibility/Forum: Fixing WordPress
In reply to: How do I exclude a post or category from home pageI think this is what you have been looking for.
https://ryowebsite.com/wp-plugins/category-visibility/Forum: Fixing WordPress
In reply to: Hide a post from the home page?Another developer picked up a project that is similar but has more features, I use it on my site and it works great heres the link:
https://ryowebsite.com/wp-plugins/category-visibility/Forum: Fixing WordPress
In reply to: Hide articles from Home PageHeres a plug-in that will help you with this;
https://ryowebsite.com/wp-plugins/category-visibility/Forum: Fixing WordPress
In reply to: Exclude Category on 1 Post Index PageHeres a plugin to do that with:
https://ryowebsite.com/wp-plugins/category-visibility/Forum: Fixing WordPress
In reply to: How to display something on main page only?Heres a plugin that will do just that plus more:
Forum: Fixing WordPress
In reply to: Display one post per pageThis might help:
https://ethanneuen.com/2006/wordpress-home-display-1-post.htmlForum: Fixing WordPress
In reply to: how can I display only 1 or 2 articles on index page of wordpressThis will tell you how to do it and it should only take like 1 min.
https://ethanneuen.com/2006/wordpress-home-display-1-post.htmlForum: Themes and Templates
In reply to: 1 post on front page onlyI know you have it figured out already but heres a link on how to do it. https://ethanneuen.com/2006/wordpress-home-display-1-post.html