Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter alchemyofyouth

    (@alchemyofyouth)

    To enable thumbnails in the Mantra Theme, I am changing settings under Themes > Mantra Settings > enable the Featured Images as POST Thumbnails > check Link the thumbail to the post and this enables thumbnails in the Excerpts on Category Pages, but on main page I am getting two images – my large image and a thumbnail and there is no way of removing the thumbnail.

    I would greatly appreciate it if you could let me know how I can have large images in the posts on the main page and thumbnails in the Excerpts on Category Pages. Is it possible without editing the code?

    Thread Starter alchemyofyouth

    (@alchemyofyouth)

    I finally resolved it.
    archive.php:

    <!--<li class="no-padding-left"><a>" title="<?php echo esc_attr(get_the_author_meta( 'display_name' ) ); ?>">By ?<?php the_author_meta( 'display_name' );?></a>
    
    <li><?php the_time( 'j F, Y' ); ?></li>
    -->

    [Moderator Note: Please post code or markup snippets between backticks or use the code button.]

    Thread Starter alchemyofyouth

    (@alchemyofyouth)

    I’ve figured out how to remove date and time from index.php
    by finding the_time() and the_author_meta() code and converting it to the comment <!---->

    <!-- <li class="no-padding-left">" title="<?php echo esc_attr(get_the_author_meta( 'display_name' ) ); ?>">By  <?php the_author_meta( 'display_name' );?>
    <?php the_time( 'j F, Y' ); ?>
    -->

    However, I have a problem with the comments displaying dates – I couldn’t find the_time()`code on comments.php.

    Also, I can’t remove dates from the posts on the pages.

    I would appreciate your help.

    [Moderator Note: Please post code or markup snippets between backticks or use the code button.]

    Thread Starter alchemyofyouth

    (@alchemyofyouth)

    Hello,

    I would appreciate your help.

    How can I removing the date/author from the postings for the Simple Catch
    theme? Should I make changes on the theme files or use the “Custom CSS Styles” box under the Theme Options?

    Thank you!

    Forum: Themes and Templates
    In reply to: Chateau 1.0
    Thread Starter alchemyofyouth

    (@alchemyofyouth)

    Thank you for your message. I have the Chateau 1.0 theme from https://www.chateau-theme.com/, but it doesn’t have all functions which are available on wordpress.com. It doesn’t have Multiple Archive Page, Styles, Light or Dark Color Schemes, and Custom Accent Color. Under Appearance, I have only Menu, Header, and Widgets, but no Theme Options and Background where I could control a page layout and color. Apparently, WordPress added all these functions to the Chateau’s original design.
    I’ve contacted the author, and he is working on the new Chateau design, but it would be so helpful if wordpress would let us use the existing Chateau 1.0 theme, which is available on wordpress.com.
    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)