+ 2
How can i create a readmore button on website with long posts
I am creating a website with blog section and I would like to know how to create read more button
3 Réponses
+ 8
Hi Gen! I created a Read More button code for you using only HTML, CSS and JQuery. It's really simple, you just need to use the "data-" attribute in HTML5 to create your own attributes, and finally create a JQuery function that makes the button work, using only show and hide methods. I hope it works for your blog!
https://code.sololearn.com/W1al5QHDWS9X/?ref=app
+ 1
search in the google...you will need jquery and mysql in this..and ofcourse php too... by combining these you can make a read more option like facebook or any other blog site
0
thanks