tkien
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Language problem after upgrade to WP 4.0Ok, I got it, I have to choose language on Setting page.
I got this issue when I edit an article I get “You do not have the permission required to edit posts in this forum” error on WordPress backend.
How to fix it???
Forum: Fixing WordPress
In reply to: Not show thumbnail on Facebookyes, it actually show full img url. I cant get it show on FB. Dont know why ??
Forum: Alpha/Beta/RC
In reply to: Multisite image path errorI also have an issue, thats weak, not like something here. I uploaded images on August, it shows on folder /08. But now is september, images dont show anymore.
I checked folders manually, it created a new folder wp-content/wp-content/1/files/08 or something like this, depends on site id. I dont know why, all site setting is like as default. I havent changed upload setting.
So how to fix it? I’m using win 2008 server, iis 7.
Thanks
Forum: Fixing WordPress
In reply to: how to remove /blog slug in WP 3.0?my site is yourdomain.com/wp-login.php
I dont set permalink like above, I set category/post-nameBut it is still show /blog
Forum: Fixing WordPress
In reply to: how to remove /blog slug in WP 3.0?my site is on root already, I just want to remove /blog slug wich WP creates.
Forum: Alpha/Beta/RC
In reply to: WordPress 3 and multiple languages?Just use WPML, it works fine.
Forum: Plugins
In reply to: wp_list_categories: highlight current category when viewing single posthow do you fix the issue with tag cloud? When click to a tag cloud, both home item and others items are highlight.
Forum: Themes and Templates
In reply to: navigation menu questionThank you ?? I found a way to reslove it. Use this code
<?php if (!is_page() && !is_home()){ $catsy = get_the_category(); $myCat = $catsy[0]->cat_ID; $currentcategory = '&current_category='.$myCat; } wp_list_categories('hierarchical=1&use_desc_for_title=0&exclude=12&depth=1&orderby=id&title_li='.$currentcategory); ?>