Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter bsl1973

    (@bsl1973)

    I did still not coming threw with results? Help!

    Thread Starter bsl1973

    (@bsl1973)

    I saw this but was not sure how how to get it back to the mail settings? Any help would be great

    Thread Starter bsl1973

    (@bsl1973)

    So what should we do to get into this home page? The developer is not living anymore.

    Thread Starter bsl1973

    (@bsl1973)

    It set to: Your latest posts and not static!

    Thread Starter bsl1973

    (@bsl1973)

    The text on the actual page of your Home page and everything on home page. Seems that there is some kind of custom theme maybe?

    Thread Starter bsl1973

    (@bsl1973)

    There is something call PressurePro Panel where I see some of the data on the main page. Would that be where I edit the home page? Not sure where to add the Meta tags though? Help!!!!

    Thread Starter bsl1973

    (@bsl1973)

    Looks like this is where it is. How do you find it where it would be in WordPress??

    index_bk.php

    Thread Starter bsl1973

    (@bsl1973)

    I do not have access to the ftp site but I do see a files called in the editor section:

    Does this help?

    Templates

    Category Template
    (category.php)
    corpus_panel_functions.php
    corpus_panel_ui – Copy.php
    corpus_panel_ui.php
    Footer
    (footer.php)
    Theme Functions
    (functions.php)
    Header
    (header.php)
    admin_page.php
    custom-posts.php
    my-meta-box-class.php
    shortcodes.php
    Main Index Template
    (index.php)
    index_bk.php
    Page Template
    (page.php)
    Sidebar
    (sidebar.php)
    Single Post
    (single.php)
    Blog Page Template
    (template_blog.php)
    Contact Page Template
    (template_contact.php)
    Portfolio Page Template
    (template_portfolio.php)
    Testimonial Page Template
    (template_testimonial.php)

    Styles

    Stylesheet
    (style.css)

    <?php $themename = “PressurePro Panel”; $themefolder = “pressurepro_wp”; define (‘theme_name’, $themename ); define (‘theme_ver’ , 3 ); // Notifier Info $notifier_name = $themename; $notifier_url = “”.$themefolder.”.xml”; //Docs Url $docs_url = “”.$themefolder; // Constants for the theme name, folder and remote XML url define( ‘MTHEME_NOTIFIER_THEME_NAME’, $themename ); define( ‘MTHEME_NOTIFIER_THEME_FOLDER_NAME’, $themefolder ); define( ‘MTHEME_NOTIFIER_XML_FILE’, $notifier_url ); define( ‘MTHEME_NOTIFIER_CACHE_INTERVAL’, 1 ); // corpus-Panel include (TEMPLATEPATH . ‘/corpus_panel/corpus_panel_ui.php’); include (TEMPLATEPATH . ‘/corpus_panel/corpus_panel_functions.php’); /* Theme Administration */ include ( TEMPLATEPATH . ‘/includes/custom-posts.php’ ); add_theme_support( ‘post-thumbnails’ ); function excerpt($text, $chars) { $text = $text . ” “; $text = strip_tags($text); $text = substr($text,0,$chars); $text = substr($text,0,strrpos($text,’ ‘)); $text = $text . “…”; echo $text; } register_nav_menus( array ( ‘main’ =>’Main menu’ ) ); if ( function_exists(‘register_sidebars’) ) register_sidebar( array( ‘name’ => ‘Sidebar’, ‘before_widget’ => ”, ‘after_widget’ => ”, ‘before_title’ => ”, ‘after_title’ => ”)); ?>
    Documentation:

    Thread Starter bsl1973

    (@bsl1973)

    There is nothing in posts. Anything else I should look for?

    Thread Starter bsl1973

    (@bsl1973)

    It is using the latest post and not using a static page. The theme we are using Equidafe Wp Theme. How do I fix this so I can edit the page just like any other page?

    Thread Starter bsl1973

    (@bsl1973)

    Not sure how to do this. Is there any instructions JenR?

    Forum: Fixing WordPress
    In reply to: H1 Title Tags
    Thread Starter bsl1973

    (@bsl1973)

    What about the main page? Should the H1 tag be the description of the site for SEO purposes?

Viewing 12 replies - 1 through 12 (of 12 total)