|
Making Pages not show its categories and date.
|
|
09-21-2008, 06:32 AM
Post: #1
|
|||
|
|||
|
Making Pages not show its categories and date.
This is a response to DLE's Comment/Question
In inc/posts.php, find: PHP Code: <p class="postmeta">Filed under <?php the_category(', ') ?> by <?php the_post_author() ?></p> Replace with: PHP Code: <?php if( !is_page() ) : ?><p class="postmeta">Filed under <?php the_category(', ') ?> by <?php the_post_author() ?></p><?php endif ?>Find: PHP Code: <?php if( $water->show_tags ) the_tags('Tags: ', ', ', "<br />\n") ?>Add above: PHP Code: <?php if( is_page() ) : ?></div><?php return; endif ?>Save it & reupload it to your web server. Water 1.5 Survey - Please take it! Quote:Do you have Questions? Comments? Concerns? Hopes? Dreams? Desires? Aspirations?? Don’t hesitate to tell!! |
|||
|
09-21-2008, 11:19 AM
Post: #2
|
|||
|
|||
|
RE: Making Pages not show its categories and date.
Thank you so much! That's exactly what I needed.
Have a blessed day. DLE |
|||
|
11-03-2008, 01:41 PM
Post: #3
|
|||
|
|||
|
RE: Making Pages not show its categories and date.
Tried to register but verifier is not working. Need a bit of guidance.
Yes, I did verify correctly - a bunch of times. But, I'm "blonde" when it comes to making changes in the template. Kindly help. You can reach me directly on Twitter - user name AlohaArleen Thanks, Arleen |
|||
|
11-03-2008, 11:50 PM
Post: #4
|
|||
|
|||
|
RE: Making Pages not show its categories and date.
Sorry, I don't have "Twitter". If you're stuck on a step, please tell.
In the planned Water 1.5, Pages won't show it's category and date. Water 1.5 Survey - Please take it! Quote:Do you have Questions? Comments? Concerns? Hopes? Dreams? Desires? Aspirations?? Don’t hesitate to tell!! |
|||
|
« Next Oldest | Next Newest »
|
| User(s) Viewing This Thread: |
| 1 Guest(s) |




