Project frenchenglishrussian.com
To start the project git clone https://gitlab.com/AlsconWeb/frenchengru.git
To compile html \ css from dev version
| new Vue({ | |
| el:'.less-2', | |
| data:{}, | |
| }); |
| jQuery(document).ready(function($){ | |
| $('.video .video-uploads').click(function(e){ | |
| const url = $(this).parent().data(); | |
| $(this).append('<source src="'+ url.video +'">'); | |
| console.log(url); | |
| }); | |
| }); |
| <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script> |
| <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> |
| register_sidebar( array( | |
| 'name' => 'sidebare_menu', | |
| 'id' => 'sidebare_menu', | |
| 'before_widget' => ' ', | |
| 'after_widget'=>' ', | |
| 'class'=>'conditions-menu', | |
| 'before_title' => '<h3 class="clicking">', | |
| 'after_title' => "</h3>", | |
| )); |
| <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> | |
| <?php the_content();?> | |
| <?php endwhile; ?> | |
| <?php endif; ?> |
| add_filter('excerpt_more', function($more) { | |
| return '...'; | |
| }); |
| <?php | |
| /** | |
| * Template Name: Terms Page | |
| */ | |
| ?> |