usmanarfani
Forum Replies Created
-
Hi david, thanxs for concerning my issue.
David i have done this experiment and after all the checking i have asked for support.
After installing the plugin WTI Like post plugin got conflicted and its images of thumbs got missing. But when i deactivated WP Content filter they appeared again.
Can you kindly advice what would be the problem and how could i resolve it?
WP Content filter is a great plugin that has no match but with this small problem i couldn’t use it.ok i have done it too but i will not leave others blank or questioning so here is the code i used to achieve this task
add this code to yours theme’s functions.php fileadd_filter('wpuf_after_post_redirect', 'some_callback'); function some_callback(){ wp_redirect(get_permalink($page_id)."?post=successful"); }
Put your post id in it to where you you want it to redirect when post is submitted successfully
Can you tell me how you solved it because i couldn’t
Forum: Everything else WordPress
In reply to: Add extra fields in wp admin "Add new user"@jeffr0 the links you have given are only adding fields when i edit user not when adding new user
kindly help me with this that when i create a new user it should show the extra fields i want to showHow can you mark it resolved when this problem has not been solved yet
i am having the same problem
Kindly guide me through it