Theme has superfish – how to add supersubs?

Have you tried adding this to the themes functions.php? function add_supersubs() { wp_enqueue_script(‘superfish’, get_stylesheet_directory_uri() . ‘/js/superfish.js’); wp_register_script(‘supersubs’, get_stylesheet_directory_uri() . ‘/js/supersubs.js’,’superfish’); wp_enqueue_script(‘supersubs’); } add_action(‘wp_enqueue_scripts’, ‘add_supersubs’); // this assumes the supersubs.js is in the js folder of the main theme directory. You’ll also need to modify the header js to fit supersubs.

ajax not working in plugin

First of all I would recommend you to look through AJAX in Plugins article. If it doesn’t help, take in consideration these articles as well: Simplified AJAX For WordPress Plugin Developers using Jquery jQuery and Ajax in WordPress Plugins – Administration Pages jQuery and Ajax in WordPress Plugins – Public Pages

Sorting dynamic table content with jQuery

You might try calling the table by ID instead of the generic ‘table’. Also, wrap your JS in a noconflict wrapper like this: (function($) { $js162(function(){ $js162(“#actArchive”).tablesorter({ headers: { 0: { sorter: “text” }, 1: { sorter: “digit” }, 2: { sorter: false }, 3: { sorter: false } } }); }); })(jQuery);

Change Query Arguments (filter) with jQuery/Ajax or PHP?

The permalink structure you’ve described above e.g…./hotels/hamburg/features/sea-face isn’t really something that could be achieved by using custom fields. You would be better off creating a new taxonomy called ‘features’ and populating it with terms like ‘sea-facing’ and any others. In order to do queries for multiple taxonomies I would recommend the excellent Query Multiple Taxonomies … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)