Wordpress

  • Iniciador del tema Iniciador del tema Turna
  • Fecha de inicio Fecha de inicio

Turna

RangoClásico
Registro
6 Dic 2005
Mensajes
2.419
Reacciones
0
Hola coleguis, antes de que me tireis piedras por abrir un hilo, me explico un poquillo.

Ya se que hay tutoriales y tal, pero yo es que estoy de un gañan ultimamente que no puedo conmigo.

Asi que requiero de cierta asistencia tecnica personalizada :oops:

Tengo un blog en wordpress, nombreblog.wordpress.com y tal, y bueno, la interfaz está en ingles, me gustaría saber, si como lo tengo en wordpress.com puedo traducir la interfaz a castellano, y en tal caso como.

Un saludo coleguis, un bechi para los shemalotes y gracias anticipadas a todos los que me echen un cable.
 
La interfaz en todo caso la deberían traducir los responsables de WP (Matt & cia). Por el momentro creo que no está traducida a otros idiomas pero supongo que llegará tarde o temprano (existe la posibilidad de elegir el idioma en que escribes y han organizado listas de los blogs alojados por paises, el próximo paso será la traducción).

De todos modos no sé para que necesitas traducción, las opciones son bastante simples y se entienden perfectamente.

Edito: Joder, me has hecho loguearme.

Options > General rebuznó:
Language this blog is primarily written in.
In the future, you will be able to modify the interface language in your profile.

https://wordpress.com/blog/2006/01/21/even-more-languages/
 
Gracias por el enlace, pero de momento la interfaz sigue en ingles.

Yo lo que quiero hacer es contratar un host, y poner alli el blog de wordpress, tambien pillaré un direccionamiento (o como se llame). Si lo hago así, tendría que bajarme un pack de esos de wordpress, y estos si estan en castellano, ¿no?

Bueno, un saludo y gracias por contestar, según me surjan mas dudas iré preguntando.
 
Hasta donde yo tengo entendido los graciosos de ellos no dejan modificar ni un ápice del código de tu blog.

Hice uno hace tiempo y lo abandoné por el mismo motivo.
 
yonkispucela rebuznó:
Hasta donde yo tengo entendido los graciosos de ellos no dejan modificar ni un ápice del código de tu blog.

Hice uno hace tiempo y lo abandoné por el mismo motivo.

¿Entonces que otros servicios de blog aparte de blogger me recomendais?
 
Pro Player rebuznó:
yonkispucela rebuznó:
Hasta donde yo tengo entendido los graciosos de ellos no dejan modificar ni un ápice del código de tu blog.

Hice uno hace tiempo y lo abandoné por el mismo motivo.

¿Entonces que otros servicios de blog aparte de blogger me recomendais?

Si vas a contratar un hosting y dominio e instalaas wordpress puedes modificar todo lo que te venga en gana. El problema es al usar Wordpress.com como alojamiento gratuito, que no permiten editar ningún archivo.
 
cacapedoculo rebuznó:
Pro Player rebuznó:
yonkispucela rebuznó:
Hasta donde yo tengo entendido los graciosos de ellos no dejan modificar ni un ápice del código de tu blog.

Hice uno hace tiempo y lo abandoné por el mismo motivo.

¿Entonces que otros servicios de blog aparte de blogger me recomendais?

Si vas a contratar un hosting y dominio e instalaas wordpress puedes modificar todo lo que te venga en gana. El problema es al usar Wordpress.com como alojamiento gratuito, que no permiten editar ningún archivo.

Ah, pues bueno, entonces perfecto.

Lo que pretendia era probar en el blog de wordpress como iba todo y tal, y mas o menos montarlo. Luego ya con el trabajo hecho, llevarlo al host, pero si dices que no se puede desde wordpress, alojaré el blog en un servidor gratuito, y luego cuando esté todo listo lo pasaré al hosting bueno.

Bueno, muchas gracias, en serio :wink:
 
si tienes pensado contratar un hosting, por que no lo haces todo directamente ahi?
 
