THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

2 questions

Home › Forums › General Forums › 2 questions

Tagged: church theme, Entry-Meta

  • This topic has 7 replies, 2 voices, and was last updated 11 years, 11 months ago by Melody62.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • March 5, 2014 at 7:44 pm #1856
    Melody62
    Participant

    Good evening all

    Since last night i’m using the Omega theme on my blog, http://melodymusic.nl

    There are 2 things i very much would like to change…

    Hopefully someone here can tell me what to do to make it the way i want.

    1)
    Under de content of a post, there is a meta-data line. I would rather have this line above the content instead beneath it.
    Prefarbly in the same line as the metra-entry line above the post.

    2)
    In the first metra-entry line… the visitor see the link to ‘comments / edit’
    I would very much like to see there words of my own choosing…

    Thank you in advance for a respons, greetings
    ♫ M e l ☺ d y ♫

    March 7, 2014 at 3:59 am #1869
    han
    Keymaster

    You need to copy these two files (and its folder) from omega theme into your church theme folder and modify them as you like.
    – partials/entry-byline.php
    – partials/entry-footer.php
    you can remove all the code in entry-footer.php and put the code into entry-byline.php

    March 7, 2014 at 10:06 am #1875
    Melody62
    Participant

    Thank you Han

    My second question has been solved, thank you.

    Your answer does not explain clear enough for me what i need to do to get the first line of entry-meta the way i want…
    please explain some more?

    March 10, 2014 at 12:39 am #1885
    han
    Keymaster

    for first line of entry-meta, you can modify entry-byline.php as follow

    <div class="entry-meta">
    	<?php 
    	if (is_multi_author()) {
    		echo omega_apply_atomic_shortcode( 'entry_author', __( 'Posted by [post_author_posts_link] ', 'church' ) ); 
    	} else {
    		echo omega_apply_atomic_shortcode( 'entry_author', __( 'Posted ', 'church' ) ); 
    	}?>
    	<?php
    	if (  omega_get_setting( 'trackbacks_posts' ) || omega_get_setting( 'comments_posts' ) ) {
    		echo omega_apply_atomic_shortcode( 'entry_byline', __( 'on [post_date] [post_comments zero="Leave a Response" one="%s Response" more="%s Responses"] [post_edit before=" | "]', 'omega' ) ); 
    	} else {
    		echo omega_apply_atomic_shortcode( 'entry_byline', __( 'on [post_date]  [post_edit before=" | "]', 'omega' ) ); 				
    	}	
    	
    	?>
            <?php omega_post_terms( array( 'taxonomy' => 'category', 'text' => __( 'Posted in: %s', 'omega' ) ) ); ?>
    	<?php omega_post_terms( array( 'taxonomy' => 'post_tag', 'text' => __( 'Tagged: %s', 'omega' ), 'before' => '| ' ) ); ?>		
    </div><!-- .entry-meta -->
    March 10, 2014 at 2:28 pm #1890
    Melody62
    Participant

    Hello Han

    Thank you so much, this is what i wanted 😉

    Just one more question….. is it possible to remove the post-edit-link?

    March 11, 2014 at 7:25 am #1892
    han
    Keymaster

    yes 🙂 . Btw, that link only visible to logged-in user with ‘edit post’ privilege.

    March 11, 2014 at 11:25 am #1895
    Melody62
    Participant

    😉 I know that its only visible to myself but still…
    would you be so kind as to tell me how i can remove it?

    March 14, 2014 at 1:27 pm #1903
    Melody62
    Participant

    resolved. topic can be closed.

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php