Michaell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search form not functioning correctly :(anyone?
Forum: Plugins
In reply to: auto-plugger arrangement…It’s at the bottom of the index I think.
Forum: Plugins
In reply to: auto-plugger arrangement…Thanks, so if I put that inmy css, what else would I need to modify? ie. the comment-plugger.php, index.php?
Forum: Installing WordPress
In reply to: Help!What if I wanted to create a page.php? How would I do that? Is it possible to so it without an error?
Forum: Installing WordPress
In reply to: Help!Here’s my index.php:
<!–THIS INCLUDES HEADER.PHP–><?php get_header(); ?><!– END –><!–THIS PULLS YOUR POSTS & INFO FROM DATABASE–>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<!–END–><!–TITLE TAG–>
<h2> <div id=”post-<?php the_ID(); ?>”>“><?php the_title(); ?> on <?php the_time(‘F j, Y’) ?> @ <?php the_time() ?></div></h2>
<!–END–>
</br><!–CONTENT TAG–>
<?php the_content(‘Read the rest of this entry…’); ?>
<!–END–>
</br><!–COMMENTS TAG–>
<div align=”right”> <?php comments_popup_link(‘0 presents’, ‘1 present’, ‘% present’); ?></div><!–END–>
<?php comments_template(); // Get wp-comments.php template ?>
<!–NECESSARY–>
<?php endwhile; ?>
<!–END–><!–PROVIDES LINKS TO PREVIOUS ENTRIES–>
<div align=”center”>
<?php posts_nav_link(”,”,’« Previous Entries’) ?> <?php posts_nav_link(”,’Next Entries »’,”) ?>
</div>
<!–END–><!–NECESSARY–>
<?php else : ?>
<div align=”center”>Not Found</div>
<?php _e(“Sorry, but you are looking for something that isn’t here.”); ?>
<?php include (TEMPLATEPATH . “/searchform.php”); ?><?php endif; ?>
<!–END–><!–THIS INCLUDES FOOTER.PHP–><?php get_footer(); ?><!– END –>
When I take parts out, and I upload it, it comes up with a fatal parse error. Can someone edit it for me to make it work for page.php? thanks ??
Forum: Your WordPress
In reply to: Password ProtectThanks v. much! It worked.
Forum: Installing WordPress
In reply to: auto-pluggerPlease reply someone…
Forum: Installing WordPress
In reply to: auto-pluggerThanks; i went here: https://dev.wp-plugins.org/browser/comment-plugger/
How do I download and which folder do I download and what includes do I put in where? A lot of questions lol, but I’m hopeless with wp atm.
Forum: Installing WordPress
In reply to: auto-pluggerIt’s definitely activated :S