Alex
Forum Replies Created
-
Forum: Plugins
In reply to: [Permalink Manager Lite] Pagination on Permalink editor tab not workingHi Maciey!
Nope, I don’t. But I tested it on the clean WP installation and pagination works. Tried to changed the theme to the native one, didn’t help. It seems the problem is on my side, perhaps because of some plugin. But all others have no any issues.
Thanks anyway. Will try to find out what’s wrong.
Forum: Plugins
In reply to: [Permalink Manager Lite] Pagination on Permalink editor tab not workingHi Maciey!
Here it is.
…/wp-admin/tools.php?page=permalink-manager.php&paged=2&debug_editor_sql=1:SELECT * FROM wp_posts WHERE post_status IN (‘publish’) AND post_type IN (‘post’, ‘page’, ‘attachment’) ORDER BY ID desc LIMIT 10 OFFSET 10
Offset: 10
Page: 2
Per page: 10
Total: 35…/wp-admin/tools.php?page=permalink-manager.php&paged=1&debug_editor_sql=1:
SELECT * FROM wp_posts WHERE post_status IN (‘publish’) AND post_type IN (‘post’, ‘page’, ‘attachment’) ORDER BY ID desc LIMIT 10 OFFSET 0Offset: 0
Page: 1
Per page: 10
Total: 35By the way, after clicking the next page, the page reloaded but &paged=1 remains in the url wihtout changing.
Forum: Plugins
In reply to: [Permalink Manager Lite] Pagination on Permalink editor tab not workingHi Maciey!
Permalink Manager 0.4.4 and php 7.0.4.
Forum: Plugins
In reply to: [WordPress Popular Posts] Attachment post typeActually it’s very good that attachment views are counted, even by the accident ?? I also inevitably need it for attachment pages. Hope you could add a status option in the future, at least some, including myself, would be very happy ^)
And thank you, Hector, for the quick tip as a temporary solution.
Thank you, Hector ??
Forum: Plugins
In reply to: [WordPress Popular Posts] Problem with Ajaxify optionHi Hector,
If you don’t mind I just put my thoughts. If your plugin had the option to remove the inline script and then add it tp the footer, it would be great and very helpful for those who are crazy on their site’s optimization. And this would be a quick fix when various optimizers used in themes (which usually take all scripts to the footer).
For example, TOP 10 plugin does it by removing Filter and calling the tracking function wherever you need.
Forum: Plugins
In reply to: [WordPress Popular Posts] Prevent logging views from CustomizerThank you for the quick help!