ernieb
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
yep 😀 thanks!
ahhhh, yes super cache pplugin is installed and activated.
I removed the entire section below but it didnt do anything..
/** * Prints HTML with meta information for the current post—date/time and author. * * @since Twenty Ten 1.0 */ function twentyten_posted_on() { printf( __( '<span class="%1$s">Posted on</span> %2$s <span class="meta-sep">by</span> %3$s', 'twentyten' ), 'meta-prep meta-prep-author', sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><span class="entry-date">%3$s</span></a>', get_permalink(), esc_attr( get_the_time() ), get_the_date() ), sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s">%3$s</a></span>', get_author_posts_url( get_the_author_meta( 'ID' ) ), sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ), get_the_author() ) ); } endif; if ( ! function_exists( 'twentyten_posted_in' ) ) :Forum: Fixing WordPress
In reply to: Need help with widgetthat code didnt work for me
Forum: Plugins
In reply to: [Plugin: NextGen Gallery] Linking to a PageI want to be able to click on the preview pic from the album page and have it goto a different page where i have all of the pics for that gallery. I dont think the plugin mentioned will solve my problem. there seems to be a built in function for what i want but it isnt working so im not sure if it isnt meant for what i want or if im doing it wrong or what
Forum: Plugins
In reply to: [Plugin: NextGen Gallery] Linking to a PageNo one can help me?
Viewing 6 replies - 1 through 6 (of 6 total)