• Hello,

    I have seen that when we write post it will only show up in the home page.

    But what i want to get is it should come up int he home page as recent posts and also in a different page.

    For example:-

    Required Action –

    Post (if it is article) — > Home Page , Article Page
    Post (if it is C#) ——- > Home Page , C# Page

    Present Action –

    Post (if it is article) — > Home Page
    Post (if it is C#) ——- > Home Page

    So can anyone let me know the possible solution. I know that this can be done through some coding. But i am a newbie to WP. So kindly need some help.

    Regards,

    Rami Vemula.

Viewing 1 replies (of 1 total)
  • need to edit your theme, if you haven’t set a static page as the home page then your home page will be using index.php, copy the code from this and paste in a new .php (name customarticle.php or something) file and add

    <?php
    /*
    Template Name: Article
    */
    ?>

    to the top of the file, upload to your theme directory and select Article from page template on the right of your page edit screen.

Viewing 1 replies (of 1 total)
  • The topic ‘Same Post should enter into 2 different Pages’ is closed to new replies.