kothinti
Forum Replies Created
-
Hi, Thanks for your response.
Please check our website
https://investmentunderground.com/2012/06/16/dont-sell-pfizer-can-handle-crisis/When user click on Login link (bottom of the article), they will be redirected to their profile page. But instead we need to take him back to this article again after login. Is there a way to achieve this?
Best regards,
AshokOr just install this simple plugin Bro!
https://www.ads-software.com/extend/plugins/wp-hide-dashboard/changelog/Ok, I found a solution. Thank you.
Hi Thanks for your prompt response. Yes I understand the functionality. My only concern is about formatting. It has removed all the paragraph <p> tags from the excerpt. When I deactivate the plugin… the format works fine. Please look into that issue.
Many thanks
Ashok[ Please do not bump, it’s not permitted here. ]
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Different header slider on all pagesHi JLeuze,
How do I check if there is a slideshow available or not for a given page?
<?php if ( function_exists( 'meteor_slideshow' ) ) { if ( is_home() ) { meteor_slideshow( "home", "" ); } elseif ( is_page( $page ) ) { meteor_slideshow( $post->post_name, "" ); } else { meteor_slideshow( "home", "" ); } } ?>
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Multiple Select limitHello friend, I have the same problem for me. I need to allow only 3 options to select. Did you able find a solution for this?