Sayan Datta
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Last Modified Info] Plugin not working on Page. Need help!Please give me the link.
Forum: Plugins
In reply to: [WP Last Modified Info] Custom Post TypesHi @one3rdnerd
You need to just select custom post types from here (http://prntscr.com/mjyka1) and save changes.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Plugin not working on Page. Need help!Forum: Plugins
In reply to: [WP Last Modified Info] No display in excerptsHi @ruyago
Update this plugin to v1.4.8 and add this code to the end of your active theme’s functions.php file:
add_filter( 'wplmi_enable_home_page', '__return_false' );Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Multilingual SiteHi @codedbd
Update this plugin to latest version and you will find the option to add phone number with other accounts.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Las updated in Category pagesHi, on this page https://bit.ly/2BD1qub last modified info is showing for posts.
I think you want to show last modified info for categories. But it is not possible to do that as Category and tags are not post types, they are taxonomies.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Las updated in Category pagesHi, have you set “Enable on Archives” options to yes??
Forum: Plugins
In reply to: [WP Last Modified Info] Las updated in Category pagesForum: Plugins
In reply to: [WP Last Modified Info] Las updated in Category pagesHi @ruyago
Go to Post Options on Plugin Settings page and set “Enable on Archives” options to yes and save changes.
Thanks!
Forum: Plugins
In reply to: [RevivePress – Keep your Old Content Evergreen] Change Post Eligibility TimeHi @oct4v3
I can suggest you this:
$items = array( '1' => __( '1 Day', 'wp-auto-republish' ), '2' => __( '2 Days', 'wp-auto-republish' ), '3' => __( '3 Days', 'wp-auto-republish' ), '30' => __( '30 Days (1 month)', 'wp-auto-republish' ), '45' => __( '45 Days (1.5 months)', 'wp-auto-republish' ), '60' => __( '60 Days (2 months)', 'wp-auto-republish' ), '90' => __( '90 Days (3 months)', 'wp-auto-republish' ), '120' => __( '120 Days (4 months)', 'wp-auto-republish' ), '180' => __( '180 Days (6 months)', 'wp-auto-republish' ), '240' => __( '240 Days (8 months)', 'wp-auto-republish' ), '365' => __( '365 Days (1 year)', 'wp-auto-republish' ), '730' => __( '730 Days (2 years)', 'wp-auto-republish' ), '1095' => __( '1095 Days (3 years)', 'wp-auto-republish' ) );But if you update this plugin then this customization will be gone.
I want to publish each post which were published like 1 or 2 or 3 days ago
I have resaved the settings with 1 day ago, but it didnt republishPlease check your settings twice as it is working perfectly on my end.
Thanks!
- This reply was modified 7 years, 3 months ago by Sayan Datta.
Forum: Plugins
In reply to: [WP Last Modified Info] Multilingual SiteHi,
I would appreciate any hint in order to translate the character strings and dates properly via CSS for the next HTML code:
I can not understand what you want to say. Please explain the problem briefly.
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Multisite broken loginHi @pontus0
Could you please tell me what is
sboxlogin.phpfile and where is this file located on your website?Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Plugin doesn’t workHi @dhniels
Please go to “Settings> WP Last Modified Info > Tools > Export Settings” and save the .json file to your machine. Then upload it to anywhere like Google Drive, Dropbox etc. and send me the download link of that file. It will help me to investigate this issue.
I wonder if its a problem with my theme? It’s an older one that hasn’t been updated in a while…
Which theme are you using? Is it available on WP.org Repo?
Thanks!
Forum: Plugins
In reply to: [WP Last Modified Info] Plugin doesn’t workHi @dhniels
Have you enabled these options?
http://prntscr.com/mhh44u
http://prntscr.com/mhh4k5Thanks!