Horlayemi
Forum Replies Created
-
I have this same issue too, I lost couple of pages on google because of it, please kindly fix this.
Thanks for replying, what I meant is I can’t show the pop-up form to trigger when a user enters a particular category.
For example, to display the pop-up form when a user visits a certain category, say a form to only display for laptop category, and another to display for smartphone category, that way if the emails collected from the laptop category would be added to the laptop list.
Hope you get the idea!
Forum: Plugins
In reply to: [Fast Velocity Minify] Why Am I seeing All Fvm Processed on GoogleThanks man! I have actually blocked that using robots.txt, but it seems Google doesn’t care about Robots.txt anymore. Use the alternatives you sent, thanks. And keep up with the good work on FVM
Forum: Fixing WordPress
In reply to: Just Need A quick way to add and if – else statement to thisThat’s the main problem I have with the code, it is basically structured this way:
if ( ! function_exists( 'givi_posted_on' ) ) : /** * Prints HTML with meta information for the current post-date/time. */ function givi_posted_on() { $time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>'; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time><time class="updated" datetime="%3$s">%4$s</time>'; /** * Function to show last updated date */ $u_time = get_the_time('U'); $u_modified_time = get_the_modified_time('U'); if ($u_modified_time >= $u_time + 86400) { echo '<p class = "last-updated-up">Last updated on '; the_modified_time('F jS, Y'); echo "</p> "; } }
Lead me thru please….
- This reply was modified 5 years, 6 months ago by Horlayemi.
I was able to resolve it, although it happened automatically, I have come to realize auto-ads gives no control of how you want ads on your website, I am switching to Native ads placement.
Thanks, @woopee and @spacetime, Manual placement all the way ??
Forum: Plugins
In reply to: [Yoast SEO] oG:URL has multiple permalinkAlright, I’ll check and get back to you
Forum: Plugins
In reply to: [Calculated Fields Form] I need your help with this javscript calculationVoila! solved in a minute, thanks a lot codepeople