We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
baserCMS version : 4, 5
4系 https://github.com/baserproject/basercms/blob/dev-4/lib/Baser/Plugin/Blog/View/Helper/BlogHelper.php#L1444 getTagLinkUrl
$url = $url . 'archives/tag/' . $tag['name']; ... $url = '/tags/' . $tag['name'];
5系 https://github.com/baserproject/basercms/blob/5.1.x/plugins/bc-blog/src/View/Helper/BlogHelper.php getTagLinkUrl
$url = $url . 'archives/tag/' . $tag->name; ... $url = '/tags/' . $tag->name;
The text was updated successfully, but these errors were encountered:
@HungDV2022 こちら対応お願いします。
Sorry, something went wrong.
HungDV2022
No branches or pull requests
baserCMS version : 4, 5
4系
https://github.com/baserproject/basercms/blob/dev-4/lib/Baser/Plugin/Blog/View/Helper/BlogHelper.php#L1444
getTagLinkUrl
5系
https://github.com/baserproject/basercms/blob/5.1.x/plugins/bc-blog/src/View/Helper/BlogHelper.php
getTagLinkUrl
The text was updated successfully, but these errors were encountered: