|
Apr
13 |
|
awarded | Tumbleweed |
|
Apr
3 |
|
comment |
Proper syntax for simple conditional bloginfo language Thank you, Bainternet.(:D -1 question, im such a noob). By the way, I had to add $ to the var on the if statement to make it work (of course u know it). Thx again. |
|
Apr
2 |
|
asked | Proper syntax for simple conditional bloginfo language |
|
Mar
16 |
|
comment |
How to link post titles on page A to its posts on page B? Thx, weston. I added it to my previous line: <a href="<?php bloginfo('template_url'); ?>/<?php echo get_category_link(6); ?>"><?php the_title(); ?></a> and it worked. Do u think i could add a page jump straight to where the post is on the page? |
|
Mar
16 |
|
revised |
How to link post titles on page A to its posts on page B? deleted 12 characters in body |
|
Mar
16 |
|
asked | How to link post titles on page A to its posts on page B? |
|
Mar
14 |
|
awarded | Editor |
|
Mar
14 |
|
revised |
How to hide post title from HTML document title? deleted 23 characters in body |
|
Mar
14 |
|
answered | How to hide post title from HTML document title? |
|
Mar
14 |
|
comment |
How to hide post title from HTML document title? Thx for ur patience, Michael. I only have code<title><?php bloginfo( 'name' ); ?></title> code as the title definition, nothing else.
|
|
Mar
13 |
|
comment |
How to hide post title from HTML document title? Sorry for the confusion. I guess this is a pretty dumb question. Let me try again: I already have <title> <?php bloginfo('name'); ?> </title>. Whem I add post: <div id="txt01"> <p><i><?php query_posts( 'p=64' ); while (have_posts()) : the_post(); the_content(); endwhile; ?></i></p> </div>, this post name is now part of the title that appears in the top of the browser. |
|
Mar
13 |
|
comment |
How to hide post title from HTML document title? I guess I have to filter wp_title, not sure how. |
|
Mar
13 |
|
comment |
How to hide post title from HTML document title? Thx, helgat. The issue is hiding the latest added post title from the site's title. For instance, if my site name is "This is the Blog Name", after I load a new post's content to a div tag, called "Last Post Added", the site's title became "Last Post Added | This is the Blog Name". |
|
Mar
12 |
|
awarded | Scholar |
|
Mar
12 |
|
accepted | How to load a post into an empty div tag anywhere across the pages? |
|
Mar
12 |
|
asked | How to hide post title from HTML document title? |
|
Mar
12 |
|
comment |
How to load a post into an empty div tag anywhere across the pages? Thanks for the quick reply, TCattd. I'm not sure about where to put the code(which page, which part) but I'll give it a try. Thx again. |
|
Mar
12 |
|
awarded | Student |
|
Mar
12 |
|
asked | How to load a post into an empty div tag anywhere across the pages? |