sammyboy405
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WPSMF] Link to Forum Topic not Includedfound it for those who want to know.
In the loop.php (this is using the default template)
` <div class="entry-content">
<?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) ); ?><?php if (function_exists(myWPSMF_link_to_smf)){
myWPSMF_link_to_smf(get_the_id());
}?>
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
</div><!-- .entry-content -->
<?php endif; ?>`That will put the link to the forums at the bottom of each excerpt on the Main index page.
Forum: Plugins
In reply to: [Plugin: WPSMF] Link to Forum Topic not IncludedIs there a way to do this in the loop.php so it shows up in maybe the excerpts?
Forum: Fixing WordPress
In reply to: Mass Category add / RemoveIve tried both and cant get either to work.
where are you downloading Batch Categories from? The Author Website or WP.ORG?
Forum: Fixing WordPress
In reply to: Permalink does not work apart from default.Hey just encase someone searches for this and finds it. I had to do
sudo a2enmod rewrite sudo /etc/init.d/apache2 restartin ubuntu to get mod_rewrite to work.
So there it is for those who know there .htaccess is correct and know there apache2.conf / httpd.conf is correct.
Forum: Fixing WordPress
In reply to: Mass Category add / Removebump for some attention.
Forum: Fixing WordPress
In reply to: Mass Category add / Removeanyone heard anything more on this? Any Addon makers out there?
Forum: Fixing WordPress
In reply to: High Memory Usage (16megs )Im with dreamhost. And I get about 4k hits a day. Running WP 2.7 with maybe 4 plugins. and I keep getting error 500’s and they are telling my site is at 99% resource usage.
I need a new host. What suggestions are there out there. Im temporarily moving to godaddy. but reading here on the forums it sounds i may have the same issues.
Forum: Fixing WordPress
In reply to: Mass Category add / RemoveSee even more so the reason to either have this fixed into WP 2.8 or someone make an addon.
Forum: Fixing WordPress
In reply to: Mass Category add / RemoveStill in Search? Anyone? There has to be a way
Forum: Fixing WordPress
In reply to: Mass Category add / Remove“It is important to note, at least with Version 2.7, that Categories and Tags can be ADDED in bulk to a set of Posts, but it is not possible to CHANGE, or DELETE, a Category, or Tag, for those Posts.”
Exactly and that is what im looking for a solution. I want to be to remove bulk categories from posts with out disturbing the existing ones.
Forum: Fixing WordPress
In reply to: Mass Category add / RemoveGonna Bump this again. Still looking.
Forum: Fixing WordPress
In reply to: Mass Category add / RemoveStill looking for a fix / suggestion on this topic.
Forum: Fixing WordPress
In reply to: Mass Category add / RemoveAnyone else have any ideas how to do a Mass Remove or add of a category in WP 2.7
Remember the catch is a Mass Add / Remove but leaving all the other categories the articles are tied to intact.
This use to work with an addon called Batch Categories
Forum: Fixing WordPress
In reply to: Mass Category add / RemoveMan that bites. is the mass edit system supposed to support batch category editing? And can you Downgrade to 2.6 from 2.7?
Forum: Fixing WordPress
In reply to: Mass Category add / RemoveAnyone have any idea?