boscardin
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack: PublicizeNew information:
Tried these different tests:Test #1:
Unlinked FB account: removed wordpress.com from FB and removed FB from www.ads-software.com blog. Re-linked FB accounts.
No posts to FBTest #2:
Unlinked WP.com, unlinked FB account. Deleted plugin from WP.org blog. Reinstalled plugin on WP.org blog. Relinked wp.com and FB account.
No posts to FB.Test #3:
Installed Jetpack on another WP.org. Linked it to the same FB account and same WP.com account. Created test post.
Success.
*This WP.org blog is actually the main domain hosted. The blog that is experiencing issues is an add-on domain.What puzzles me most is that it was working and then one day, it wasn’t, without my having changed any settings on any piece of the blog, domain, hosting, settings, etc.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack: PublicizeMy host said he looked into it, “fixed” it (I forgot what he said exactly in what that meant). I don’t know if I was explicit in the first post, but this plugin was working prior to my upgrade to 3.7.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack: PublicizeThe server does not use those nameservers to perform lookups. Are there logs somewhere to see if there’s a failure?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack: PublicizeLifeOfDee.com
Forum: Plugins
In reply to: Google Sitemaps vs. Sitemap GeneratorYeah, I was afraid of that one. I have quite a bit of posts in that category that I don’t want to put in, but I suppose that would be a good way to go about it for now.
Forum: Plugins
In reply to: Google Sitemaps vs. Sitemap GeneratorOh, but for the Google one, even if it’s just going to search engines, I’d still like it to not list some posts in certain categories.
The one by Dagon, will that also send to search engines, or no?
Forum: Fixing WordPress
In reply to: Security issue, multiple sitesApparently, it doesn’t just affect the WordPress files. I’ve seen files created in other folders as well, so I’m going through each and every folder in my domain to remove these files.
Forum: Fixing WordPress
In reply to: Found new code in pluginsOh okay, thanks for that. I searched by “wp_debugger” and didn’t find anything.
Forum: Fixing WordPress
In reply to: Getting values from custom fieldsNo, I did not know that capitalization mattered. Thanks for pointing that out for me. =)
I used
<?php echo get_post_meta($post->ID, 'rating', true); ?>
And that spit out my image. The first one
<?php echo get_post_custom_values('rating'); ?>
gave me an array.