lynchd57
Forum Replies Created
-
Forum: Plugins
In reply to: [Bootstrap Admin] [Plugin: Bootstrap Admin] Bootstrap adminIt is solved thanks
lynchd57
Forum: Themes and Templates
In reply to: Modifying CSS Categories to show ExcerptsIt was just l am finished with the post. if your directing that questions towards me and my problem, mine was in the bootstrap theme and l was having trouble with categories showing full posts instead of excerpts. I found the file its was under edit content php file this the part of the file you have to change to excerpt, you can see where l put excerpts in.
<?php endif;
the_excerpt( __( ‘Continue reading <span class=”meta-nav”>→</span>’, ‘the-bootstrap’ ) );
the_bootstrap_link_pages(); ?>
</div><!– .entry-excerpt –>
<?php endif; ?>goodluck
lynchd57Forum: Themes and Templates
In reply to: Modifying CSS Categories to show Excerptsdone
Forum: Everything else WordPress
In reply to: New user registration on your siteYes its just bots l have been told.
Nothing else has ever come of it so l think thats all they are.
Forum: Themes and Templates
In reply to: Modifying CSS Categories to show ExcerptsHi esmi,
thank you very much job done.Cheers
davidForum: Themes and Templates
In reply to: Modifying CSS Categories to show ExcerptsHi there esmi,
l found this one content phpjust tell me where l need to edit
* The default template for displaying content * * @author Konstantin Obenland * @package The Bootstrap * @since 1.0.0 - 05.02.2012 */ tha_entry_before(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php tha_entry_top(); ?> <header class="page-header"> <?php if ( is_sticky() AND is_home() ) : ?> <hgroup> <?php the_title( '<h1 class="entry-title"><a href="' . get_permalink() . '" title="' . sprintf( esc_attr__( 'Permalink to %s', 'the-bootstrap' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark">', '</a></h1>' ); ?> <h3 class="entry-format"><?php _e( 'Featured', 'the-bootstrap' ); ?></h3> </hgroup> <?php else : the_title( '<h1 class="entry-title"><a href="' . get_permalink() .'" title="' . sprintf( esc_attr__( 'Permalink to %s', 'the-bootstrap' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark">', '</a></h1>' ); endif; if ( 'post' == get_post_type() ) : ?> <div class="entry-meta"> <?php the_bootstrap_posted_on(); ?> </div><!-- .entry-meta --> <?php endif; ?> </header><!-- .entry-header --> <?php if ( is_search() ) : // Only display Excerpts for Search ?> <div class="entry-summary clearfix"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <?php else : ?> <div class="entry-content clearfix"> <?php if ( has_post_thumbnail() ) : ?> <a>" title="<?php the_title_attribute(); ?>"> <?php the_post_thumbnail( 'thumbnail' ); ?> </a> <?php endif; the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'the-bootstrap' ) ); the_bootstrap_link_pages(); ?> </div><!-- .entry-content --> <?php endif; ?> <footer class="entry-meta"> <?php $categories_list = get_the_category_list( _x( ', ', 'used between list items, there is a space after the comma', 'the-bootstrap' ) ); if ( 'post' == get_post_type() AND $categories_list ) // Hide category text for pages on Search printf( '<span class="cat-links block">' . __( 'Posted in %1$s.', 'the-bootstrap' ) . '</span>', $categories_list ); ?> </footer><!-- #entry-meta --> <?php tha_entry_bottom(); ?> </article><!-- #post-<?php the_ID(); ?> --> <?php tha_entry_after(); /* End of file content.php */ /* Location: ./wp-content/themes/the-bootstrap/partials/content.php */
Thanks very much if you can help
Dave
[Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin. As it stands, your code has been permanently damaged/corrupted by the forum’s parser.]
Forum: Themes and Templates
In reply to: Modifying CSS Categories to show ExcerptsHi there,
This is the category PHP template which part of this code do l edit,get_header(); ?> <section id="primary" class="span8"> <?php tha_content_before(); ?> <div id="content" role="main"> <?php tha_content_top(); if ( have_posts() ) : ?> <header class="page-header"> <h1 class="page-title"><?php printf( __( 'Category Archives: %s', 'the-bootstrap' ), '<span>' . single_cat_title( '', false ) . '</span>' ); ?></h1> <?php if ( $category_description = category_description() ) { echo apply_filters( 'category_archive_meta', '<div class="category-archive-meta">' . $category_description . '</div>' ); } ?> </header><!-- .page-header --> <?php while ( have_posts() ) { the_post(); get_template_part( '/partials/content', get_post_format() ); } the_bootstrap_content_nav(); else : get_template_part( '/partials/content', 'not-found' ); endif; tha_content_bottom(); ?> </div><!-- #content --> <?php tha_content_after(); ?> </section><!-- #primary --> <?php get_sidebar(); get_footer();
Really appreciate your help.
Dave
[Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still – use the pastebin. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Themes and Templates
In reply to: [The Bootstrap] [Theme: The Bootstrap] IE8Hi there one more,
the categories page shows all the posts instead of just the excerpts. Has anyone known how to rectify this hiccup.Thanks
Lynchd57Forum: Themes and Templates
In reply to: [The Bootstrap] [Theme: The Bootstrap] IE8Hi there,
does anyone else have trouble with getting the images to wrap around the text on this booststrap theme. I have only come across a few themes that do this and booststrap appears to be another. Does anyone have a solution for it.Lynchd57
Forum: Themes and Templates
In reply to: [The Bootstrap] [Theme: The Bootstrap] IE8Can someone tell me where to make the font size bigger on this theme. I can’t seem to find anything on adjusting the sizes of the H! tags but more importantly the font size on the posts.
Lyynchd57
Forum: Everything else WordPress
In reply to: New user registration on your siteHi esmi,
so what form do they fill out l really don’t get the answer. Are you saying they type wp-login.php?action=register ocdsite.com into the address bar and this is how they register. The main thing is there is no breach of security. Why don’t they just sign up for the email newsletter instead of going that route.Lynchd57
Forum: Fixing WordPress
In reply to: To hide a page title from the site main navigation menuHi guys,
l worked it out l installed a plugin called exclude pages which allows you to uncheck a box to exclude from your navigation menu. handy plugin.Dave