Skip to content

Instantly share code, notes, and snippets.

@ubaidoso
ubaidoso / ***Wp Ajax Pagination***
Last active June 15, 2023 11:55
***Wp Ajax Pagination***
***Wp Ajax Pagination***
Description: Here are three files one is portfolio.php where you will get your Blog Posts / CPT and at the end you will call your function which is in pagination file you can copy and paste pagination.php code directly in function.php file. And at the end of this you can copy and paste the theme.js code in your js file.
Video Link: https://www.loom.com/share/c2c4bd693f4b41c6b86868f3c4373f96?sid=3f6c1006-0de1-4b5b-adcd-8ba91e07748c
Video Link 2: https://www.loom.com/share/869cae5ca7a741e281276dae15d8cc6a?sid=5235cdb0-c038-4e3f-a18d-28c8ef06f375
Description: Copy and Paste theme-options code on your function.php file or anyother php file but make sure to include that file in function.php file
And after that copy and paste the foo.php code on your footer.hpp file or any other file where you want to get fetch and print the fields Data.
Theme Options