Abhishek Prakash
Forum Replies Created
-
Forum: Plugins
In reply to: [After Post Manager] Want my signature to show up in the home page as wellYou’re most welcome @sarmistha_25. And thanks for using my plugin. If you wish then you can leave your blogs web address here so that i can know which blog or website is using my plugin.
Forum: Plugins
In reply to: [After Post Manager] Want my signature to show up in the home page as wellHello Sarmistha_25,
I coded this plugin to show the signature or any other content in just posts single page. Because many uses large images or any other content which doesn’t look good on the home/posts page. Although if you want to show the signature on the home/posts page as well you can use this code, just paste it directly in the functions.php file of your theme.if( function_exists( 'apm_afterpost_manager_front_display' ) ) { // removes the function which shows signature only on the posts single page. remove_filter( 'the_content', 'apm_afterpost_manager_front_display' ); } if( !function_exists( 'apm_afterpost_manager_homepage_display' ) ) { // This filter is hooked to the_content. add_filter( 'the_content', 'apm_afterpost_manager_homepage_display' ); function apm_afterpost_manager_homepage_display( $content ) { // Globalize the $post for usage. global $post; // Checks for the posts post type if available. if( $post->post_type == 'post' ) { // Checks for the editors value. if( isset( get_option( 'apm_afterpost_manager_options' )[ 'apm_afterpost_manager_editor' ] ) ) { $content .= get_option( 'apm_afterpost_manager_options' )[ 'apm_afterpost_manager_editor' ]; return $content; } else { return $content; } } else { return $content; } } }
I hope this code fix your problem.
I’m also going to launch the premium version of plugin. In which you’ll get some extra features and some extra shortcodes. I’ll feel good if you leave your views on it.Forum: Plugins
In reply to: [After Post Manager] Plugin is causing pages to not display contentYeah, may be they didn’t noticed. But thank you for telling me about this problem. I’ll make sure that my plugin users never get any error again.
I’m thinking of releasing a premium version of this plugin. You’ll get some extra features and some more shortcodes in the premium version. Please tell me your views on this.Forum: Plugins
In reply to: [After Post Manager] Plugin is causing pages to not display contentAnd please rate this plugin if you like it.
Forum: Plugins
In reply to: [After Post Manager] Plugin is causing pages to not display contentHello SBAnow,
I’ve tried to fix this error. Please check out the latest version of the plugin. And please surely reply me here so i could know if this works fine now or not.Forum: Plugins
In reply to: [After Post Manager] Plugin is causing pages to not display contentcan you please leave your website url, wordpress version you are using, theme name and name of plugins you are using..
I’ll try my best to solve your problem.Forum: Reviews
In reply to: [After Post Manager] 'After Post Manager' delivers!It’s all right. I love helping my plugin users.
So, Congratulations! for your new website.
And Thanks for using my plugin.Forum: Reviews
In reply to: [After Post Manager] 'After Post Manager' delivers!Yeah sure i can help you @ameliedesigns. But please can you clear me that whether you want the signature to appear at the end of newest first post or the recent first post.
Forum: Reviews
In reply to: [After Post Manager] 'After Post Manager' delivers!Thanks @ameliedesigns for your precious feedback.
We hope our plugin would have solved your problem. If you wish, you can send us a screenshot or a link so that we can see how our plugin is working in your website or blog.You can also suggest us on what can we do to make this plugin more better.