go41

Re: why does the read more link of one post go to another! :: Reply by master

von Joern am 20. Mai. 2010 | Keine Kommentare

hi Omar, this is Joern, after your first post I looked at that site but even didn’t find the three categories you mention. you list archives twice up there, is that a name for a category? It might be WordPress will not take a category named archives.
about the upper index.php:
comparing with the source of the site I see it’s almost only get_smooth_slider working, showing the sliding images. The linked title in h2 tag is invisible and there is an empty span in the slider – so this works only half.
in this lead article part is also:

Code:

<?php while (have_posts()) : the_post(); ?>
<?php endwhile; ?>

This two lines do nothing.. there might be a post, but what to show? (title,content etc)
adds are coming, sidebar dto, footer dto, there is nothing more which could be displayed.
to render any content there has to be a query like

Code:

<?php

// "Featured articles" module begins

query_posts('showposts=3&cat=1&offset=1'); ?>

<?php while (have_posts()) : the_post(); ?>

....

but there isn’t in the upper version
finally your customers site shows three grey bars under the slider:
Code:

<div class="bottom-left">
    <div id="box-bottom-left">

</div>    </div><!--end bottom-left-->

    <div class="bottom-middle">
        <div id="box-bottom-left">

</div>    </div><!--end bottom-middle-->

    <div class="bottom-right">

while the prinz theme is using for the columns:
Code:

<div id="homeleftcol"> ...

      </div>

  <div id="homemidcol"> ...

      </div>

  <div id="homerightcol"> ...

Means for me, these two index.php you gave do not belong to the same theme. Your clients theme is Version: 1.0, while on the sample site is Version: 2.1 of WyntonMagazine.
Actually I give up…
____________________
you find me on Google+, Twitter and Facebook

(von: master)

Hier noch 4 weitere Ergebnisse dieses Threads:

why does the read more link of one post go to another

20. Mai. 2010 (von: omerkhan01)

Just wondering if you can take a look at this siteThere are three categoriesarchiveseverybody talking aboutammazing reviewsarchivesWhen you click on an individual post within the category it goes to the top one always.It is not going to the right post…

Re: why does the read more link of one post go to another! :: Reply by omerkhan01

20. Mai. 2010 (von: omerkhan01)

http://wp-themes.der-prinz.com/wyntonmagazine/ is what the theme is supposed to look like with the posts showing on the frontpage of some categories selected.On our blog, it is not coming up.Here is the index.php file that the client has. It is so different…

Re: why does the read more link of one post go to another! :: Reply by omerkhan01

20. Mai. 2010 (von: omerkhan01)

Joern quick help, I can't change the bg color on my blog. I tried putting in the body divin CSS background-color:black;and it doesn't workI also tried putting in the index.php file<body bgcolor="black"> and it won't work.Can you advise!Omar Weiterlesen →

Re: why does the read more link of one post go to another! :: Reply by Joern

21. Mai. 2010 (von: Joern)

in your maaximum seduction blog the background is black? Where should be more black?____________________you find me on Google+, Twitter and Facebook Weiterlesen →

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: