ProSeo Posted March 23, 2012 Report Share Posted March 23, 2012 (edited) Mans šodienas uzdevums - palabot dažas validācijas kļūdas Wordpress saitam. Saits nav mūsu būvēts (vispār WP nelietoju, ja ir iespējams) - tādēļ nav nekādas nojausmas par viņu. Lieta tāda, ka nevaru saprast, no kurienes viņš ņem to visu info. Caur WP admin, ejot Pages, lielākā daļa failu ir tukši, pilnībā. Netieku klāt pat tās kļūdas izlabot. Daļa tekstu bija caur widgets ielikti, bet protams, nejau tie, kurus man vajag! Lūgums zinātājiem - no kurienes viņš velk to visu info?? saits - http://www.shabra.com index.php fails <?php get_header(); ?> <div id="main"> <div class="main-w1"> <div class="title-block"> <ul class="breadcrumbs"> <?php the_breadcrumb(); ?> </ul> <h1> <?php if (is_search()) { ?>You Searched For: <?php the_search_query() ?> <?php } else { ?> <?php the_title(); ?> <?php } ?> </h1> </div> <div class="columns-holder"> <div id="content"> <div class="post"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="post_sep"> <?php if(in_category(get_option('paradigm_portfolio_cat'))) { ?> <?php if ( get_post_meta($post->ID, 'thumb', true) ) { ?> <a style="margin:10px 0px 15px 0px; float:left;" href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_directory'); ?>/scripts/timthumb.php?src=<?php echo get_post_meta($post->ID, "thumb", $single = true); ?>&w=570&zc=1" alt="<?php the_title(); ?>" border="0"/></a> <div style="clear:both;"> </div> <?php } ?> <?php } ?> <?php the_content(); ?> </div> <?php endwhile; ?> <?php endif; ?> </div> </div> <?php get_sidebar(); ?> <div style="clear:both;"> </div> </div> </div> </div> <?php get_footer(); ?> Edited March 23, 2012 by ProSeo Quote Link to comment Share on other sites More sharing options...
vostro Posted March 23, 2012 Report Share Posted March 23, 2012 No datu bāzes Quote Link to comment Share on other sites More sharing options...
e-remit Posted March 23, 2012 Report Share Posted March 23, 2012 Papēti taču arī citas sadaļas adminā, pirms prasi! Raksti, visticamāk, ir zem "Posts", spriežot pēc .... if ( have_posts() ) : while ( have_posts() ) : the_post() Quote Link to comment Share on other sites More sharing options...
ProSeo Posted March 23, 2012 Author Report Share Posted March 23, 2012 (edited) Postus es jau izpētiju, viss info ir tur, bet mani interesē, ar kā palīdzību viņš izvelk viņus uz homepage, jo tur ir iemeties lieks </p> tags, kurš taisa dafigā errorus. Kā arī, 184. rindā ir meta tags - keywords. Tie nav mūsu likti, un ir nelietderīgi, bet izstaigājot visus pluginus, nevaru atrast viņus. Arī editorā, nevienā no PHP failiem viņu nav _______ Edited </p> atradu, bet keywordus - vēl joprojām nevaru Edited March 23, 2012 by ProSeo Quote Link to comment Share on other sites More sharing options...
rATRIJS Posted March 23, 2012 Report Share Posted March 23, 2012 Tak gan jau ka kaads plugins vai pati theme to dara. Meklee pluginos vai teemas failos peec 'wp_head' Quote Link to comment Share on other sites More sharing options...
e-remit Posted March 23, 2012 Report Share Posted March 23, 2012 Pēc HTMLa spriežot, viens "keywords" ir templatē, otrs SEO pluginā. Papēti zem "wp-content/themes" un "wp-content/plugins". Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.