wp_nav_menu, add class to every nth item?

You can use jQuery to do that. Try this in your header :

$(document).ready(function() {
    $("#mymenu li:nth-child(3n+3)").addClass("last");
});

Note : for this to work you need to have enqueued jQuery.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)