Blog Image and Title in Right Sidebar

I think it’s easier to put the css code inside your theme through customize theme. wp-admin > appearance > customize To create a css that affects your sidebar posts like you want you need to post the html structure.

Blog post Links leading to home page [closed]

Delete you .htaccess file in root Reset your permalink structure If have access to the theme file make sure your blog title link refers to the_permalink() as destination. you might have open anchor tag from the logo which developer forgot to close.See page source or inspect it. Share the code in your loop.

LinkedIn Share Post Button

Use this: <script type=”text/javascript” src=”http://platform.linkedin.com/in.js”></script><script type=”in/share” data-url=”<?php the_permalink(); ?>” data-counter=”right”></script>