Credits
-
Hola, quiero cambiar los créditos a pie de página de mi sitio. No me gusta que aparezca “Blog de wordpress.com” y quiero que aparezca algo así como “Funciona con wordpress.com”, mejor, al menos, ya que mi cuenta es premiun.
The blog I need help with is: (visible only to logged in users)
-
-
Google Translation:
Hello, I want to change the appropriations to footer my site. Dislike “wordpress.com blog” appears and I want to display something like “Powered by wordpress.com” better, at least, as my account is premium.
Per the Terms of Service here at WordPress.com (#11) the existing WordPress and theme credits have to remain as is and visible on your site. This applies to everyone hosted here at WordPress.com, even the VIP customers such as CNN, Time and UPS.
You can add to that footer credit, such as a copyright declaration, but you cannot alter the existing. If you wish to add to the existing footer, you can try the following code, which adds before the existing credits. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to see what it looks like.
.site-info:before { content: "My Copyright Notice"; display: block; margin-bottom: 10px; color: #FF0000; font-weight: bold; letter-spacing: 0.5px; }If you wish to add after the existing credits, you can instead use the following code.
.site-info:after { content: "My Copyright Notice"; display: block; margin-top: 10px; color: #FF0000; font-weight: bold; letter-spacing: 0.5px; }You can use any of the extra declarations I’ve included (color, font-weight, letter-spacing) or remove them if you do not use them.
-
Please post to Español (Spanish): http://es.forums.wordpress.com
He did, @timethief, @thesacredpath
And my mate @airodyssey, explained to him in detail:
http://es.forums.wordpress.com/topic/creditos-1?replies=6 :( -
@thesacredpath, muchas gracias por la información, de verdad me sirvió mucho y pude solucionar mi inconveniente. Es usted muy amable.
Señor @galois, no entiendo su actitud, soy nuevo en esto de los foros, prometo postear en el área de españolla próxima vez, aunque, a decir verdad, allá, aunque tuvieron buenas intenciones, no pudieron ayudarme (me desearon buena suerte…). “Una lengua es una patria y nada más…” ¿No? Uno puede escribir en su idioma dondequiera. Muchas gracias. Feliz día.
-
In the future we do expect you to post to Español (Spanish): http://es.forums.wordpress.com when you want support in the Spanish language.
-
You are very welcome, @montoyaguiral860415, and if you post in the español forums and they are unable to help you out, feel free to post here and we will do our best. I don’t speak español, but I can get to Google translate. :)
- The topic ‘Credits’ is closed to new replies.