Subscribe2 Configuration

Sure it is joshau Thee S2 admin interface could be better, but it is stable, has been around a long time. You can exclude categories (eg all except your 2) and can allow users to select which categories they want from within that. I’m not the author, but I have it in use in a … Read more

Image Crop/Resize Function/Code Sinppet/Plugin to adjust/crop images during upload

-= 1 =- This is untested and might not work with your theme if it’s using a custom function to upload the actual images, but I would add the size you want using add_image_size( ‘profile_photo’, $width, $height, array( ‘center’, ‘middle’ ) ); to your functions.php file. Then you can retrieve the image using wp_get_attachment_image_src() passing … Read more

Quote rotator in the sidebar

You don’t need a plugin for that (and I can’t imagine that one would exist for that). A plain simple function, that you call in your sidebar, is enough: The Query function quote_posts_list() { // Retrieve 5 random posts: $posts = get_posts( array( ‘numberposts’ => 5, ‘orderby’ => ‘rand’, ‘tax_query’ => array( ‘taxonomy’ => ‘post-format’, … Read more

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