• Hi
    1. I would like to put the home page theme ( how main page looks ) into another pages.
    It’s possible ? I don’t and don’t want to use blog theme.

    2. How I can change color of menu ?

    Theme is great !
    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    For the #1 you will need to create a template in the theme folder. Name it template-front-page.php for example, and the file contents should be as here – https://pastebin.com/pwx46Z3n , then creating a page select this template.

    For #2 – color customizations aren’t available in the free version, you need to get the full one for it.

    Hope it helps

    Thread Starter grabarzchaosu

    (@grabarzchaosu)

    You are great !
    Thank You !

    Thread Starter grabarzchaosu

    (@grabarzchaosu)

    One more question:
    It is possible to delete from blog posts, these lines ?

    POSTED BY ADMIN
    3 days ago

    You have to edit the template file : inc/partials/content-home-news.php

    Around line 57 , delete this bit

    <p class="newsauthor"><?php _e( 'Posted By', 'mediaphase-lite' ); ?> <a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>"
    class="authorname"><?php the_author(); ?></a></p>

    and below delete this one:

    <li class="newstime"><i class="fa fa-clock-o"></i> <?php mediaphase_posted_ago( get_the_date( 'c' ), get_permalink() ); ?></li>

    Let me know if that works out.
    BTW, if you like the theme – please rate it ??
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to copy main page to other pages’ is closed to new replies.