baal666
Forum Replies Created
-
Forum: Plugins
In reply to: How to make an archive page with 2.7Thank you for your help LenK. Have a great Christmas! ๐
Forum: Plugins
In reply to: How to make an archive page with 2.7@lenk: There are blogs from which I receive pingbacks each time they publish a post, even if they do not have any link in their post to my own blog… Why is that, and how to do the same?
Forum: Plugins
In reply to: How to make an archive page with 2.7@lenk: Are you sure that people on the bloglist will receive pingbacks each time I write a new post even if the blogroll is not displayed? I added my second blog, wrote a text on the first one and got no pingback from the first one…
Forum: Plugins
In reply to: How to make an archive page with 2.7Thanks. I use a very modified bobv2 theme.
Forum: Plugins
In reply to: How to make an archive page with 2.7I did this and added the code, but so far it is not in the post page option in the admin menu. I will try later tonight or tomorrow, and will get back to you if it isn’t working then.
BTW, you didn’t answered my other question (but hey, it’s your right, cause I have a hell lot of questions! :P) about the bloglist and the pingbacks that get to them each time I write an article… Will they receive the pingback in their admin menu even if I don’t show the bloglist?
Thanks again. You are great help
Forum: Plugins
In reply to: How to make an archive page with 2.7@lenk: I still don’t see how I could use that template. From the post page on WP2.7 I see there is a hierarchy of pages, and there is that scrolling menu in which there is no bloglist but there are other pages. I thought this may have been a cache problem so I closed and reopened Firefox, but it didn’t change a thing.
If I can’t get this working, would having a “secret” blogslist using the links from the admin menu with 100 links and a “non-secret” bloglist showing manually in the page be a solution? I mean: will the 100 links still receive a pingback when I will write something new even if they are not displayed?
Thanks
Forum: Plugins
In reply to: How to make an archive page with 2.7I am still confused…
I did this:
1) I created a page using a template I already have;
2) I called it “bloglist.php” and saved it in my theme folder;
3) I added <?php wp_list_bookmarks(); ?> in the code to show the links;but then… I don’t know how to get the page showing http://example.com/bloglist instead of the http://example.com/wordpress/wp-content/theme/xxx/…
BTW, I think it is possible to show the links by the priority considering last time they were updated and to add some extract. I’d really like to do this.
Thanks… and thanks for the explanation for trackback/pingback. But… do people really manually enter trackback anymore?
Forum: Plugins
In reply to: How to make an archive page with 2.7Thanks LenK. I will try this if the plugin gets too slow…
BTW, is it possible to do the same with my blogroll list and will people on it still receive a trackback when I write something new if they are not on my sidebar anymore but on a page?
Also, I wonder how you do link to the page you created… I mean: do you manually add the link in the sidebar and the menu?
Thanks
Forum: Plugins
In reply to: How to make an archive page with 2.7I now use a plugin to do this (SRG Clean Archives) but it’s kind of slow. If anyone has any other solution, that would be nice.
Thanks
Forum: Themes and Templates
In reply to: raquo (ยป) in title WordPress theme wouldn’t go awayThank you very much! It works perfectly! Thanks!
Forum: Themes and Templates
In reply to: raquo (ยป) in title WordPress theme wouldn’t go awayThanks, I did use that tip.
However, here is the problem:
I’d like to set a | between titles and name of blog, but ONLY when showing posts. That is, when people are on the front page, I don’t want to see that | before the name of the blog because it looks ugly.
With
<?php if ( is_single() ) { ?> <?php } ?> | <?php wp_title(''); ?> <?php bloginfo('name'); ?>or
<?php if ( is_single() ) { ?> <?php } ?> <?php wp_title('|'); ?> <?php bloginfo('name'); ?>each time people are on my front page they see ” | <Name of my blog> “
but if I do erase the | then there is no separator between title of blog and title of post for posts.
Anyone could help me with this?
Thanks!
Forum: Themes and Templates
In reply to: raquo >> appearing on page linksReplace
<title><?php if ( is_single() ) { ?> <?php } ?> <?php wp_title(); ?></title>by
<title><?php if ( is_single() ) { ?> <?php } ?> <?php wp_title(''); ?></title>Forum: Themes and Templates
In reply to: Comment form showing even when logged in!Thanks. I do it pretty often; I thought it was something else.
Forum: Themes and Templates
In reply to: Comment form showing even when logged in!@otto42: How can I do this?
Forum: Themes and Templates
In reply to: Comment form showing even when logged in!Thanks for the help! ๐
I still don’t understand why it works and in what those three keys are important… but it works! ๐