为第一个和最后一个菜单项指定唯一类
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了为第一个和最后一个菜单项指定唯一类相关的知识,希望对你有一定的参考价值。
Use this function to filter your first and last menu items and assign them each a specific class name. This is very handy when applying separators in CSS but want to exclude the first and/or last items.
// Assign Unique Classes To First And Last Menu Items function first_last_class( $items ) { return $items; } add_filter( 'wp_nav_menu_items', 'first_last_class' );
以上是关于为第一个和最后一个菜单项指定唯一类的主要内容,如果未能解决你的问题,请参考以下文章
RecyclerView 设置最后一个ArrayList项数据为第一项