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
| wp_enqueue_style( 'website-style', get_stylesheet_uri(), array(), wp_get_theme()->version ); |
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
| <link rel="stylesheet" id="website-style-css" href="https://www.website.cz/wp-content/themes/website/style.css?ver=1.0.1" type="text/css" media="all"> |
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
| Abortion Services | |
| Accessories Store | |
| Accountant | |
| Active Life | |
| Acupuncture | |
| Addiction Resources | |
| Admissions Training | |
| Adoption Service | |
| Adult Education | |
| Adult Entertainment |
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
| function muj_add_post_type() { | |
| register_post_type( 'muj_document', | |
| array( | |
| 'labels' => array( | |
| 'name' => 'Dokument', | |
| 'singular_name' => 'Dokument', | |
| 'add_new' => 'Přidat dokument', | |
| 'add_new_item' => 'Přidat nový dokument', | |
| 'edit' => 'Upravit', | |
| 'edit_item' => 'Upravit dokument', |