MF22904
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Fatal error?For me to change a different theme or to disable the plugin , its the same thing! With the fatal error message. It doesn’t even allow me to have the option to switch to an different theme.
Forum: Fixing WordPress
In reply to: Upload/Insert button not workingKool I will give it a try
Forum: Fixing WordPress
In reply to: READ MORE TAG!http://foodnationny.com/category/breakfast/
or any one of those tabs
thank youForum: Fixing WordPress
In reply to: READ MORE TAG![ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<?php get_header(); ?> <?php include('pagemenu.php') ?> <!-- start: content --> <div id="content"> <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><a>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2><?php the_time('l, F jS, Y'); ?> <div class="entry"> <?php the_content(); ?> <p class="postmetadata"> <?php _e('Filed under:'); ?> <?php the_category(', ') ?> <?php _e('by'); ?> <?php the_author(); ?> <!-- start: tag codes added --> <?php if (get_the_tags()) the_tags('Tags: « ',' - ',' » '); ?> <!-- end: tag codes added --> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> <?php edit_post_link('Edit', ' | ', ''); ?> </p> </div> </div> <?php endwhile; ?> <div class="navigation"> <!-- commented out code to use default next and previous page --> <?php posts_nav_link(/* 'in between ','before',' after' */); ?> </div> <?php else : ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><?php _e('Not Found'); ?></h2> </div> <?php endif;?> </div> <!-- end: content --> </div> <!-- end: container --> <?php get_sidebar(); ?> <?php get_footer(); ?>this is from my index.php.
sorry about that!!!Forum: Fixing WordPress
In reply to: READ MORE TAG!cant figure it out huh?
Forum: Fixing WordPress
In reply to: READ MORE TAG!I forget where, Its prolly outdated! huh?
Forum: Fixing WordPress
In reply to: READ MORE TAG!<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><a>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2><?php the_time('l, F jS, Y'); ?> <div class="entry"> <?php the_content(); ?> <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?> <?php edit_post_link('edit', '<p>', '</p>'); ?>take a look!
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Fixing WordPress
In reply to: READ MORE TAG!http://foodnationny.com/category/bars/
Or any one of the tabs in the category drop down. For some reason its is showing […] Orginally i wanted the “read more tag” and thats not even showing up. THanks!
LOL how do you start with number 1?