uspgamedev / ugd-wp-theme

USPGameDev's website code. Currently just the theme's code. Uses WP's API.
GNU General Public License v3.0
2 stars 0 forks source link

Next button is broken #8

Open aki-cat opened 6 years ago

aki-cat commented 6 years ago

When clicking next button, the ajax request for the next page of posts is blocked by WP.

The fix is to make the ajax code "safe" to WP's standards. This is due to a WP update break, by the way. They changed how WP treats JS code and ajax requests and our code is not written to follow its new standards.