Firkraag85
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem on Gallery… Image don’t attach to a Post.Here you are all my plugins:
Akismet 2.2.4
All in One SEO Pack 1.5.5
cforms 10.5.1
Crawl Rate Tracker 1.0
Easy Tube 1.5
FeedStats 3.7.2
FireStats 1.6.0-stable
Google XML Sitemaps 3.1.3
No Self Pings 0.2
SEO Friendly Images 2.4.2
SEO Smart Links 2.1
Sideblog WordPress Plugin 5.1
Simple Tags 1.6.6
Text-based Image Links 1.1
Theme Test Drive 2.7.3
WordPress.com Stats 1.4
WP-DownloadManager 1.40
WP-FLV 0.2
WP Super Cache 0.9.4.3
Yet Another Related Posts PluginDo you know if anyone cause conflicts?
Thanks in advance.
Forum: Fixing WordPress
In reply to: Problem on Gallery… Image don’t attach to a Post.I had reinstalled 2.7.1… So this is not a WordPress 2.8 problem?
Thanks for your answer.
I add it manually the code and works…
Forum: Developing with WordPress
In reply to: Redirect permalink only with mod rewrite.wesg, that doesn’t work… Because for example with that code we can’t acceed to admin panel, or acceed to CSS styles, etc.
I really need help on this.
Forum: Fixing WordPress
In reply to: Help Moving WordPressAnother problem, If I move to blog folder once again… Its continuous needing .htaccess :S, before it doesn’t need… Can you tell me how to fix it?
Thanks in advance.
Forum: Fixing WordPress
In reply to: Help with my .htaccessAnother problem…
How to do this generates a 301 instead of 302?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Its generates me a doble 302…
This https://web-sniffer.net/?url=http%3A%2F%2Fwww.colegioyapeyu.edu.ar%2Frrhh&submit=Submit&http=1.1&gzip=yes&type=GET&uak=0 redirect to the same place. How to fix it?
And this to the right place: https://web-sniffer.net/?url=http%3A%2F%2Fwww.colegioyapeyu.edu.ar%2Fblog%2Frrhh&submit=Submit&http=1.1&gzip=yes&type=GET&uak=0 but 302, instead of 301.
Can anyone help me? Thanks.
Forum: Fixing WordPress
In reply to: Help with my .htaccessThis is the solution at the beginning of the .htaccess
RewriteEngine ON
RewriteRule ^/blog(.+)$ https://www.colegioyapeyu.edu.ar/$1 [NC,R=302,L]
Forum: Fixing WordPress
In reply to: Several problems on Moving…I can’t edit my previous post :S, what is happening is that shows the image in original size resized… If I look into “Add media” button, it displays as if images are in Medium size, If I try to modified it, nothing happened.
Please, can anyone help me?
Another problem is the collation, all is in utf8_general_ci… What could it be?
Thanks and please, help me :S
Forum: Fixing WordPress
In reply to: Several problems on Moving…Can anyone help me? https://www.colegioyapeyu.edu.ar/2008/06/lectura-de-primaria/
Look, all looks HORRIBLE!
Thanks in advance.
Forum: Plugins
In reply to: [Plugin: WordPress Stats] Changing to root directory, How to keep stats?Can anyone help me? Thanks in advance.
Forum: Fixing WordPress
In reply to: Can you tell me what is wrong? It doesn’t work with is_page_templateNOW WORKS!!!
<?php if (is_attachment()) echo('<meta name="robots" content="noindex,follow" />'); ?>
With this codes… If I put (is_attachment(‘image.php’)). How to limit just to image.php, I did it well?
Thanks Otto42 ??
Forum: Fixing WordPress
In reply to: Can you tell me what is wrong? It doesn’t work with is_page_templateI did it something like that, but is not the best… Is not standart, but works for Google.
Disallow: /blog/*/*/*/*-*
The other possibily… How can I add rel=nofollow to all thumbmails? Do you know?
Thanks!
Forum: Fixing WordPress
In reply to: Can you tell me what is wrong? It doesn’t work with is_page_templateAnyone know how to solve these? I don’t want Google indexes my hundreds, thousands of images.
Thanks!
Forum: Fixing WordPress
In reply to: Can you tell me what is wrong? It doesn’t work with is_page_templateThe info in the link is very old… Let me see…
You mean..?
<?php if (is_page_template('image.php')) echo "Hi, we're in image.php!"; if (have_posts()) : while (have_posts()) : the_post(); if (is_page_template('image.php')) echo "Hi, we're in image.php!"; ?>
Or these:
<?php if (have_posts()) : while (have_posts()) : the_post(); if (is_page_template('image.php')) echo "Hi, we're in image.php!"; ?>
<?php if (is_page_template('image.php')) echo "Hi, we're in image.php!"; endwhile; else: ?>
Nothing happen…
Thanks for your answers Otto.
Forum: Fixing WordPress
In reply to: Can you tell me what is wrong? It doesn’t work with is_page_templateOtto, I’m a really novice in these topics…
You mean?
<?php if (is_page_template('image.php')) echo "Hi, we're in image.php!"; if (is_page_template('image.php')) echo('<meta name="robots" content="noindex,follow" />'); if (is_page_template('image.php')) echo "Hi, we're in image.php!"; ?>
It doesn’t work ?? Nothing shows.