vern
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: opentraff.cn redirectionI’ve deleted init.js and it seems to be working. Making any changes still gives me a blank page, so I’m re-uploading the WP files.
I’ve deactivated all plugins and activating them one by one over time to see which plugin may be the culprit. My feeling is Theme Switcher Reloaded since it was the only new plugin.
Forum: Fixing WordPress
In reply to: Can I supress MySQL error messages?I’d love to see an answer for this as well.
Forum: Themes and Templates
In reply to: How do you tell if a page is a page and post is a post?Exactly what I needed! Thanks!
Forum: Themes and Templates
In reply to: Page Template Not Displaying PageNope. Nothing.
This is the code:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>Post Number: <?php the_ID(); ?>
<div class="post"><!-- Post Div-->
<h2 id="post-<?php the_ID(); ?>">
" rel="bookmark"><?php the_title(); ?>
</h2>
<div class="entry">
<?php the_content(__('(more...)')); ?>
<?php link_pages('<p class="postmetadata">Pages:', '', 'number'); ?>
</div>
</div><!-- End of post div-->
<?php endwhile; endif; ?>
<?php edit_post_link('Edit this page!', '', ''); ?>Anything in there that would be missing? or not needed?
Forum: Themes and Templates
In reply to: Page Template Not Displaying PageWhat I meant was two different themes that both have page.php. One template displays the page fine while the other displays the latest post.
Forum: Themes and Templates
In reply to: Page Template Not Displaying PageNope. It’s using page.php and not single.php.
Forum: Fixing WordPress
In reply to: Important Security Information – Updatedwp-settings is in the WordPress root (/) directory in my installation and not in wp-includes/.