Firkraag85
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can you tell me what is wrong? It doesn’t work with is_page_templateThanks for your answer Otto.
I did it, but it doesn’t work :(, is only happening me with this template… What is wrong?
In header.php
<?php if (is_page_template('Imagenes')) echo('<meta name="robots" content="noindex,follow" />'); ?>
In image.php
<?php /* Template Name: Imagenes */ ?>
I hope your help!
Ps: My hole <head> in header.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php if (is_archive()) { wp_title(' —',true,'right'); } else { wp_title('—',true,'right'); } ?><?php bloginfo('name'); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <?php if (is_page_template('Imagenes')) echo('<meta name="robots" content="noindex,follow" />'); ?> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/custom.css" type="text/css" media="screen" /> <!--[if lte IE 7]> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie7.css" media="screen" /> <![endif]--> <!--[if lte IE 6]> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie6.css" media="screen" /> <![endif]--> <link rel="icon" href="https://www.colegioyapeyu.edu.ar/favicon.ico" /> <link rel="shortcut icon" href="https://www.colegioyapeyu.edu.ar/favicon.ico" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_head(); ?> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.js"></script> <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/cycle.js"></script> </head>
Forum: Fixing WordPress
In reply to: Can you tell me what is wrong? It doesn’t work with is_page_templateCan anyone help me, please?
Forum: Fixing WordPress
In reply to: The requested theme does not existThis worked for me too!
Thanks for remember me.
No, I deactivate rewrite titles and I did it manually on header.php ??
Thanks!
Forum: Fixing WordPress
In reply to: Add “nofollow” to thumbmail images?Sorry it wasn’t an easy day for me, and your question I interprete so ironic, and my english level isn’t good.
I want to know if is convenient to add nofollow on image gallerys (link to gallery pages)… In my blog I have many photograph, and I don’t feel necesary to give pagerank or indexing to the images.
Sorry my english, hope you understand.
Forum: Fixing WordPress
In reply to: Add “nofollow” to thumbmail images?Please try to avoid stupid/ignorant comments, the Gallery generates html pages for medium size, not JPG.
Forum: Fixing WordPress
In reply to: Add “nofollow” to thumbmail images?Oh I didn’t put all my info. I know that, thanks for answer. The matter i how to add that in [gallery] tag.
Thanks!
The problem was CFORMS, but I need this plugin… Do you know what is happening?
Forum: Fixing WordPress
In reply to: Problems with Homepage <title>Google is only indexing my Blog name, I saw in All in one SEO pack logs and returns me:
2008-06-01 04:28:54 detected output handler all_in_one_seo_pack::output_callback_for_title
2008-06-01 04:28:54 detected output handler URL-Rewriter
2008-06-01 06:34:25 another plugin interfering?
2008-06-01 06:34:25 detected output handler all_in_one_seo_pack::output_callback_for_title
2008-06-01 06:34:25 detected output handler URL-Rewriter
2008-06-01 06:42:10 another plugin interfering?But I see the title correct.
Is that the reaseon of the Google bad indexing? How to fix it?
I’m using the latest version.
Thanks in advance.
Forum: Themes and Templates
In reply to: previous_image_link()Hi,
What about a custom image? For example arrows for previous and next.
Thanks in advance!
Forum: Plugins
In reply to: NextGen Gallery can’t uploadI have the same problem ??