zacnin
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Table Reloaded] Sort by price not working rightThank you so much for the reply!
Forum: Plugins
In reply to: [WP-Table Reloaded] Sort by price not working rightHi Tobias – I have the same issue as above with the commas not sorting. I installed the commavalue.zip as a regular plugin and no luck. Am I missing something? http://www.rapdevpro.com/app-review-sites/
Forum: Fixing WordPress
In reply to: Blog not showing titleThat worked for the most part – titles are now showing. But it also showed the title on all of the pages, which I don’t want. Is there a way to show the permalink on the posts only, and now have it show up on the pages?
Forum: Themes and Templates
In reply to: Adding a blog?main template is this, FYI:
<div id="content_main"><div style="margin-left: auto; margin-right: auto;"></div><?php if ( have_posts() ) : while ( have_posts() ) : the_post(); the_content();endwhile; else:; endif;?></div>And blog is this:
<?php query_posts('showposts=5'); while (have_posts()) : the_post(); the_title(); <?php endwhile;?>Any suggestions on why the title, and such isn’t showing up on http://intensitynutrition.com/blog would be helpful.
Forum: Themes and Templates
In reply to: Adding a blog?Jrav001 – Ok, our main page is using “main index tempalte” and our /blog page is using our blog template. Our “static home page” is /welcome page and our blog posting page goes to /blog. Still having some issues – the postings are showing up, but no heading or anything else. Thoughts?
Forum: Themes and Templates
In reply to: Adding a blog?Awesome, jrav001! I will give this a shot and see how it goes. Thanks!!