• I’m using Atahualpa 2.01 with a static page as my home page. The Meta Description and Keywords do not show when I look at the Page Source in my browser.
    It shows this meta info in the head section:-
    <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
    <meta name=”generator” content=”WordPress 2.6.1″ />

    I had expected to see the meta description and meta keywords tags also.
    Am I missing something here?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You would have to change (in v. 2.21: lines 84 & 90, in v. 2.01: lines 62 & 68) in /wp-content/themes/atahualpa2/functions/bfa_meta_tags.php

    is_home()

    to

    (is_home() OR is_front_page())

    This will work in WordPress 2.5 and newer only.
    I will add this to the next version of the theme.

    Please note that in version 2.01 the meta tags may be messed up when using both the theme’s meta tag functions and a SEO plugin (i.e. All-in-one-SEO) at the same time. This has been fixed in v. 2.21

    Thread Starter adventure4th

    (@adventure4th)

    I made the changes to bfa_meta_tags.php but am still not seeing the keywords when I view the page source.

    I also tried replacing ‘front’ to the name of my static home page (Welcome). Still doesn’t work.

    I’m using version 2.01 and WP 2.6.1.

    Any suggestions? My site is at https://www.pathwaysfortransformation.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Meta Description &Keywords’ is closed to new replies.