admin管理员组文章数量:1415484
I am using a WordPress theme called "business one page" and it has a slider with Learn-more button. Here is a demo of the theme Business-One-Page
I am using a child theme and I want to change the permalink of the button by inserting code into the functions.php file. First, I tried to locate the slider code inside the home-page-template then I have opened all files and search for the btn(class="btn-more") without any results. I have found the .php file for all sections and pages except the slider. Is it possible that some parts of the code are not included?
Is it possible to edit the permalink with coding? or do I have to create another button myself?
I just wanted to change the permalink so it would not link to another page, instead link to content on the same page using (#content).
Thanks
I am using a WordPress theme called "business one page" and it has a slider with Learn-more button. Here is a demo of the theme Business-One-Page
I am using a child theme and I want to change the permalink of the button by inserting code into the functions.php file. First, I tried to locate the slider code inside the home-page-template then I have opened all files and search for the btn(class="btn-more") without any results. I have found the .php file for all sections and pages except the slider. Is it possible that some parts of the code are not included?
Is it possible to edit the permalink with coding? or do I have to create another button myself?
I just wanted to change the permalink so it would not link to another page, instead link to content on the same page using (#content).
Thanks
Share Improve this question edited Aug 20, 2019 at 14:26 Muhammad Usama 304 bronze badges asked Aug 20, 2019 at 13:53 davidhlynsdavidhlyns 178 bronze badges1 Answer
Reset to default 0I recommend creating a child theme first so you can update later. Further, you can edit /wp-content/themes/business-one-page/inc/extras.php at line # 149 and replace with below code.
<a class="btn-more" href="#content"><?php echo esc_html( $slider_readmore );?></a>
本文标签: How to edit button permalink inside functionphp using a child theme
版权声明:本文标题:How to edit button permalink inside function.php using a child theme? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745231007a2648822.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论