Can't get :lt(3) to work
-
I’m just testing the plugin to see if it’s what I need for a project. I have the content being displayed from the shortcode: [wpws url=”https://cars.old.com.au/list.php/used_cars/” selector=”.results_row_1″]
however, if I try to limit it to display only 4 posts bt adding :lt(3) to the end of the selector I get an error ‘Error parsing: Invalid CSS selector’
My code looks like this:
[wpws url=”https://cars.old.com.au/list.php/used_cars/” selector=”.results_row_1:lt(3)”]
Are you able to guide me in the right direction?
Kind regards
Catherine
- The topic ‘Can't get :lt(3) to work’ is closed to new replies.