cliffmusic29
Forum Replies Created
-
I get the same thing in my description area… curious, dmplough are you using a Digital Calvary theme. Just a guess.
I get [caption id= for my description every image I try to share.
Thanks Alchymth, I think I see what you mean, ‘is_front_page()’ has nothing to do with these pages … sorry for my lack of knowledge of PHP, im learning 🙂
Can you give me an idea of how would i wrap $wp_query in is_paged so I can give each page a different offset?
I tried adding this shortcode to a plain text widget and it didn’t work?????
I had the same form on a different part of the site, but decided to move it to a widget, what am i doing wrong?
I used –> [formbuilder:1] –> and the id of the form is 1
Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] Control excerpt lengthThanks Micah… worked perfectly.
Forum: Plugins
In reply to: [Promotion Slider] [Plugin: Promotion Slider] Control excerpt lengthIm not advanced enough to write that from scratch or where to put it… would it be something like this:
function custom_excerpt_length( $length ) {
return 20;
}
add_filter( 'the_excerpt', 'custom_excerpt_length', 20 );