Hey,
This is really a job for a developer, but I can point you in the right direction.
Open the file (sf-options.php) in the theme Folder: atelier/includes/options/sf-options.php
.
After line 3470, add this:
array(
'id' => 'vk_url',
'type' => 'text',
'title' => __('VK', 'swiftframework'),
'subtitle' => "Your VK URL",
'desc' => '',
'default' => '#'
),
Make sure you preserve all previous commas in the previous arrays.
Go to your admin options ‘Social Profiles’ and add your URL and save the options. See screenshot.
Thanks,
David.
Attachments:
You must be
logged in to view attached files.