Xavi86
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Video file returns 404?No, via FTP. Is that a problem?
Forum: Plugins
In reply to: query_posts, meta_value with special charactersDid you solved this problem?
Forum: Everything else WordPress
In reply to: 3 levels (each one with content)I managed to make the 3 levels, now my problem is only with multiple file uploads.
I don’t have a maximum number of files to be uploaded in each page, so is there any plugin that adds a new field when is uploaded 1 file?
Forum: Themes and Templates
In reply to: Problem with get_header()If someone have the same problem the solution is saving the file with ANSI enconding.
Forum: Themes and Templates
In reply to: Problem with get_header()I’m using Xampp, so it’s an apache server i think. I will try your solution. Thank you for the help!
Forum: Themes and Templates
In reply to: Problem with get_header()You’re right, i deleted functions.php and the blank space disappeared.
I now added a new functions.php empty, with just this:
<?php
?>An still is appearing the white space. What’s the solution? I need to use functions.php file, naturally. Encoding?
Forum: Networking WordPress
In reply to: wordpress 2.9.2 – 2 domains, 1 contentOne more note..
I’ve tryied this method:
$hostname = $_SERVER['SERVER_NAME']; $hostname = str_replace('www.', '', $hostname); if ($hostname == 'blog.iklerik.com') { define('WP_SITEURL', 'http://blog.iklerik.com'); define('WP_HOME', 'http://blog.iklerik.com'); }but than i receive some wordpress error establishing a database connection.