Skip to content

Commit

Permalink
added markup folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ashrafbd1496 committed Aug 25, 2021
1 parent e0e206e commit 481bbf8
Show file tree
Hide file tree
Showing 164 changed files with 57,053 additions and 45 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ Meal WP Theme Dev
===

This is Meal wp theme.


* Have several features like
Have several features like

### Food Booking

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "automattic/underscores",
"name": "automattic/meal",
"type": "wordpress-theme",
"description": "Hi. I'm a starter theme called _s, or underscores, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.",
"description": "Food Delivery theme.",
"keywords": [
"WordPress",
"Themes"
],
"homepage": "https://github.com/Automattic/_s",
"homepage": "https://github.com/ashrafuddin1496/Meal-WP",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Contributors",
"homepage": "https://github.com/Automattic/_s/graphs/contributors"
"homepage": "https://github.com/ashrafuddin1496/Meal-WP/contributors"
}
],
"require": {
Expand All @@ -26,10 +26,10 @@
"scripts": {
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
"make-pot": "wp i18n make-pot . languages/_s.pot"
"make-pot": "wp i18n make-pot . languages/meal.pot"
},
"support": {
"issues": "https://github.com/Automattic/_s/issues",
"source": "https://github.com/Automattic/_s"
"issues": "https://github.com/ashrafuddin1496/Meal-WP/issues",
"source": "https://github.com/ashrafuddin1496/Meal-WP"
}
}
4 changes: 4 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,13 @@ function meal_widgets_init() {
* Enqueue scripts and styles.
*/
function meal_scripts() {
//stylesheets

wp_enqueue_style( 'meal-style', get_stylesheet_uri(), array(), _S_VERSION );
wp_style_add_data( 'meal-style', 'rtl', 'replace' );


//scripts
wp_enqueue_script( 'meal-navigation', get_template_directory_uri() . '/js/navigation.js', array(), _S_VERSION, true );

if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
Expand Down
Loading

0 comments on commit 481bbf8

Please sign in to comment.