bmsv rebuznó:
si tienes pensado contratar un hosting, por que no lo haces todo directamente ahi?

Pues basicamente porque el hosting lo contrataré cuando ya sepa manejar todo el tinglado y demas.

Asi que de momento utilizaré alguno gratuito para ir probando como van los servidores, porque tambien tengo que decir que nunca he utilizado ninguno. Por lo que acepto consejos sobre hostings gratuitos.

Un saludo
 
Pro Player rebuznó:
bmsv rebuznó:
si tienes pensado contratar un hosting, por que no lo haces todo directamente ahi?

Pues basicamente porque el hosting lo contrataré cuando ya sepa manejar todo el tinglado y demas.

Asi que de momento utilizaré alguno gratuito para ir probando como van los servidores, porque tambien tengo que decir que nunca he utilizado ninguno. Por lo que acepto consejos sobre hostings gratuitos.

Un saludo

Pues entonces lo tienes crudo porque no tienen nada que ver los paneles de control de los hosting de pago con los de los servidores gratuitos.
 
Pro Player rebuznó:
bmsv rebuznó:
si tienes pensado contratar un hosting, por que no lo haces todo directamente ahi?

Pues basicamente porque el hosting lo contrataré cuando ya sepa manejar todo el tinglado y demas.

Asi que de momento utilizaré alguno gratuito para ir probando como van los servidores, porque tambien tengo que decir que nunca he utilizado ninguno. Por lo que acepto consejos sobre hostings gratuitos.

Un saludo

Prueba https://www.blogsome.com/ (bajo WordPress) y al menos aprenderás a utilizarlo. Porque si vas de sistema en sistema (CMS) de poco te va a servir.
 
Bueno, ya he instalado el blog y todo eso, esta alojado en iespana, con un direccionamiento .tk eliminas la publicidad, y para hacer pruebas de momento vamos tirando.

He visto que es posible la inclusión de plug-ins, ¿alguno me recomendais?
 
moverl.JPG


Me gustaría mover eso.

Pero no se donde se puede modificar de estos archivos:

index.php
Código:
<?php 
get_header();
?>

<center>

		<div id="content">  
  <div id="header">
				<p class="titletop">[url="<?php bloginfo('url'); ?>/"]<?php bloginfo('name'); ?>[/url]</p>
				<p class="titlesub"><?php bloginfo('description'); ?></p>
  </div>
  
  <?php 
get_sidebar();
?>
[img]<?php bloginfo('template_directory'); ?>/images/logo.jpg[/img]" width="553" height="220" />

				<div id="mainbar">

<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

	
<div class="post" id="post-<?php the_ID(); ?>">
	 <h1>[url="<?php the_permalink() ?>"]<?php the_title(); ?>[/url]</h1>
	<div class="meta"><?php _e("Filed under:"); ?> <?php the_category(',') ?> — <?php the_author() ?> <?php the_date(); ?> @ <?php the_time() ?> <?php edit_post_link(__('Edit This')); ?></div>
	
	<div class="storycontent">
		<?php the_content(__('(more...)')); ?>
	</div>

	<div class="feedback">
            <?php wp_link_pages(); ?>
            <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
	</div>

</div>

<?php comments_template(); // Get wp-comments.php template ?>

<?php endwhile; else: ?>


<?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>

<?php posts_nav_link(' - ', __('<<< Previous Page'), __('Next Page >>>')); ?>
	

<?php get_footer(); ?>

