diff --git a/bl-themes/social-network/css/style.css b/bl-themes/social-network/css/style.css index 41b65b72..6ceb4a2b 100755 --- a/bl-themes/social-network/css/style.css +++ b/bl-themes/social-network/css/style.css @@ -85,6 +85,10 @@ blockquote { height: 64px; } +#jsloadMorePosts { + cursor: pointer; +} + /* Image Gallery */ .image-gallery img { width: 120px; diff --git a/bl-themes/social-network/index.php b/bl-themes/social-network/index.php index 4a7c2ea3..b9b95432 100755 --- a/bl-themes/social-network/index.php +++ b/bl-themes/social-network/index.php @@ -34,6 +34,11 @@ + + diff --git a/bl-themes/social-network/php/home.php b/bl-themes/social-network/php/home.php index da772f5a..b4f256da 100644 --- a/bl-themes/social-network/php/home.php +++ b/bl-themes/social-network/php/home.php @@ -30,27 +30,72 @@ @@ -187,3 +229,9 @@ document.getElementById("jspostButton").onclick = function(event) { + +
+
+

Load more posts

+
+
\ No newline at end of file