Forum Replies Created

Viewing 6 replies - 46 through 51 (of 51 total)
  • Thread Starter John

    (@jtrabelsi)

    let me try this right now….

    Thread Starter John

    (@jtrabelsi)

    YEAAAAAAA I found it!
    I spent so much time for something so simple!
    It was just on the right of the actual “HOME” page a created! ??

    Ok now, I think the only and last step is the piece of code you gave me.
    Is it supposed to work just like that ?
    I copy and past this in the php page ?

    (btw thank you a lot really…)

    Thread Starter John

    (@jtrabelsi)

    Ok my friend I think Im almost there!!!
    I created the page and upload on the server in the Theme folder.
    Here is the code of my php page :
    <?php
    /*
    Template Name: finallyhome
    */
    get_header();?>

    <img src=”https://www.creativewhoman.com/wp-content/jpg/title_welcome.jpg&#8221; alt=”creative whoman welcome title” />

    <?php query_posts(‘showposts=1’); ?>
    <?php while (have_posts()) : the_post(); ?>
    <!– Do Stuff Here –>
    <?php endwhile;?>

    <?php get_footer(); ?>

    Now im looking on how to make this page the home page!
    Im still searching as I dont find the “Write > Page administration panel”
    but im working on it. If you see this message before let me know my friend!!!
    :))))

    Thread Starter John

    (@jtrabelsi)

    nop, I’ve tried again and again, ??

    To explain again even if Im sur you understood.
    I have the HOME and BLOG page.
    And Im trying to pull the last post of the BLOG page to the bottom of th HOME page.

    Here is the code I have on my HOME page :

    <img src=”https://www.creativewhoman.com/wp-content/jpg/title_welcome.jpg&#8221; alt=”creative whoman welcome title” />
    A complete solution for the design of your business.
    <span style=”font-weight: normal; font-size: 13px;”>We are a graphic, industrial and sound design firm specialized in branding and marketing. We will guide you to bring to your company significant design and technical elements that will help you create a unique and powerful tool of communication.
    </span>

    <?php query_posts(‘showposts=1’); ?>
    <?php while (have_posts()) : the_post(); ?>
    <!– Do Stuff Here –>
    <?php endwhile;?>

    I’m not a dev, Im a designer. So my question might look stupid.
    Go look at my website if you wanna have an idea.

    https://www.creativewhoman.com

    Thread Starter John

    (@jtrabelsi)

    You literally resolved 99% of my problem in just one post!!!
    Thank you so much!!!!

    There is just one think that doesn’t work is the loop you gave me.
    Should I put that bellow my content on the “HTML” tab of the Home page ?

    Thread Starter John

    (@jtrabelsi)

    To be simple I would like :

    – A personalized home page (./) with only the 2 lasts posts.
    – A hard link to the actual blog page (./whateverlink) with 10 post per page.

Viewing 6 replies - 46 through 51 (of 51 total)