John
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hard link to the blog ?let me try this right now….
Forum: Fixing WordPress
In reply to: Hard link to the blog ?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…)
Forum: Fixing WordPress
In reply to: Hard link to the blog ?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” 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!!!
:))))Forum: Fixing WordPress
In reply to: Hard link to the blog ?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” 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.Forum: Fixing WordPress
In reply to: Hard link to the blog ?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 ?Forum: Themes and Templates
In reply to: Moving the blog page.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.