LiteSpeed Caching / Listing Link
-
We are using the LiteSpeed plugin. Occasionally, the Details link will generate improperly. For example:
?post_type=page&p=24252
I have traced the issue to line 210 of ListingsAjaxController.php:
“post_link” => get_post_permalink(),
Changing the line to the following appears to resolve the issue and loads the correct permalink:
“post_link” => get_post_permalink($_id),
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘LiteSpeed Caching / Listing Link’ is closed to new replies.