qed2u
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fifteen] Newbieset a “featured image” for the post you want ‘featured’on the home page
Forum: Themes and Templates
In reply to: [Fifteen] Newbieset a “featured image” for the post you want ‘featured’on the home page
Forum: Themes and Templates
In reply to: [Sixteen] label "Recent Posts"Thank you. Works great !
Forum: Themes and Templates
In reply to: [Sixteen] Change font color on the menuDashboard>> Sixteen Settings>>Layout settings>>paste the code into the Custom CSS box and save. Easy Peasey
Forum: Fixing WordPress
In reply to: Show content not excerptThanks guys
Forum: Fixing WordPress
In reply to: Show content not excerptWhich file is the_excerpt in I can see this
/**
* Sets the post excerpt length to 40 characters.
*
* To override this length in a child theme, remove the filter and add your own
* function tied to the excerpt_length filter hook.
*
* @since Twenty Ten 1.0
* @return int
*/
function twentyten_excerpt_length( $length ) {
return 4000;
}
add_filter( ‘excerpt_length’, ‘twentyten_excerpt_length’ );
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
where I have upped the limit from 40 to 4000 chars but that does not show the content if it includes an imageForum: Fixing WordPress
In reply to: Show content not excerptWhich file will this be in I am using the basic default 2010 and there does not seem to be the_excerpt
As a user of this template i would like to thank sayotan I have purchased “premium” templates not nearly as good as his.I wish him continued success
Joseph