Facebook Like Button in Jetpack [closed]

Go to Settings > Sharing in your dashboard Sroll down until the “Button Style” option. Choose “Official Buttons”. The Facebook Share button has now changed into a Facebook Like Button. Save your changes, and you’ll be good to go! If you want to add a Facebook Share button next to the Like button, you can … Read more

Infinite Scroll not working in own theme

You need either a content.php or content-<post format>.php OR use a render: add_theme_support( ‘infinite-scroll’, array( ‘container’ => ‘content’, ‘footer’ => false, ‘render’ => ‘render_function’, ‘wrapper’ => false ) ); function render_function() { get_template_part(‘loop’); } This implies you have a loop.php.

Enable infinite scroll on single.php [closed]

Here’s the direction to go, I think: The WP Infinite Scroll plugin works by identifying your page’s navigation and then, I think, loading the next link found there. So instead modifying the query on single.php, I’m now trying to modify the pagination. I’ve tried several pagination functions, such as posts_nav_link() and twentytwelve_content_nav( ‘nav-below’ ), neither … Read more

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