Problems with the following code
-
Hey,
I inserted the following code in my functions.php but for any reason it doesn′t work.
Does someone know what the problem is?
I′m using the fruitful theme but I think that is immaterial.<?php
function swiftype_javascript_config() {
?>
<script type=”text/javascript”>
var swiftypeConfig = {
filters: {
posts: {
category: [‘!6’]
}
}
resultLimit: 4;
};
</script>
<?php
}add_action(‘wp_head’, ‘swiftype_javascript_config’);
?>Thank you very much!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problems with the following code’ is closed to new replies.