Wordpress , why the plugins I install is without css and javascript?

Asked

Viewed 56 times

0

Hello. i am trying to put a photo gallery in a wordpress template I did, however at the time I put the plugin it inserts the HTML into Pages > Add Page

And then add the plugin code

[gallery_bank type="images" format="masonry" title="true" desc="false" responsive="true" display="selected" no_of_images="10" sort_by="random" animation_effect="" album_title="true" album_id="1"]

But it only shows HTML, both css and javascript does not work....

You have to do something in the template to support plugins?

Additional information is just ask, I preferred not to go into too much detail because I believe the problem is the lack of some code to support plugins.

But any hunch helps you figure out the problem

1 answer

2


Why are you talking wp_head() in the header.php and the wp_footer() in the footer.php of its theme.

These functions are essential for the correct functioning of the theme.

In Wordpress Codex has a documentation comments on this in Theme Developement.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.