Bloggd
Forum Replies Created
-
Haven’t heard from you yet? ??
Ok. It looks like a WP-SuperCache issue.
WP SuperCache v1.4.8 Change log says:
<quote>
Removed malware URL in a code comment. (harmless to operation of plugin but gets flagged by A/V software)
</quote>FYI..
Hi Matt,
I’ve not linked to that site myself, that’s sure. It is possible that the link was from the Google Adsense script I placed in my site? If that’s the case, Google shouldn’t be allowing a phishing site to participate in Google Adwords program.
Pls let me know what I should do if similar incident happens the next time. May be I can ask WF team to do a though checkup for a fee?
Thanks for the response.
Thanks for fixing this, Michael.
Thanks for fixing this, Michael.
Michael,
And the real link is https://www.winhelponline.com/blog/cannot-find-script-run-vbs-logon/Note: I’ve turned off SEO Title for this post alone as a temp. workaround.. so it appears correctly now. I generally don’t use “\” in title, but this article is an exception.
Hi Michael,
I’m using GeneratePress GP-Premium.
Shall do that for the next post, Jeremy. Thx
No dice yet. JSON is enabled.. FB takes the featured image, but Twitter doesn’t. https://twitter.com/winhelponline/status/690786158859542529
Yup. JSON was disabled, and just enabled it. Will update this thread after making a new post in WP. Thanks.
Jeremy, Sure. Here you go.
How to Pin Recent folders or Recent Places to the Navigation Pane in Windows 10… https://t.co/U5oT671BKX pic.twitter.com/jk7qrSvdlK
— Winhelponline (@winhelponline) January 22, 2016
@jeremy: today post got publicized correctly in fb with the correct image, but not in twitter. I read somewhere that FB needs 200×200 px image or else it ignores the image.
Thanks for the response. In fact, it hadn’t worked even once since I enabled Publicize, and that URL was a sample. Next time I’ll try changing the theme just before publishing the post to test.
Forum: Fixing WordPress
In reply to: Image credits (caption) below featured imageThat last code segment was suggested in this tutorial: https://www.doitwithwp.com/show-featured-image-wordpress-posts/
Forum: Fixing WordPress
In reply to: Image credits (caption) below featured imageThanks, Janis. I’d like make use of the “Caption” field shown in the upload dialog instead. If there is a way without using a Plugin, it would be great.
Some sites suggest adding this code:
<p><?php echo get_post(get_post_thumbnail_id())->post_excerpt; ?></p>
But I wonder how and where in the functions.php should I be adding this.