- This topic has 9 replies, 3 voices, and was last updated 13 years ago by
frederikwa.
-
AuthorPosts
-
February 23, 2013 at 6:31 pm #4347
frederikwa
MemberHi
How can i remove that annoying posted by, posted in.
I also want to remove continue reading. So i just have the whole post on my page.
February 24, 2013 at 11:54 pm #4363Sakin
Keymaster@frederikwa: For hiding posted bu, posted in you can add the following css in “Custom CSS” box in your Theme Options panel.
.entry-meta { display: none; }For removing continue reading in the archive pages you have to select “Show full content” option in Content Layout in your Theme Options panel.
February 25, 2013 at 12:10 am #4370frederikwa
MemberThanks problem solved
February 25, 2013 at 12:13 am #4372frederikwa
MemberI screwed my footer up trying to remove “powered by wordpress , catch box ”
What did i do wrong. How can i keep it from coming back
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package Catch Themes
* @subpackage Catch_Box
* @since Catch Box 1.0
*/
?>
</div><!– #main –>
<footer id=”colophon” role=”contentinfo”>
<?php
/* A sidebar in the footer? Yep. You can can customize
* your footer with three columns of widgets.
*/
get_sidebar( ‘footer’ );
?>
<?php if ( has_nav_menu( ‘footer’, ‘catchbox’ ) ) { ?>
<nav id=”access-footer” role=”navigation”>
<h3 class=”assistive-text”><?php _e( ‘Footer menu’, ‘catchbox’ ); ?></h3>
<?php wp_nav_menu( array( ‘theme_location’ => ‘footer’, ‘depth’ => 1 ) ); ?>
</nav>
<?php } ?>
<div id=”site-generator” class=”clearfix”>
<?php do_action( ‘catchbox_startgenerator_open’ ); ?>
<div class=”copyright”>
<?php esc_attr_e(‘Copyright ©’, ‘catchbox’); ?> <?php _e(date(‘Y’)); ?>
<a href=”<?php echo home_url(‘/’) ?>” title=”<?php echo esc_attr(get_bloginfo(‘name’, ‘display’)); ?>”>
<?php bloginfo(‘name’); ?>
</a>
<?php esc_attr_e(‘. All Rights Reserved.’, ‘catchbox’); ?>
</div>
<div class=”powered”>
<a href=”<?php echo esc_url( __( ‘http://wordpress.org/’, ‘catchbox’ ) ); ?>” title=”<?php esc_attr_e; ?>” rel=”generator” ><?php printf( __( ‘Powered by %s’, ‘catchbox’ ), ‘WordPress’ ); ?></a>
<span class=”sep”> | </span>
<a href=”<?php echo esc_url( __( ‘http://catchthemes.com/’, ‘catchbox’ ) ); ?>” title=”<?php esc_attr_e ( ‘Powered by WordPress’, ‘catchbox’ ) ( ‘Theme Catch Box by Catch Themes’, ‘catchbox’ ); ?>” rel=”designer”><?php printf( __( ‘Theme: %s’, ‘catchbox’ ), ‘Catch Box’ ); ?></a>
</div>
<?php do_action( ‘catchbox_startgenerator_close’ ); ?>
</div> <!– #site-generator –>
</footer><!– #colophon –>
</div><!– #page –>
<?php wp_footer(); ?>
</body>
</html>
February 25, 2013 at 12:16 am #4373Sakin
Keymaster@frederikwa: We don’t support removing footer credit in Free Theme. You should understand and respect the credit link when using Free Theme and support. If you want to remove that then please upgrade to Pro version where you have Footer Editor on Theme Options panel through which you can just change it to anything.
February 25, 2013 at 5:10 am #4400littlepixiez
MemberIs there any way to get rid of the “posted by, bookmark the permalink” without using css? Putting display: none; messes up my layout on long posts which are split into sections, so I need to ideally mess with the php but I’m not sure where to find the code?
I literally just need the metadata underneath the post saying “posted by, in, bookmark in permalinks” to go! 🙁February 25, 2013 at 5:29 am #4401frederikwa
MemberCould you then help me, to get the footer back??
and how to move the search box ???
February 25, 2013 at 10:24 am #4404Sakin
Keymaster@frederikwa: To get the footer back download the theme again and replace your footer.php . About your search, where do you want to move and which search box are you talking about.
February 25, 2013 at 10:25 am #4405Sakin
Keymaster@littlepixiez: If your case is different then please create new topic in forum. Don’t use others forum. It’s a kind of confusing. Also don’t forget to post our site URL.
February 25, 2013 at 3:12 pm #4410frederikwa
MemberHi
just a tiny bit up
-
AuthorPosts
- The topic ‘Posted in, posted by, continue reading’ is closed to new replies.
