ganesh79
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Photo Album Plus] PHP warning Illegal settingThanks you sir…
u r really doing a great service..hi,
I switched to different theme and in the admin dashboard it asked for rating.since i already given my rating, i gave no thanks. Then the dashboard msg disappeared. then i switch back to my old theme,i found the error has gone.Thanks for your help.
- This reply was modified 6 years, 11 months ago by ganesh79.
hi,
Thanks for your suggestions.
i tried the first method. But the problem remains.
But when i tried the 2nd suggestion suggestion, the problem gone.
now how can i rectify to have the same old theme with out error.
kindly help me.Forum: Themes and Templates
In reply to: [MH TechMagazine] Failed to set referrer policyThanks for your kind advice sir. i will try to find out the possible ways to rectify it.
Forum: Themes and Templates
In reply to: [MH TechMagazine] Failed to set referrer policyThanks for your reply..when i was trouble shooting every thing work fine until i update the Mh Theme.if i am not updating the Mh Theme it is not showing any error.
Forum: Plugins
In reply to: [WP Photo Album Plus] PHP warning Illegal settingthanks for your advice. i will try it.
Forum: Plugins
In reply to: [WP Photo Album Plus] PHP warning Illegal settingI am using chrome web browser
this is the link where it generate error
https://www.kadhambam.in/events/
clickForum: Plugins
In reply to: [WP Photo Album Plus] PHP warning Illegal settingDear Jacob thanks for the update.after update until now i did not get “PHP warning Illegal setting” thank you very much.
But i get another type of error in website
“Uncaught ReferenceError: wppaAutoColumnWidth is not defined at (index):304when i checked line 304 it is like this
wppaAutoColumnWidth[1] = true;can you help me to resolve this issue.
Forum: Plugins
In reply to: [WP Photo Album Plus] PHP warning Illegal settingwaiting for your advice sir
Forum: Plugins
In reply to: [WP Photo Album Plus] PHP warning Illegal settingDear Sir,
My PHP version isPHP version: 7.1.7
Forum: Plugins
In reply to: [Add Widget After Content] How to display matched content in full width?Thanks for your reply
So it is not possible in free theme.
it’s ok..thank you.widgets sir
ok thank you sir..
hi,
i found this below coding for listing the updated file..but i dont know where to add this code..can u help me<?php
$today = current_time(‘mysql’, 1);
$count = 5;
if ( $recentposts = $wpdb->get_results(“SELECT ID, post_title FROM $wpdb->posts WHERE post_status = ‘publish’ AND post_modified_gmt < ‘$today’ ORDER BY post_modified_gmt DESC LIMIT $count”)):
?>
<h2><?php _e(“Recent Updates”); ?></h2>-
<?php
- ID).”‘>”;
the_title();
echo ‘
foreach ($recentposts as $post) {
if ($post->post_title == ”) $post->post_title = sprintf(__(‘Post #%s’), $post->ID);
echo “‘;
}
?><?php endif; ?>
source :- https://crunchify.com/how-to-display-most-recently-updated-postpage-in-wordpress/