Salvatore
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Depo MastheadCan’t use neither. It says:
Fatal error: Call to undefined function post_class() in XXX/wp-content/themes/Depo Masthead/home.php on line 33
Forum: Installing WordPress
In reply to: Can’t Upgrade [2.3.1]Tried: same problem.
What can I do, now?
Forum: Installing WordPress
In reply to: Can’t Upgrade [2.3.1]2.2.1
I’ve tried the downgrade and it seems to be ok right now.
I try tonight the 2.3.1 upgrade. The right way, this time.
Forum: Installing WordPress
In reply to: Can’t Upgrade [2.3.1]A friend of mine didn’t back up: is he done for?
Please tell me not: I’m very fond of my stupid friend.
Forum: Fixing WordPress
In reply to: edit quicktags target=”_blank”Thank you.
It works great!
Forum: Plugins
In reply to: How to: href modification … “link” button in quicktags?I’ve substituted this string:
if (!edCheckOpenTags(i)) {
var URL = prompt('Enter the URL' ,defaultValue);
if (URL) {
edButtons[i].tagStart = '<a href="' + URL + '">';
edInsertTag(myField, i);
}with this:
if (!edCheckOpenTags(i)) {
var URL = prompt('Enter the URL' ,defaultValue);
if (URL) {
edButtons[i].tagStart = '<a href="' + URL + '" target="_blank">';
edInsertTag(myField, i);
}but nothing happened.
Forum: Plugins
In reply to: How to: href modification … “link” button in quicktags?Hi, exactly where you did these changes?
Forum: Fixing WordPress
In reply to: Conditional TagsDone, and nothing is happened…
Forum: Fixing WordPress
In reply to: Conditional TagsSite is this: http://www.winnicott.it/blog/
The header works on: http://www.winnicott.it/blog/index.php/category/musica/
The code is on “inc.myheader.php” in the main directory of the blog.Forum: Fixing WordPress
In reply to: Conditional TagsOh, I’ve submitted this string but nothing has changed: what’s wrong?
<?php
$post = $wp_query->post;
if ( in_category(‘2’) ) {
include(TEMPLATEPATH . ‘/menu.musica.php’);
}
?>Forum: Fixing WordPress
In reply to: Changing .php column on every postThank you very much.
Problem solved with Conditional_Tags.
Forum: Fixing WordPress
In reply to: Changing column on every postI would fill the column(s) with simple additional information on what I’m talking about in the specific post. For exemple, if I’m talking about Dante Alighieri, I would like to insert images, or a biography, or the bibliography, etc.
Now my right column is on “inc.rightpanel.php” file and I was thinking about replacing it with another one conteining the above information.
(I don’t know if my English support these elaborate sentences π
Forum: Fixing WordPress
In reply to: Problems with archivesI got it.
Update:
I’ve done a series of try and the last time I can post is 1st Sept at 01 : 59 : 59. Not one second more.