WordPress 字母索引
我有一个问题。 如何在没有插件的情况下建立带有链接的字母索引? 示例:ABCDEFGHIJKLMNOPQRSTU VWXY Z
如果一个角色包含帖子,它将是一个链接。 否则它会发短信。
任何人都可以帮助我吗?
更新:或者类似的东西 http://dribbble.com/tags
I have a question.
How can do an alphabetical index with links without plugin ?
Example : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
If a character contains posts, it will be a link.
Else it will text.
Anyone can help me ?
Update : Or something like this http://dribbble.com/tags
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以编写几行代码来查询数据库并对帖子标题进行类似搜索。下面的内容不是针对 WP 查询的格式,但它应该可以给您一个好主意:
如果计数大于 0,则您知道有帖子,并且可以向该信件添加超链接。
You could write a few lines of code to query the database and do a like search on the post titles. The below is not formatted for a WP query, but it should give you a good idea:
If the count is greater than 0, you know there are posts and you can add a hyperlink to the letter.