Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git hud issue #46

Open
sowmyarani252 opened this issue Feb 2, 2021 · 0 comments
Open

git hud issue #46

sowmyarani252 opened this issue Feb 2, 2021 · 0 comments

Comments

@sowmyarani252
Copy link

Hi sir, this is sowmya.
problem is unable to find style.css and main.js files
image
i am getting filemtime address but css file not showing in view page source page.
image
`function adding_stylesheet_link()
{

wp_enqueue_style('style-css', get_stylesheet_uri(), [], filemtime(get_template_directory(). '/style.css'), 'all' );

wp_enqueue_script('main-css', get_template_directory_uri() . '/asset/main.js', [], filemtime(get_template_directory(). '/asset/main.js'), true);
}
add_action('wp_enqueue_scipts', 'adding_stylesheet_link');
?>`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant