Forums
(@gzalariya)
11 years, 1 month ago
Hello @zoranc,
Again the tab is locked open when the page is viewed in IE8.
WordPress Version : 3.6.1 Plugin Version : 1.50
Is there any solution for this?
With Regards, Gaurang Zalariya
11 years, 2 months ago
You can display sub category using below code
<?php $this_cat = (get_query_var('cat')) ? get_query_var('cat') : 1; ?> <?php $this_category = get_category($this_cat); if ( $this_category->parent ) { $this_cat = $this_category->parent; } ?> <?php wp_list_categories('child_of=' . $this_cat . ''); ?>
Can you please provide a screenshot for https://visastic.com/wp-admin/options-writing.php because I think there is some problem in setting.
Export the database with phpmyadmin and use queries to change URLs rather than search/replace in a text dump. See Moving WordPress ? WordPress Codex and How to Move WordPress to New Domain or Location ? My Digital Life