chizet
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
I’m running into this now. Anything ever work for you?
Forum: Plugins
In reply to: [wpDirAuth] [Plugin: wpDirAuth] Special characters in passwords not workingExclamation points work for me but I do have a few users who can’t seem to login. Not sure if it’s special characters or not.
Forum: Themes and Templates
In reply to: Automatic category creation and category is post titleI’ve gotten relativly close:
$post_id = 1; $cat = get_the_title($post_id); // Adding category to the post wp_set_object_terms( $post_id, array("$cat"), 'category');Now I just need to replace the specific post ID with the current post’s ID – is that possible?
Forum: Fixing WordPress
In reply to: How to programmatically add NEW categories?Would this all be written in functions.php or in single.php (or elsewhere)?
Forum: Plugins
In reply to: How to check if page is child of some exact page?Thanks MichaelH. Exactly what I was looking for as well.
Forum: Plugins
In reply to: [Plugin: FAQ You] Request for additional settingsI agree, great plugin, exactly what I was looking for. Another suggestion, a “back to top” link next to each FAQ Question title. Would be super helpful with long FAQ lists.
Thanks again!
Forum: Fixing WordPress
In reply to: Custom Fields won’t add correctly – Theme problemYep, helped here too. Thanks!
Forum: Fixing WordPress
In reply to: Post To Multiple Blogs At OnceYeah, I am wondering the same thing – any help would be excellent. gmd8 have you found any solutions?
Viewing 8 replies - 1 through 8 (of 8 total)