RAJDEEP DAS
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorMag] Favicon not showing from normal user viewLink Asansol Mirror-Latest News from Asansol-Durgapur
Favicon is set but not showing.
Forum: Plugins
In reply to: [LiteSpeed Cache] Can’t share on flipboardwe donβt block anything , this is more like for your server provider to whitelist these user agent and IPs
And yes youre correct.
I changed my host and the mod security rules were blocking the ips.
it’s was not LS cache
Issue solved.
Forum: Fixing WordPress
In reply to: Don’t translate post publish date & timeπ always welcome
Forum: Fixing WordPress
In reply to: Don’t translate post publish date & timeHere is the code
/**
- Force English dates while keeping site language as Bengali
*/
function get_post_dates() {
// Switch to English locale for date only
switch_to_locale(‘en_US’); $output = ”;if ( get_the_modified_time() != get_the_time() ) {
$output .= ‘Updated On: ‘ . get_the_modified_date( ‘F j, Y g:i a’ );
} else {
$output .= ‘Published On: ‘ . get_the_date( ‘F j, Y g:i a’ );
}// Restore original locale (Bengali)
restore_previous_locale();$output .= ”;
return $output;
}
Forum: Fixing WordPress
In reply to: Don’t translate post publish date & timeThe image is there. Btw I solved it using custom function.php
Forum: Fixing WordPress
In reply to: cant scroll on posts & pagesseems like cache issue. tried in different brwser, got a critical error message….after refresh it is working.
Forum: Fixing WordPress
In reply to: Link Problem when Parent page is setFound Solution.
My images were named just as page slug. and Redirect all attachment page URLs to the post they appear in was on in Rankmath.
Like image name is abc-asia.png
and page slug is example.com/abc/abc-asia
so it is auto changing page slug into example.com/abc/abc-asia-2
Forum: Plugins
In reply to: [AMP] Adding AdSense Auto Ad codeCan’t figure out the exact PHP function code which can hide this favicon from the AMP template.
Using the AMP Legacy: Reader Theme option.Can you share the exact code which will work?
Or I have found this code. Should I use this?
- This reply was modified 4 years, 10 months ago by RAJDEEP DAS.
Forum: Plugins
In reply to: [AMP] Adding AdSense Auto Ad codeThanks @jamesosborne
One more help needed. How to hide this favicon?
https://ibb.co/wsPTmdZUsing this https://ww.wp.xz.cn/plugins/amp/
Forum: Plugins
In reply to: [AMP] Adding AdSense Auto Ad code@jamesosborne share the all mini plugins list page url.
Forum: Plugins
In reply to: [AMP] Adding AdSense Auto Ad codeDone. Thanks.
Forum: Plugins
In reply to: [AMP] Adding AdSense Auto Ad codeI’m not using Sitekit Plugin, any other way?
Forum: Plugins
In reply to: [AdUnblocker] Design UpdateSee this https://ibb.co/17rnydM
Or visit timesofindia.indiatimes.com by enabling adblocker in browser.
No, just I just use to post revisions from wp optimize. Currently using version 3.1.2, should I update now or wait for a few days?
- This reply was modified 5 years, 8 months ago by RAJDEEP DAS.
- Force English dates while keeping site language as Bengali