I want to implement a system to insert custom links in my wordpress custom theme. I don't want to hardcode these links inside my theme. These links are for the socials or partners website. So they need to be easily changed from WordPress dashboard. I want to avoid registering a custom post type or using a post. Is this possible with a custom function or a similar solution?
I want to implement a system to insert custom links in my wordpress custom theme. I don't want to hardcode these links inside my theme. These links are for the socials or partners website. So they need to be easily changed from WordPress dashboard. I want to avoid registering a custom post type or using a post. Is this possible with a custom function or a similar solution?
Share Improve this question edited May 15, 2019 at 13:23 Fayaz 9,0172 gold badges33 silver badges51 bronze badges asked May 15, 2019 at 12:09 YikkoYikko 155 bronze badges2 Answers
Reset to default 0You could use ACF https://www.advancedcustomfields/ and create a custom field for the links. Then use the value in the template. The ACF web site has some great documentation and examples.
I think there are multiple ways of adding dynamic links to your theme. For example,
- Theme Customization API / Customizer
- Settings API
- Navigation menus
- Links manager (maybe outdated?)
- If the links are shown on a certain page (template), then maybe a custom meta box
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745489610a4629928.html
评论列表(0条)