This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>J&J Family Dentistry — Homepage Redesign Mockup</title> | |
| <link rel="preconnect" href="https://fonts.googleapis.com"> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
| <link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Source+Sans+3:wght@400;600;700&display=swap" rel="stylesheet"> | |
| <style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * MIA : Instagram Feed | |
| * | |
| * @package MIA | |
| * @version 1.0 | |
| * @author CreativeLibrary | |
| * @copyright Copyright (c) 2017, CreativeLibrary | |
| * @link | |
| * @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License v2 or later |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| -- Social Media | |
| */ | |
| $wp_customize->add_section( 'social_media', array( | |
| 'title' => esc_html__( 'Social Media', 'mia' ), | |
| 'priority' => 50, | |
| 'panel' => 'theme_options' | |
| ) ); | |
| $social_profiles = mia_supported_social_medias(); |