Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Add Meta after Article */
- function meta_after_article() {
- ?>
- <div class="entry-header">
- <div class="jeg_meta_container">
- <div class="meta_right">
- <?php do_action( 'jnews_render_before_meta_right', get_the_ID() ); ?>
- </div>
- </div>
- </div>
- <?php
- }
- /* Choose one to activate, this will change the place where you type the meta */
- add_filter( 'jnews_source_via_single_post', 'meta_after_article', 1 ); /* select one || before of Tag */
- // add_filter( 'jnews_share_bottom_bar', 'meta_after_article', 1 ); /* select one || after of Tag */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement