asdfqwer
Forum Replies Created
-
Forum: Plugins
In reply to: [Taxonomy Widget] Pretty URLs not working any moresick bump
Forum: Fixing WordPress
In reply to: Categories are just … GONE!not site wide as my categories and tags work fine
Forum: Plugins
In reply to: [Taxonomy Widget] Pretty URLs not working any moreWow, thanks so much. That fixed my problem. The wordpress categories widget and AVH Extended Categories Widgets and every other widget I installed still don’t work and just give the ugly url, but your widget works great and resolves to the pretty url. Don’t know why yours is the only one that works, but I’m grateful.
Forum: Plugins
In reply to: [Taxonomy Widget] Pretty URLs not working any moreI didn’t realize this was in refernce to Michael’s widget). I was having the problem wit just the defauly categories widget, so i installed Taxonomy Widget (I assume that is the widget we’re talking about) and stil have the problem. Links resovle as
?cat=39 instead of to pretty url. The version I installed is .3. I guess either we’re talking about a different widget or 0.5.1 isn’t out yet?Forum: Plugins
In reply to: [Taxonomy Widget] Pretty URLs not working any moreI have the same problem. Can you post how the issue was worked out via email so others can resolve it?
Forum: Fixing WordPress
In reply to: Catergories Sidebar Dropdown Not Resolving to Pretty LinksSo I guess there’s nothing I can do?
Forum: Fixing WordPress
In reply to: Catergories Sidebar Dropdown Not Resolving to Pretty LinksThanks. I’d done all that except resetting plugins folder, and just tried that, but the problem remains.
looking at the source code of any page on my blog, the relevant script is
<script type='text/javascript'> /* <![CDATA[ */ var dropdown = document.getElementById("cat"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value > 0 ) { location.href = "https://www.gregdorter.com/toronto-therapist-blog/<strong>?cat="+dropdown.options[dropdown.selectedIndex].value</strong>; } } dropdown.onchange = onCatChange; /* ]]> */ </script>
But I don’t know where I can change that.
I noticed I was using wp_list_cats in sidebar.php and that wp_list_cats is depreciated, but changed it to the wp_list_categories and no difference.
Forum: Fixing WordPress
In reply to: updated version and now nothing shows upthanks. anyway, my server had backup files from earlier this week and restored everything to then so nevermind.
Forum: Fixing WordPress
In reply to: My site and my admin page vanishedfwiw i have the exact same problem and it happened after i updated my version using simple scripts on my webhost. it updated and then all i would get at the blog indx page or admin page was white. uninstalled update and still everyting is gone.