Cita:
Iniciado por djgabri Hola, he visto un par de diseños web y queria saber como conseguir algo parecido asi como si para conseguirlo se emplea joomla, html5....... Las webs son estas: http://www.wallylopez.com/ http://www.andytello.es/
Gracias!
estan echas con wordpress, mira el codigo fuente y veras referencias a carpetas tipicas como (wp-content)
Código:
<!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" dir="ltr" lang="es-ES">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title> Andy Tello Official Site</title>
<link rel="alternate" type="application/rss+xml" title="Andy Tello Official Site RSS Feed" href="http://www.andytello.es/feed/" />
<link rel="alternate" type="application/atom+xml" title="Andy Tello Official Site Atom Feed" href="http://www.andytello.es/feed/atom/" />
<link rel="pingback" href="http://www.andytello.es/xmlrpc.php" />
<link rel='archives' title='enero 2012' href='http://www.andytello.es/2012/01/' />
<link rel='archives' title='noviembre 2011' href='http://www.andytello.es/2011/11/' />
<link rel='archives' title='octubre 2011' href='http://www.andytello.es/2011/10/' />
<link rel="stylesheet" type="text/css" href="http://www.andytello.es/wp-content/themes/dancefloor/css/slideshow.css"/>
<script type="text/javascript" src="http://www.andytello.es/wp-content/themes/dancefloor/js/jquery.min.js"></script>
<script type="text/javascript" src="http://www.andytello.es/wp-content/themes/dancefloor/js/jquery.aw-showcase.js"></script>
<script type="text/javascript">
la otra cosa es que quiten la referencia a WordPress que normalmente hay en el pie de pagina, puedes leer este post para saber mas
http://www.forosdelweb.com/f83/quitar-referencia-wordpress-ilegal-646080/