elifair
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Themes and Templates
In reply to: [Book Lite] "posted by admin"Dear Chandra, I couldn’t find the content-X-php files. I found content.php.
Here’s what I found in that area.
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<div class="entry-meta"> <?php book_posted_by(); ?> <?php if ( 'post' == get_post_type() ) : ?> <div class="entry-meta"> <?php book_posted_by(); ?> <?php /* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list( __( ', ', 'book' ) ); if ( $categories_list && book_categorized_blog() ) : ?> <span class="cat-links"> <?php _e( ' under ', 'book' ) ?><?php printf( $categories_list ); ?> </span> <?php endif; ?>Is this the correct spot? I see the “<?php book_posted_by(); ?>” which makes it seem like the right place. Can I just remove some of this code to end up with “by elifair” with no categories listed? The categories are given later in the post, so I don’t need them here.
Any help would be appreciated. Thank you.
Forum: Themes and Templates
In reply to: [Book Lite] "posted by admin"Thanks for the quick response. I’m really a newbie. I can see I have some studying to do. I’m not sure where to start to find the template files or to recognize that line of code.
But I can see I need to learn this.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)