audiowarrior
Forum Replies Created
-
Forum: Plugins
In reply to: [Slim SEO - Fast & Automated WordPress SEO Plugin] Remove one sitemap?How can I confirm this code is working and noindexing my post type?
add_filter( 'slim_seo_robots_index', function( $value ) { if ( is_singular( 'your_cpt' ) ) { return false; } return $value; } );
Forum: Plugins
In reply to: [Slim SEO - Fast & Automated WordPress SEO Plugin] Remove one sitemap?Thanks,
I’m looking at this too: “If you want to block all posts of a post type from being indexed, use the following snippet:”
add_filter( 'slim_seo_robots_index', function( $value ) { if ( is_singular( 'your_cpt' ) ) { return false; } return $value; } );
Question 1: Do I replace your_cpt with the name of my post type?
Question 2: Will this only noindex that specific post type?
Forum: Plugins
In reply to: [Simple SEO] Sitemap not workingPlease disregard, moved on to a different plugin, thanks
sure thing, heads up, found a second bug. Accordians break on mobile devices when there are multiple accordians stacked on top of each other. we just see a green wall. Hopefully you guys can fix that too.
I gotta be honest with you, my colleagues and I are gonna leave you guys an average review.
The preview button for the detailed list, shows those icons. So this is really misleading.
We wasted a solid 2 hours for nothing.
Thank you Mike… Last question, when I click ‘detailed list’ there is no save or print button, only a close button. Why? My settings should allow a save button at least.
Forum: Plugins
In reply to: [Scriptless Social Sharing] Why is there a single space in an email subject?yes, I can confirm this works! thank you Robin!
Forum: Plugins
In reply to: [Scriptless Social Sharing] Why is there a single space in an email subject?Hi Robin,
I’m a bit of a layman. Where do I add this code exactly?
change this:
‘subject’ => $this->email_subject() . ‘ ‘ . $this->attributes[‘title’],to this?:
‘subject’ => $this->email_subject() . ‘ ‘ . $this->[‘title’],Thank you
Forum: Plugins
In reply to: [Autoptimize] Noob questionThank you Frank!
I think I have one final question on this topic:
Do user visits affect the cache at all? I understand only CSS/JS is being cached.
But, if a user from California visits my blog, and a user from New York visits my blog, does the cache grow? (since each user loaded CSS/JS).
Or no, the CSS/JS is cached one time and it’s used for everybody. Thus, if a million people visit my blog, the cache will not increase?
Forum: Plugins
In reply to: [Autoptimize] Noob questionThank you Frank.
Just for my own knowledge, when the cache increases because of the Autoptimized CSS/ JS, that means the website’s code (css/js) is getting cached only? Thus, the cache does not increase when we add new blog posts correct?
Forum: Plugins
In reply to: [Autoptimize] Noob questionThank you for the detailed answers Frank!
1. Can you give me an example when the cache would grow past 1%?
My website is purely a blog without any fancy features or heavy content pages. Is it safe to assume, it will never grow past 1%?
Forum: Plugins
In reply to: [Autoptimize] 3 questionsHi Frank,
Quick follow up:
https://generatepress.com/fastest-wordpress-theme/Are these settings based on the old
Version of your plugin? Anything I should ignore or do differently in today’s version?Thanks you
Thank you
Brilliant!! Thank you! One last question on this:
I added this:
[scriptless buttons=”facebook,twitter,pinterest,whatsapp,telegram,reddit,email”]I noticed Pinterest wasn’t added.
What are your thoughts?
Screenshot:
Webpage:
https://1ty.me/poipPHhcU- This reply was modified 4 years, 2 months ago by audiowarrior.
Here is a sample post (in case you need to see my site):
https://1ty.me/IPHzGafL