AANC
Forum Replies Created
-
Forum: Plugins
In reply to: [Radio Puls] [Plugin: Radio Puls] Some questionsHi!
Thanks for your information! (By the way, you are missing some answers).
I’ll try this plugin and I’ll probaby use it on my website.
Thanks!Forum: Fixing WordPress
In reply to: 6Scan is warning about a comment posting forgery ?Hello! 6Scan notified me about this too, so I will Manually Scan this.
But I don’t know a lot about coding (I don?t actually know anything about coding) so I need to know, where should I put the code?
It says that it should be added in the wp-comments-post.php, prepending the line/** Sets up the WordPress Environment. */
with this:if ( ! isset( $_SERVER[ "HTTP_REFERER" ] ) ) die(); $referrer_url = $_SERVER[ "HTTP_REFERER" ]; $server_name = str_replace( "." , "\." , $_SERVER[ "HTTP_HOST" ] ); /* Escape the dots for following regexp search */ $server_name = str_replace( '/' , '\/' , $server_name ); /* Escape the '/' for following regexp search */ $referr_pattern = "/^((http(s)?):\/\/)?(www.)?$server_name/"; if ( ! preg_match( $referr_pattern, $referrer_url ) ) die();
So I would like to know how exactly to put this, where and how. If you can tell me the lines that come before and after so I can get located on this, better.
Thanks!
Forum: Themes and Templates
In reply to: Problems between Gravatar and themeI tried with the Simple Local Avatars plugin to change the avatar replacing the gravatar with a local one but anything happened, the default image still appearing. So I think is a coding problem.
Forum: Themes and Templates
In reply to: Problems between Gravatar and themeThe theme is not actually being developed, the page is now for a mobile theme. Did you know that the page you give me is broken?
Forum: Plugins
In reply to: Change title on websiteWait! Now I see the problem.
I should use different web browsers to see the changes.
I’m editing in Google Chrome, and I can’t see the changes there (in the homepage only appearsWeb Al Azar
and for the post appearsWeb Al Azar >> Hello World!
but I saw the site in Firefox and now I can see the repaired meta title).
Thanks again!
And what can I use to see the changes automatically in the browser? WP super cache doesn’t seems to work.Forum: Plugins
In reply to: Change title on websiteAlmost perfect! You saved my day!
5 stars for you: ***** ??
The only thing that doesn’t looks how I want is the title for a post. Can you go here: https://webalazar.com/hello-world/ and check how the title looks like? Because I would like something like(Post Name) | (Blog Title)
.
And the favicon thing was right too! I deleted the cache, and now I see the “stylized W” (is actually a random icon with a stylized W) ?? .. By the way, I have a cache plugin (WP Super Cache) but right now I’m not sure if it works, because I used it several ways and I didn’t noticed changes where the changes supposed to be (ex: the favicon).
Thanks a lot!!!!!