How to add pagination with page numbers rather than next/previous links?

It depends on which pagination you’re talking about: Archive Index pagination Single-Post pagination Comments pagination In all three cases, the answer is yes, but the implementation is different. Archive Index Pagination WordPress provides a function, paginate_links(), for post-archive pagination links. It’s use isn’t exactly straightforward, but fortunately, implementation is mostly cut-and-paste from the Codex example. … Read more

Is there a plugin which allows me to save additional, invisible content per post?

I like this idea from wprecipes.com. It is a very lightweight solution. add_shortcode( ‘note’, ‘sc_note’ ); function sc_note( $atts, $content = null ) { if ( current_user_can( ‘publish_posts’ ) ) return ‘<div class=”note”>’.$content.'</div>’; return ”; } It allows you to use the [note]…[/note] shortcode to enter private comments.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)