Jump to content
php.lv forumi

WP - y u so complicated?


ProSeo

Recommended Posts

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 by ProSeo
Link to comment
Share on other sites

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 by ProSeo
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...