How do I get rid of the bread crumb trail?


Author Message
linda

Posted: 12/29/2008
Quote message 

How can I get rid of this on each page.
I don't like it.
Thanks
 
Marc Smith

Posted: 12/30/2008
Quote message 

What kind of design do you have? HTML? Wordpress?

Do you have an UL we can look at?
 
Lester

Posted: 12/30/2008
Quote message 

How did you get Artisteer to put a breadcrumb trail into the template? I don't find any place to insert one.
 
Linda

Posted: 1/3/2009
Quote message 

This is just me practice area, so it is always changing.
But right now it does have the template I am working on and the breadcrumb trail.
http://greatdeals-bargains.com/home/

(and the two home page problem, which I have to edit everytime I create a theme, can we get that fixed please!?)
 
Antony

Posted: 1/3/2009
Quote message 

if you mean footer links, you can change it on Artisteer\Library\Data\Templates\WordPress\Export\Glyphs\Page.html
 
Marc Smith

Posted: 1/3/2009
Quote message 

Links in the footer can be rmoved by editing the footer.php file.

Other than that I see no other "breadcrumbs" to speak of.

And technically a breadcrumb is something that shows navigation as you progress fromthe front page thru subpages. It allows you to move back up thru the pages easily.
 
linda

Posted: 1/13/2009
Quote message 

http://smartwomenstupidcomputers.com/blog

All my blogs made with artisteer have breadcrumb titles on the top of the
posts.
I am not talking about the footer.
What bit of code do I need to delete to get rid of this.
It makes the blog looks messy.

 
Linda

Posted: 1/13/2009
Quote message 

http://smartwomenstupidcomputers.com/blog
Also my comment box is getting cut of on the right.
It looks sloppy. How can I fix that?

Thanks!
 
Marc Smith

Posted: 1/13/2009
Quote message 

Linda,

Again, I'm not understanding you. I went to the page you indicate. There is a MENU area there. I am sure you are not talking about that.

When you click on a post, you see the individual post, along with a navigation item (that belongs to Wordpress, not Artisteer) that moves either forward or backwards in the succession of posts you have on you blog.

Is that what you are talking about?
 
Linda

Posted: 1/13/2009
Quote message 

If you click one of my posts, you will see at the top of the post, the title of the post before and after. I took a screen shot but how do I display that in here?
I noticed some people posting some screen shots and I would like to do that to.
Do I just use html to link to my screen shot?

Here is what I am talking about
http://smartwomenstupidcomputers.com/blog/?p=12


 
Marc Smith

Posted: 1/14/2009
Quote message 

Linda,

Ok, so now we are getting somewhere.

Those links at the top of the posts are part of Wordpress and would require changes to the PHP code in several different places within the template. Those nav links show up in almost any theme out there, including the default themes.

You can style those links to a point in the theme you have created, but Isuspect you don't like them because to post titles are so long, they wrap to a second line. The only way to fix that is to remove them altogether or make the post titles shorter.

If you are comfortable with editing the PHP in several different files, then I'll post some links to the Wordpress documentation thatdeals with customizing your template so you can find and read the section about navigation.

http://codex.wordpress.org/Next_and_Previous_Links

-Marc
 
Linda

Posted: 1/15/2009
Quote message 

Thanks Marc, I can edit php files so I will read the section posted.
I have used other themes that did not have that, but maybe the designer removed it like I am about to do.
Thanks for your help.
 
Marc Smith

Posted: 1/15/2009
Quote message 

Linda,

Yeah, theme authors can and will remove that code or stylize it to suit the theme... but it is part of the standard and default themes in Wordpress.