pauarge
Forum Replies Created
-
But the plugin seems to work good. It just this 1MB bug. Have you had any more issues?
Have you solved it? I’m in the same situation than you 🙂
Forum: Fixing WordPress
In reply to: the_author() not workingThis is my single.php file:
<?php global $theme; get_header(); ?> <div id="main"> <?php $theme->hook('main_before'); ?> <div id="post-header"> <div id="post-header-top"> <div id="post-title"><?php the_title(); ?></div> </div> <div id="post-header-bottom"> <div id="post-meta"> <p>Per <strong><?php the_author(); ?></strong> <span class="data-entrada">el dia <?php echo get_the_date(); ?></span></p> </div> <div id="post-class"> <?php the_tags('<ul class="post-tags"><li>','</li><li>','</li></ul>'); the_category(); ?> </div> </div> </div> <div id="content"> <?php $theme->hook('content_before'); if (have_posts()) : while (have_posts()) : the_post(); /** * Find the post formatting for the single post (full post view) in the post-single.php file */ get_template_part('post', 'single'); endwhile; else : get_template_part('post', 'noresults'); endif; $theme->hook('content_after'); ?> </div> <?php get_sidebars(); $theme->hook('main_after'); ?> </div> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Add files to Media LibraryThanks, it worked. Just one more question: is there any way to attach massively images to a post?
Forum: Fixing WordPress
In reply to: Export ForbiddenHi!
My host provider haven’t solved the problem, so I thought and I did that (it worked):
I have backed up all the site via phpmyadmin and I did a complete installation in my PC (localhost). To import it, i’ve opened the .sql file with gedit and I’ve changed all the “website.com” for “localhost”.
When the site was working locally, I’ve simply exported it like in a normal WP installation.
Forum: Fixing WordPress
In reply to: Export ForbiddenI have spoken with my hosts and they told me that it was a CHMOD problem. Now I’m going to try to give to the file a 777 CHMOD.
Forum: Fixing WordPress
In reply to: Export ForbiddenYep
EDIT: The error page is a 403 error. No WP.
Forum: Fixing WordPress
In reply to: Export ForbiddenHi esmi!
I have tried all this options and it stills not working. Can it be a problem caused by the chmod on the file?
Thanks.
Forum: Plugins
In reply to: [podPress] [Plugin: podPress] PodPress TranslationHi Tim,
I am working on it. I hope I have the translation in less than a week.
Regards!