rdub
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't post a commentThe code I have pulls the basic post just not the comment box.
Forum: Fixing WordPress
In reply to: Can't post a commentHow do I get a theme working?
Forum: Fixing WordPress
In reply to: Can't post a commentThe “blog” directory.
Is that what you are asking?
Forum: Fixing WordPress
In reply to: Can't post a commentNo. I just call WordPress in to my existing site with the code above.
I think I’d be OK if I could just show the place for comments.Forum: Fixing WordPress
In reply to: Can't post a commenthttp://www.billtsellshomes.com/blog/index.php
All I really need is the ability to make comments.Forum: Fixing WordPress
In reply to: Can't post a commentCorrect
Forum: Fixing WordPress
In reply to: Can't post a commentYes I do.
Forum: Fixing WordPress
In reply to: Can't post a commentDon’t think it will make a diff for the comments
Forum: Fixing WordPress
In reply to: Can't post a commentHow do I change my theme to twentyeleven?
Forum: Fixing WordPress
In reply to: Can't post a commentAny idea as to how I would call for the comment box using this code?
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?><?php get_template_part( ‘content’, get_post_format() ); ?>
<?php endwhile; ?>
<?php twentyeleven_content_nav( ‘nav-below’ ); ?>
<!– word press content div end –>
Forum: Fixing WordPress
In reply to: Can't post a commentPart of the problem appears to be that I show false rather than true:define(‘WP_USE_THEMES’, false); If I change it to true the full blog shows but the portion called from the previous code also shows and still with no comment box.
Does this make sense?
Forum: Fixing WordPress
In reply to: Can't post a commentI did edit it to place the leave a reply below the post but it was the same before the edit.
Forum: Fixing WordPress
In reply to: My own header.phpI think I must just be lost.
Forum: Fixing WordPress
In reply to: My own header.phpWhen I get WordPress to work (not perfect look) MY headers don’t work properly. If I don’t have WordPress on the page the headers are perfect.
Forum: Fixing WordPress
In reply to: My own header.phpTwentyTwelve. I just need it to look like this http://www.billtsellshomes.com
The menu is one php include and the slideshow is another.