go41

Re: How do you customize „Featured post“ comments/date indicator :: Reply by Joern

von Joern am 22. Mai. 2011 | Keine Kommentare

I think you mean under your ‚Featured items!‘ ?

This should still be in index.php some lines under your div id="arthfeatured"

here you have the social buttons and following this comes the loop for your featured posts.

In there you find a line starting with div class="meta" like:

<div class="meta">[<?php the_time(‚j M Y‘) ?> | <?php comments_popup_link(‚No Comment‘, ‚One Comment‘, ‚% Comments‘);?> | <?php if(function_exists(‚the_views‘)) { the_views(); } ?>]</div>
change this to:

<div class="meta">[<?php the_time(‚j M Y‘) ?>]</div>
or

<div class="meta"><?php the_time(‚j M Y‘) ?></div>
(without these brackets)

no comment stuff will not show, only the date

The style is in your style.css about line 575

.meta {

font-size:0.8em;

color:#333;

}
color:#333 is this dark grey for the text in class meta

to get it red add in your #arthfeatured part near line 438 this value:

#arthfeatured .meta {

color:#FF0000;

}
the date should be red now.
About the category view, I would say you managed this already?

In archive.php it normally shows the_excerpt(); but I think you have the_content(); now…
____________________
you find me on Google+, Twitter and Facebook

(von: Joern)

Hier noch 3 weitere Ergebnisse dieses Threads:

How do you customize „Featured post“ comments/date indicator

21. Mai. 2011 (von: omerkhan01)

Hi there, Quick question. As you can see under the featured posts, it states the date and whether comments are on or off. How do you1) Remove the comments/on/off line2) Color the date( I only want to keep this but…

Re: How do you customize „Featured post“ comments/date indicator :: Reply by omerkhan01

22. Mai. 2011 (von: omerkhan01)

Okay but here is my question.If you click on the Media Content category, you can see how the content is in "Excerpt" format and divided by a nice read lineI want this to be the case with all other categories…

Re: How do you customize „Featured post“ comments/date indicator :: Reply by Joern

22. Mai. 2011 (von: Joern)

If I click on the Media Content category, I can see no "Excerpt" format for all posts except the last one?!Means for me there is actually no 'content' for these posts in the database.I mean reviews, sc and other posts…

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: