hibuddy2902
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] how to add whatsapp link to apply for job instead of emailstill trying to make it apply via whatsapp option
Forum: Plugins
In reply to: [WP Job Manager] show categories only on homepageThank you, you are amazing
Forum: Plugins
In reply to: [WP Job Manager] show categories only on homepageThis is not what exactly I was trying to do but I get the solution from your post thank you.
(I want to show the buttons like receptionist etc on the homepage and when someone click on that it opens to show only that category jobs) so I can do the button now and use this link http://yoursite/jobs/?search_category=receptionist
it will workone more thing in this context is this possible to show the number of jobs available in the category next to the button wants to make on the homepage?
yes I am reading and trying to understand the steps
i removed https:// and its working fine now,
thank you so much for all your help
so i did
i added the following code
add_filter( ‘login_url’, ‘my_login_page’, 10, 2 );
function my_login_page( $login_url, $redirect ) {
return home_url( ‘https://workinbahrain.com/login/?redirect_to=’ . $redirect );
}but it take me to
This page doesn’t seem to exist.
It looks like the link pointing here was faulty. Maybe try searching?add_filter( ‘login_url’, ‘my_login_page’, 10, 2 );
function my_login_page( $login_url, $redirect ) {
return home_url( ‘/login-page/?redirect_to=’/login/. $redirect );
}or
add_filter( ‘login_url’, ‘my_login_page’, 10, 2 );
function my_login_page( $login_url, $redirect ) {
return home_url( ‘/login-page/?redirect_to=https://workinbahrain.com/login/’ . $redirect );
}I am sorry for so many questions
i have the plugin (WPCode – Insert Headers, Footers, and Code Snippets
) to insert the code and this will go to funtion.php if i am not mistakenadd_filter( ‘login_url’, ‘my_login_page’, 10, 2 );
function my_login_page( $login_url, $redirect ) {
return home_url( ‘/login-page/?redirect_to=’ . $redirect );where i will insert my login page which i want to show for front users
https://workinbahrain.com/login/
- This reply was modified 3 years, 8 months ago by hibuddy2902.
i want to redirect to
yeah that will work perfectly for me
Catch All add_filter( 'login_url', 'my_login_page', 10, 2 ); function my_login_page( $login_url, $redirect ) { return home_url( '/login-page/?redirect_to=' . $redirect );but where do I have to add this?
- This reply was modified 3 years, 8 months ago by hibuddy2902.
so i want to hide the backend WordPress wp-login page from visitors and redirect them to the front login which is https://workinbahrain.com/login/
in this case- This reply was modified 3 years, 9 months ago by hibuddy2902.
Forum: Plugins
In reply to: [WP Job Manager] how can i do my slug setting?also one more this if you open the link you will see job title doesn’t show in the job if you have any idea how to enable that
appreciate your all help
Forum: Plugins
In reply to: [WP Job Manager] how can i do my slug setting?i try to post a few unique ads and all have number six, see the following
/job/manama-bahrain-6-filipino-driver-required/
/job/seef-bahrain-6-sales-and-marketing-person-outdoor-indoor/
/job/isa-town-bahrain-6-special-education-consultant/
as this is new site last week lanched and i am the only one who is posting so i am very sure this is not from duplicate but some other issue i cannot find
Forum: Plugins
In reply to: [WP Job Manager] how can i do my slug setting?hey there,
it was unique name for sure as its new website and I was testing
Forum: Plugins
In reply to: [WP Job Manager] how can i do my slug setting?/job/uniform-shop-manama-bahrain-6-filipino-woman-sales-staff-to-join-immediately/
see this URL generated when i posted the job from front end and there is number 6 showing
- This reply was modified 3 years, 9 months ago by Jan Dembowski.