Joshtup
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My content is doubling on pages?The theme I’m currently using, sitefine, seems to be the issue. The plugins are fine – the problem went away when I switched to the twentythirteen theme..
Forum: Fixing WordPress
In reply to: My content is doubling on pages?No I haven’t, i’ll give it a shot.
Forum: Fixing WordPress
In reply to: My content is doubling on pages?Example:
Please refer to the FAQ or forums before contacting us with questions which may have already been addressed. If you would like to submit content for the website please include citations & other sources, including media.
Edit This
Please refer to the FAQ or forums before contacting us with questions which may have already been addressed. If you would like to submit content for the website please include citations & other sources, including media.Forum: Fixing WordPress
In reply to: Fatal Error, cannot redeclare wp_trim_excerptI’ve figured it out. Entered through webroot and restored my functions.php file there.
Forum: Fixing WordPress
In reply to: Home page showing full post, not summaryActually nvm, that just changes the featured post section above it.
Forum: Fixing WordPress
In reply to: Home page showing full post, not summaryShould placing:
function custom_excerpt_length( $length ) {
return 20;
}
add_filter( ‘excerpt_length’, ‘custom_excerpt_length’, 999 );… into functions.php fix my issue I’m having?
Forum: Fixing WordPress
In reply to: Home page showing full post, not summaryYeah, still full post.. I’m using sitefine 1.1.
Forum: Fixing WordPress
In reply to: Home page showing full post, not summaryThat may be it.. can’t remember what settings I had changed. I’ll wait and see. Thanks.