markbaigent
Forum Replies Created
-
Forum: Themes and Templates
In reply to: custom page with custom side barThere is!!!……………………
…………………………………… well so there is.
Thanks for sticking with this you are an angel ??
Oh, you have mail
All the best
MarkForum: Themes and Templates
In reply to: custom page with custom side bar> It can then be called in the relevant template
> file using <?php get_sidebar(‘myhomepage);?>`.Ah, that brings me back to my question, I assumed that would be the page.php but there is no mention of the sidebar in the page.php.
So I guess that is not the correct template?the standard page.php calls the header and footer but not the sidebar
get_header(); ?> <div id="primary"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php comments_template( '', true ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> <?php get_footer(); ?>
Forum: Themes and Templates
In reply to: custom page with custom side barIt was paying work that I wanted to email you about?
Forum: Themes and Templates
In reply to: custom page with custom side barThanks esmi
Is it ok if I email you?
Forum: Themes and Templates
In reply to: custom page with custom side barOk I think that I have made a new sidebar file…
myhomepage_sidebar.php
but all that I have changed is the div id<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> <div id="my homepage sidebar" class="widget-area" role="complementary"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div><!-- #secondary --> <?php endif; ?>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Themes and Templates
In reply to: custom page with custom side barI am just trying to work ut how to do that at the moment
Forum: Themes and Templates
In reply to: custom page with custom side barshou;d have been sorry esmi…. I need coffee
Forum: Themes and Templates
In reply to: custom page with custom side barHi esme
Yes I am
Sorry I should have said so ??Forum: Fixing WordPress
In reply to: Pages with different widget areasThanks Esmi
Just what I wanted
ATB
MarkForum: Fixing WordPress
In reply to: Pages with different widget areasHi Esmi,
I have not had a look at plugins yet as I would prefer to learn how to make the new page template, I assume that copying and editing page.php and saving it as a new page. would be a start.
Then I think that I would have to do something to functions.php.
I have chosen this route as I have been told that plugins slow the site?
Also I am then dependant of the plugin staying current.
Having said all that I am off to look at the plugin ??ATB
MarkForum: Themes and Templates
In reply to: I may have broken some thing..Thanks Creatrix
That has fixed it.
I am getting the hang of developer tools and catching up woth PHP and CSS… well I have strted to clinb the curve
thanks again
Mark
Forum: Everything else WordPress
In reply to: Ecommerce etcThanks esmi
That looks very useful. My plan was to make custom pages with the story of the product (wood carving) and photos and add the buy now or add to cart to that page.I will watch the eshop videos next ??
I see you offer developer services, I may come back to you about that.
ATB
MarkForum: Everything else WordPress
In reply to: Concepts and contentHi Tina
Thank you for such a detailed answer, I have printed it as I am sure that it will be useful.
I have decided that the story element of my web site needs to be accessible on the from page all the time. This has made me decide that my web site will be a web site with a blog not a blog only. I found a widget called Flexi pages that does what I need, ie I can seperate the story pages from the home page and about page etc. It will also allow me to add the two more stories that will complete that part of the web site but keep them in seperate page groups.
Best wishes
MarkForum: Fixing WordPress
In reply to: spacer for pageshi
> First, I see that you are writing pages in wordpress,
> not posts. Which is probably not the best idea,
> however, you can do it.
Those pages make up one story, I will be working on a blog for the site as well later.> you are wanting in a file called page.php.
Ta, I will have a lookMark
Forum: Everything else WordPress
In reply to: a book (short) as a blogHi Chrisber
I think that you are right about the static html site
I have one third of the book written but it also can stand alone as a piece. I was hoping for the front page to hold an intro paragraph and the sidebar will hold a chapter listing. I cannot see how to have a static element, the inro, on the frontpage with wordpress.
I guess it is time to dust down Dreamweaver
Mark