cmurway
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing red read more block links on Hero themenot able to customize anything with this theme…can anyone please give me some suggestions. Ready to throw in the towel.
Forum: Themes and Templates
In reply to: Removing red read more block links on Hero themeI was able to remove the red block but the links are still there..any suggestions would be greatly appreciated.
Forum: Themes and Templates
In reply to: Removing red read more block links on Hero themeHello and thanks for the reply!
Found the loop.php
<?php /* If there are no posts to display, such as an empty archive page */ ?> <?php if ( ! have_posts() ) : ?> <h1><?php _e( 'Not Found', 'Hero' ); ?></h1> <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'Hero' ); ?></p> <?php get_search_form(); ?> <?php endif; ?> <!--loop starts here--> <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post-head"> <h1><a>" title="<?php printf( esc_attr__( 'Permalink to %s', 'Hero' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php if ( get_the_title() == '' ) { _e( '(No title)', 'Hero' ); } else { the_title(); } ?></a></h1> </div><!--post-heading end--> <div class="meta-data"> <?php Hero_posted_on(); ?> in <?php the_category(', '); ?> | <?php comments_popup_link( __( 'Leave a comment', 'Hero' ), __( '1 Comment', 'Hero' ), __( '% Comments', 'Hero' ) ); ?> </div><!--meta data end--> <div class="clear"></div> <div class="post-entry"> <?php if ( is_archive() || is_search() ) : ?> <?php the_content( __( '<span class="read-more">Read More</span>', 'Hero' ) ); ?> <div class="clear"></div> <?php wp_link_pages( array( 'before' => '' . __( 'Pages:', 'Hero' ), 'after' => '' ) ); ?> <?php else : ?> <?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) { the_post_thumbnail(array(620,240), array("class" => "alignleft post_thumbnail")); } ?> <?php the_content( __( '<span class="read-more">Read More</span>', 'Hero' ) ); ?> <div class="clear"></div> <?php wp_link_pages( array( 'before' => '' . __( 'Pages:', 'Hero' ), 'after' => '' ) ); ?> <?php endif; ?> <!--clear float--><div class="clear"></div> </div><!--post-entry end--> <?php comments_template( '', true ); ?> </div> <!--post end--> <?php endwhile; // End the loop. Whew. ?> <!--pagination--> <div class="navigation"> <div class="alignleft"><?php next_posts_link( __( '← Older posts', 'Hero' ) ); ?></div> <div class="alignright"><?php previous_posts_link( __( 'Newer posts →', 'Hero' ) ); ?></div> </div>
[Please post code or markup snippets between backticks or use the code button. Or better still – use a pastebin. As it stands, your posted code has been permanently damaged/corrupted by the forum’s parser.]
Forum: Themes and Templates
In reply to: Hero Theme helpI am also looking up how to change the size of the navigation…when I enlarge the font it creeps below the other parts..sorry to be a nag.
Forum: Themes and Templates
In reply to: Hero Theme helpSorry for my typo of “I having no luck” LOL.
Forum: Themes and Templates
In reply to: Hero Theme helpHi Christine,
WOW! Thank you soooooooo much….I have been sitting here since 6pm EST looking up solutions and I read that I would need to create other another page.php…thank You so much ??
Sincerely,
Craig