pixelpower
Forum Replies Created
-
I modified the batch_exporter.php file and changed line 9
From: protected $limit = 50;
To: protected $limit = 1000;
The results were all user records but most of them were duplicated 2 or three times. For 9,000 users the export file had 27,000 rows. I used AI to remove all the duplicate rows and ended up with the correct number of user rows.I am using version 1.27.14 and when I try to export all 8,000+ user records the file only contains 400-500 records. I rolled back to version 1.27.12 and the same result only 400-500 records in the file when there should be over 8,000.
I have checked the box to hide the content from the archive page.
The restricted pages do not appear on the search results page.
The new problem is that the restricted pages are listed in the the search box dynamic search results drop down.
Is there a way maybe with some code in functions.php to filter the restricted pages out of the dynamic search results?- This reply was modified 2 years, 3 months ago by pixelpower.