Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #4347
    frederikwa
    Member

    Hi

    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.

    http://www.oddsresults.com

    #4363
    Sakin
    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.

    #4370
    frederikwa
    Member

    Thanks problem solved

    #4372
    frederikwa
    Member

    I 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 &copy;’, ‘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/&#8217;, ‘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/&#8217;, ‘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>

    #4373
    Sakin
    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.

    #4400
    littlepixiez
    Member

    Is 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! 🙁

    #4401
    frederikwa
    Member

    Could you then help me, to get the footer back??

    and how to move the search box ???

    #4404
    Sakin
    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.

    #4405
    Sakin
    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.

    #4410
    frederikwa
    Member

    Hi

    just a tiny bit up

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Posted in, posted by, continue reading’ is closed to new replies.