最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Adding Author URL to Nav Menu via Shortcode

programmeradmin1浏览0评论

I'm looking to add the Author URL to the Nav Menu via a shortcode.

Here's the shortcode I registered:

add_shortcode( 'author_url', function() {
    return get_author_posts_url( get_current_user_id() );
} );

After registering the shortcode, I tried using this plugin to add it to the nav menu: /

However, the shortcode output is https//mysite.local on my localhost

Notice how it's lacking the ':' after the https.

What's going on, and how can I fix this?

Thanks!

发布评论

评论列表(0)

  1. 暂无评论