Handy tips and Tools for working with wordpress -Part2? – User friendly Tech help
n
“The best teachers are those who show you where to look, but don’t tell you what to see.”
n
n
1.How to add text-slider in wordpress pages ?
nSolution:-
nBy using the “Text slider“ plugin
n
Activate the plugin > Add the Main and Sub text > Configure the settings > add the wp_text_slider();
n?> in the code where you want to add this effect.
n
2.How to send contact email in wordpress ?
nSolution:-
nBy using the “WCP contact” plugin
n
Activate the plugin > Add the Main and Sub text > Configure the settings > add the ;
n?> in the shortcode like [wcp_contactform id=”wcpform_1″] where you want to add this form.
n
Note for sending the email to your email inbox you need to add the “SMTP plugin” else above plugin will show email messages inthe wordpress itself.
n
Not able to receive email using WCP contact plugin.
n
3.How to redirect page not found(404) to home page of website?
nSolution:-
nIncase you dont want to desing the 404 page, just follow the below code to redirect user to home page.
n
1.Open your 404.php page (incase its not present use create one inside the themes folder )
n2.Add the below lines of code, publish and you are done
n
n
n
4.How to add carousel slider for the featured posts?
nSolution:-
n1.Using “carosuel slider“, add the plugin and select the option as post.
n
5.How to add Team member page in wordpress?
nSolution:-
n1.Using “Team member showcase plugin“, add the plugin and explore the free styles available.
n
6.How to replace content like http with https in wordpress database?
nSolution:-
n1.Using “Better Search Replace“, add the plugin and just run the test query and when fine just replace it.
n
More wordpress tips.