how can i remove the meta class from post?

Latest Reply from Dave at 2013-07-09 06:23:54 Solution
Hey
how can i remove the meta class from post?
<p class="post-meta">
which page? and what code should i remove please?
Thanks!
Hey
Another problem i have:
i try to order the categories in any way i can (delete, rearange order i put them in... and so on) but nothing seems to get them change from the first time they were typed in. in the main (blue) menu i mean.
please help
Thanks!

Hi!
To change the name of the class "post-meta" you have to change the following code in the file theloop.php:
<?php if (!is_page()) {?><p class='post-meta'>
<span class='post-date'><?php echo get_the_date(); ?></span>
Posted in &nbsp;<?php the_category(', '); ?>
<?php if(comments_open( get_the_ID() )) {
?> | Comments: <?php comments_popup_link( 0, 1, '%' ); ?><?php
}
edit_post_link( $SMTheme->_( 'edit' ), ' | <span class="edit-link">', '</span>' );
?>

just replace "post-meta" in this code.

Here are the intelligible instructions how to adjust your menus:
http://codex.wordpress.org/WordPress_Menu_User_Guide.

Leave a reply

Add codeAdd image