Your issue is the dependency:
array( '' )
That’s setting your stylesheet to have a dependency on a stylesheet whose name is an empty string. If you want to say that there’s no dependency you need to use an empty array:
array()
Also, your second bit of code is missing an endif
, which will cause a fatal error.
Related Posts:
- Remove “Category:”, “Tag:”, “Author:” from the_archive_title
- get_template_directory_uri pointing to parent theme not child theme
- Get the ID of the page a menu item links to?
- Add container to nav_menu sub menu
- Link to user’s profile settings page?
- One Child Functions.php for Multiple Child Themes
- Shared functions.php across multiple WordPress websites
- Disabling pingback and trackback notifications
- AJAX handler throws 400 (Bad request) – why?
- Paged Single Post doesn’t redirect to the main url after Removing Pagination
- How to get comments with mixed status using get_comments?
- How to display the_post_thumbnail if a post has one or otherwise display the first image in a post?
- Return only top-level navigation items from a menu using wp_get_nav_menu_items
- How to add .htaccess code through a function?
- Conditional tag is_page with a custom post type
- How can I rename the WordPress AJAX URL? [duplicate]
- How to add a rel attribute to images that contains their categories?
- Is it possible to be more page/post specific with admin_enqueue_script?
- radio button is checked but display not check
- Theme options WP Editor
- Enqueue styles after a plugin
- Properly applying nonce to a form using AJAX
- What is the $context in remove_meta_box function?
- Add external js file to footer with id
- Conditions for Users and Visitors
- add_filter priority problem
- wp_enqueue JavaScript in child-theme (ReferenceError) using Search & Go
- How can I enable uploading excel files?
- Super simple shortcode not working
- Enqueue scripts not working with if is page conditional tag in functions.php
- what function can I use to automatically output og tags per page/post?
- Why does the ‘wp_nav_menu’ function work only until a menu is created?
- Add error message on password protected page ONLY when password introduced was incorrect
- Twentyten Child Theme: header images display messed up in admin panel
- Get Current Post ID in functions php, meta query filter
- Jquery implementation not working on page reload
- Parse error after modifying the template menu [closed]
- Reuse variable in hook callback
- Move Custom Fields on General Settings Page to New Location
- Pass parameter to hooked function using custom page template
- Is my code correct to enqueue CSS on a specific page?
- Where to put random functions?
- Define PHP variable from a seperate API if statement
- WordPress function only executes once
- Dequeue Script Using Functions.php
- Auto-Tweet if Type is ‘Status’ using OAuth
- Output a specific link in WordPress post if the single post’s category’s name contain certain word
- Using $WPDB to create simple array to check against user entered value
- How to add custom li item to wordpress menu
- error at login page in wordpress
- Passing user enetered value in widget: number of words, for example
- More tag locked in Hemingway
- How to store a number (coming from cookie) into query vars for later usage in other filters?
- Suggest Users basing on User taxonomy
- Code to insert code into single php
- How to display 2 function calls in same line?
- Remove a Plugin function through theme’s function.php?
- Custom function for search form
- If is_single in functions.php
- How to conditionally add a widget via a hook in functions.php
- Custom Menu in Admin doesn’t change menu in browser
- How can I show different content for different user-levels?
- WordPress function bloginfo not echoing output on parts of the pages
- get_image_tag() html output : empty src attribute
- How to change a meta value (of a published post) after X days.?
- How to change text color depending on the number value (Using javascript)
- Warning at top of website & top menu gone
- Why should I use get_template_directory() when include files?
- How to display an image before title text in menu items
- How to add custom metakey to shop_order page’s searching function?
- How to replace ACTION url from original wordpress login form?
- Redirect User Role When on Specific Page
- How to force one script to load before google tag manager script
- Show ‘Add to Cart’ on Out of Stock products
- wp_get_current_user return ID = 0 when used outside of wordpress, such as webhook / fulfillment dialogflow
- I can’t in any way include css in my theme using functions.php
- Pass post ID from archive template to functions file
- Remove the delete link from pages without a plugin
- Custom download page
- HowTo: Add wrapper to columns shortcode?
- How to include a hyperlink in the body text of a custom password protected form?
- Get title from IDs in a string
- uninstall a theme programmaticlly
- Could you please correct the code is_admin()
- get_comments not working properly after WordPress v4.4 update
- Update add_image_size
- What add_action reference should I be using or should I use do_action?
- Function to get the name in database table from the comma separated string
- Allow the access over wp-login.php
- Including one page with WordPress functions into another
- Limit length of headline in Editor
- Way of getting queried loop before the query with a filter hook?
- Check if there is an post to be published in future
- Unhook the comment form in Buddypress
- Why my wp_enqueue_script doesnt work on some page?
- Trying to get this function to show below the content
- is_preview() always return false
- Load script only on selected Pages
- Convert Image to Webp on upload without plugin
- How to automatically load Google Fonts on pages only as they’re used?