comments-popup.php
Código:
<?php 
/* Don't remove these lines. */
add_filter('comment_text', 'popuplinks');
foreach ($posts as $post) { start_wp();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
     <title><?php echo get_settings('blogname'); ?> - <?php echo sprintf(__("Comments on %s"), the_title('','',false)); ?></title>

	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" />
	<style type="text/css" media="screen">
		@import url( <?php bloginfo('stylesheet_url'); ?> );
		body { margin: 3px; }
	</style>

</head>
<body id="commentspopup">

<h1 id="header">[url=""]"><?php echo get_settings('blogname'); ?>[/url]</h1>

<h2 id="comments"><?php _e("Comments"); ?></h2>



[url="<?php echo get_settings('siteurl'); ?>/wp-commentsrss2.php?p=<?php echo $post->ID; ?>"]<?php _e("<abbr title=\"Really Simple Syndication\">RSS</abbr> feed for comments on this post."); ?>[/url]</p>

<?php if ('open' == $post->ping_status) { ?>


<?php _e("The <acronym title=\"Uniform Resource Identifier\">URI</acronym> to TrackBack this entry is:"); ?> [i]<?php trackback_url() ?>[/i]</p>
<?php } ?>

<?php
// this line is WordPress' motor, do not delete it.
$comment_author = (isset($_COOKIE['comment_author_' . COOKIEHASH])) ? trim($_COOKIE['comment_author_'. COOKIEHASH]) : '';
$comment_author_email = (isset($_COOKIE['comment_author_email_'. COOKIEHASH])) ? trim($_COOKIE['comment_author_email_'. COOKIEHASH]) : '';
$comment_author_url = (isset($_COOKIE['comment_author_url_'. COOKIEHASH])) ? trim($_COOKIE['comment_author_url_'. COOKIEHASH]) : '';
$comments = get_approved_comments($id);
$commentstatus = get_post($id);
if (!empty($commentstatus->post_password) && $_COOKIE['wp-postpass_'. COOKIEHASH] != $commentstatus->post_password) {  // and it doesn't match the cookie
	echo(get_the_password_form());
} else { ?>

<?php if ($comments) { ?>
[list=1]
<?php foreach ($comments as $comment) { ?>
	<li id="comment-<?php comment_ID() ?>">
	<?php comment_text() ?>
	

<cite><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php _e("by"); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ [url="#comment-<?php comment_ID() ?>"]<?php comment_time() ?>[/url]</cite></p>
	

<?php } // end for each comment ?>
[/list]
<?php } else { // this is displayed if there are no comments so far ?>
	

<?php _e("No comments yet."); ?></p>
<?php } ?>

<?php if ('open' == $commentstatus->comment_status) { ?>
<h2><?php _e("Leave a comment"); ?></h2>


<?php _e("Line and paragraph breaks automatic, e-mail address never displayed, <acronym title=\"Hypertext Markup Language\">HTML</acronym> allowed:"); ?> <code><?php echo allowed_tags(); ?></code></p>

<form action="<?php echo get_settings('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">
	


	  <input type="text" name="author" id="author" class="textarea" value="<?php echo $comment_author; ?>" size="28" tabindex="1" />
	   <label for="author"><?php _e("Name"); ?></label>
	<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
	<input type="hidden" name="redirect_to" value="<?php echo wp_specialchars($_SERVER["REQUEST_URI"]); ?>" />
	</p>

	


	  <input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="28" tabindex="2" />
	   <label for="email"><?php _e("E-mail"); ?></label>
	</p>

	


	  <input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="28" tabindex="3" />
	   <label for="url"><?php _e("<acronym title=\"Uniform Resource Identifier\">URI</acronym>"); ?></label>
	</p>

	


	  <label for="comment"><?php _e("Your Comment"); ?></label>
	

	  <textarea name="comment" id="comment" cols="70" rows="4" tabindex="4"></textarea>
	</p>

	


	  <input name="submit" type="submit" tabindex="5" value="<?php _e("Say It!"); ?>" />
	</p>
	<?php do_action('comment_form', $post->ID); ?>
</form>
<?php } else { // comments are closed ?>


<?php _e("Sorry, the comment form is closed at this time."); ?></p>
<?php }
} // end password check
?>

<div>[b][url="javascript:window.close()"]<?php _e("Close this window."); ?>[/url][/b]</div>

<?php // if you delete this the sky will fall on your head
}
?>


