[Serious ] How To Add Pagination in Wordpress without a plugin?

Mukeshwar Singh

Regular Member
Joined
Mar 12, 2020
Messages
480
Reaction score
153
DON'T IGNORE!

I am making an HTML table on WordPress with 2000 rows and I want to add pagination such that only 20 shows on each page. I don't want to use TablePress or any other plugin! How can I achieve this? I have tried 1000 different methods but nothing worked. Please Help!
 
The package could not be installed. No valid plugins were found.
 
Also, if it's not a plugin where do I place the CSS and JS script? Do I have to create a file or what?
 
DON'T IGNORE!

I don't think this issue is worth such drama.

Checking the replies above it seems like you just have to learn little HTML, JS and CSS. You probably stumbled upon multiple working solutions already.

Also, if it's not a plugin where do I place the CSS and JS script? Do I have to create a file or what?

You can insert them into page directly (inline) or host them and then link to them.

Make sure to work in Text editor. Visual and Gutenberg will not format correctly.
 
Back
Top