Maximum number of posts per page before affecting performance?

You need a js file.. Then call using js a stream function ajaxStreamCall(){ $.ajax({ type:’POST’, data : { action: ‘get_stream’, offset : +++ //you will need to find a method to offset from your current posts }, success: function(obj){ $(obj).prependTo(‘#news-stream’); }, url: “/wp-admin/admin-ajax.php” }); } You will need to find what your offset is, maybe … Read more

Connection of mysql DB with wordpress

1.Wordpress is written in PHP and it’s very dynamic. 2.If you use wordpress, you don’t need to worry about a database.Wordpress core files will handle that.The database connection infomtion is located in wp-config.php. 3.It really don’t require coding when you use worpdress ,there are plenty of handy themes and plugins out there.