<?php //} ?> 
<p class="credit"><?php timer_stop(1); ?> <?php echo sprintf(__("<cite>Powered by <a href=\"http://wordpress.org\" title=\"%s\">[b]Wordpress[/b]</a></cite>"),__("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></p>
<?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?>
<script type="text/javascript">
<!--
document.onkeypress = function esc(e) {	
	if(typeof(e) == "undefined") { e=event; }
	if (e.keyCode == 27) { self.close(); }
}
// -->
</script>
</body>
</html>

comments.php.
Código:
<?php if ( !empty($post->post_password) && $_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) : ?>


<?php _e('Enter your password to view comments.'); ?></p>
<?php return; endif; ?>

<h2 id="comments"><?php comments_number(__('No Comments'), __('1 Comment'), __('% Comments')); ?> 
<?php if ( comments_open() ) : ?>
	[url="#postcomment"]">&raquo;[/url]
<?php endif; ?>
</h2>

<?php if ( $comments ) : ?>
[list=1]

<?php foreach ($comments as $comment) : ?>
	<li id="comment-<?php comment_ID() ?>">
	<?php comment_text() ?>
	

<cite><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php _e('by'); ?> <?php comment_author_link() ?> — <?php comment_date() ?> @ [url="#comment-<?php comment_ID() ?>"]<?php comment_time() ?>[/url]</cite> <?php edit_comment_link(__("Edit This"), ' |'); ?></p>
	

<?php endforeach; ?>

[/list]

<?php else : // If there are no comments yet ?>
	

<?php _e('No comments yet.'); ?></p>
<?php endif; ?>



<?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?> 
<?php if ( pings_open() ) : ?>
	[url="<?php trackback_url() ?>"]<?php _e('TrackBack <abbr title="Uniform Resource Identifier">URI</abbr>'); ?>[/url]
<?php endif; ?>
</p>

<?php if ( comments_open() ) : ?>
<h2 id="postcomment"><?php _e('Leave a comment'); ?></h2>

<?php if ( get_option('comment_registration') && !$user_ID ) : ?>


You must be [url="<?php echo get_option('siteurl'); ?>/wp-login.php?redirect_to=<?php the_permalink(); ?>"]logged in[/url] to post a comment.</p>
<?php else : ?>

<form action="<?php echo get_option('siteurl'); ?>/wp-comments-post.php" method="post" id="commentform">

<?php if ( $user_ID ) : ?>



Logged in as [url="<?php echo get_option('siteurl'); ?>/wp-admin/profile.php"]<?php echo $user_identity; ?>[/url]. [url="<?php echo get_option('siteurl'); ?>/wp-login.php?action=logout"]">Logout &raquo;[/url]</p>

<?php else : ?>



<input type="text" name="author" id="author" value="<?php echo $comment_author; ?>" size="22" tabindex="1" />
<label for="author">[size="1"]Nick <?php if ($req) _e('(required)'); ?>[/size]</label></p>



<input type="text" name="email" id="email" value="<?php echo $comment_author_email; ?>" size="22" tabindex="2" />
<label for="email">[size="1"]Mail (No será publico) <?php if ($req) _e('(required)'); ?>[/size]</label></p>



<input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="22" tabindex="3" />
<label for="url">[size="1"]Website[/size]</label></p>

<?php endif; ?>

<!--

[size="1"][b]XHTML:[/b] You can use these tags: <?php echo allowed_tags(); ?>[/size]</p>-->



<textarea name="comment" id="comment" cols="50" rows="10" tabindex="4"></textarea>
</p>



<input name="submit" type="submit" id="submit" tabindex="5" value="Añadir comentario" />
<input type="hidden" name="comment_post_ID" value="<?php echo $id; ?>" />
</p>
<?php do_action('comment_form', $post->ID); ?>

</form>

<?php endif; // If registration required and not logged in ?>

<?php else : // Comments are closed ?>


<?php _e('Sorry, the comment form is closed at this time.'); ?></p>
<?php endif; ?>

A ver si me podeis echar una mano, que yo no tengo ni idea de php (o el lenguaje que sea) :oops:
 
Bueno, ya me han respondido en otro foro, y funciona, hay que hacer tal que esto (lo pongo por si le sirve a alguien).

Ejemplo.JPG
 
Atrás
Arriba Pie