smartmouse
Forum Replies Created
-
Forum: Plugins
In reply to: [Display Medium Posts] No posts found!The same here, please fix it ??
Forum: Themes and Templates
In reply to: [Wilson] Category and Tag pages are now all blankI had the same problem and i solved.
Openarchive.php
file and search for the following line:if ( ! empty( tag_description() ) ) {
Replace it with the following:
if ( tag_description() ) {
This happens due a wrong use of
empty()
function.
From the PHP docs on the empty function:Note: Prior to PHP 5.5, empty() only supports variables; anything else will result in a parse error. In other words, the following will not work: empty(trim($name)). Instead, use trim($name) == false.
Forum: Plugins
In reply to: [FeedWordPress] Allocate image for each feedI had already solved before your reply. Thank you very much for your great hint!
Forum: Plugins
In reply to: [FeedWordPress] Allocate image for each feedThank you for your reply. Can you tell me how it works?
In my site i have some posts without feature images, so i want that in this case a default image is applied. Can this plugin do this? How? Where to set the default images for each category?Forum: Plugins
In reply to: [FeedWordPress] Allocate image for each feedI’m looking for the same thing, can you tell me how you do that?
Forum: Plugins
In reply to: WP-reCAPTCHA / Custom Contact Forms CONFLICT?What could be the cause for the 500 error?
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Anyone here is so expert to help me with this?
Forum: Fixing WordPress
In reply to: Fake registrationsWow, no fake registrations in the last week!
I finally solved my problem!What does it mean? Bots can bypass reCaptcha?!?
Forum: Everything else WordPress
In reply to: Phishing emailI see, but i do not want that Google index my site URL. That’s all.
Can you edit in this way?*pa**oweb.com (* = s)
Forum: Everything else WordPress
In reply to: Phishing emailesmi can you please remove my site URL from this topic?
Or just “mask” it.Thank you.
Forum: Fixing WordPress
In reply to: Fake registrationsI don’t understand how to use Theme My Login, anyway i deleted it.
Now installed added a captcha on registration form, so now there are 2 captcha!I will update you if this works.
Forum: Fixing WordPress
In reply to: Fake registrationsI discover that the “problem” was 3 changed files:
wp-includes/version.php
wp-config-sample.php
readme.htmlI compared with the original files and the differences are related to localization (translation). So no worries about them and no need to upload WordPress again.
Now i try “Theme My Login” plugin…
Forum: Everything else WordPress
In reply to: Phishing emailForum: Everything else WordPress
In reply to: Phishing emailI know it is a phishing email.
Anyone here has see the title, the text and the image posted by me in this topic?!?Anyway how that external link can contain my site URL?
Haven’t i to get worried about security of my site?Forum: Everything else WordPress
In reply to: Phishing emailHave you see the image that i linked in the first post?!
I’m referring to that!I’m saying that button have that link (https://188.143.204.84/blog/wp-login.php?redirect_to=http%3A%2F%2FMY_DOMAIN_NAME.com%2Fwp-admin%2F&reauth=1716).
Is maybe exploiting any leak in WP login function?