Fazendo o cabeçalho no tema 20 tema menos alto?
2 respostas
- votos
-
- 2010-08-17
Paratornar o cabeçalhonotema de vintee dezmenos altos (ou seja,uma altura commenospixels) colocareste códigonaparteinferior do arquivo "
funções do seutema.php
" (com certeza de alterar o Número180
para qualquer altura desejada):& lt;?php add_action ('twentyten_header_image_height','yoursite_header_image_height'); função yoursite_header_image_height ($ altura) { Retornar 180;//Modifiqueissopara qualquer altura dopixel que você deseja. }
Então vocêprecisaráirpara " Aparência> cabeçalho "no seu console de administradore carregar suanovaimagemmenor (aquiestá o URLparaessapágina de administração):
.
http://example.com/wp-admin/themes .PHP? Página=Custom-Cabeçalho
e aqui é o queessapágina de administração separece:
Vocêtambémpode considerartornar suasmodificaçõesem umtema " " (se você aindanãotiver.) Aquiestá um artigo (que éexcessivamente complicado),mas é realmentetão simples quanto apenas criar um diretóriono seu servidor da Web sob o subdiretório"
/wp-content/themes/
" Eu chamaria de "/WP-Conteúdo/Temas/YourSite/
")e criando um "Style.css
"nesse diretório com o seguinte:/* Nome dotema: seunome detemafilho Descrição:temapara o seu-site.com Autor: seunome Versão: 1.0. Modelo: vintee vinte */ @Import URL ("../vintee estilo.css");
Então vocêpode criar umnovo "
funções.php
"e coloque o código PHP acima,em vez demodificar os arquivosno diretório dotema vintee tendo que lidar comissonovamente Quando vintee deztem uma atualização de segurança.To make the header on the Twenty Ten theme less tall (i.e. a height with fewer pixels) put this code at the bottom of your theme's "
functions.php
" file (being sure to change the number180
to whatever height you want):<?php add_action('twentyten_header_image_height','yoursite_header_image_height'); function yoursite_header_image_height($height) { return 180; // Modify this to whatever pixel height you want. }
Then you'll need to go to "Appearance > Header" in your admin console and upload your new smaller image (here's the URL to that admin page):
And here's what that admin page looks like:
You might also consider making your modifications on a "Child Theme" (if you have not already.) Here's an article (that is overly complicated) but it's really as simple as just creating a directory on your web server under the "
/wp-content/themes/
" subdirectory (I'd call it "/wp-content/themes/yoursite/
") and creating a "style.css
" in that directory with the following:/* Theme Name: Your Child Theme Name Description: Theme for your-site.com Author: Your Name Version: 1.0 Template: twentyten */ @import url("../twentyten/style.css");
Then you can create a new "
functions.php
" file and put the above PHP code in it rather than modifying the files in the directory of the TwentyTen theme and having to deal with doing it again it when Twenty Ten has a security update. -
- 2011-03-10
Euenganeie usei CSSno arquivo Style.css Ométodo do Mike émelhor se você quiser que os usuárioseditem o cabeçalho. Eu ligueiesse recurso completamente.
I cheated and used css in the style.css file Mike's method is better if you want let users edit the header. I turned that feature off altogether.
A questão é Comofaço o cabeçalhonotema 20temamenos alto? Essaperguntafoifeitanogrupo WordPress do LinkedIn queestáescondido dosmecanismos debusca,entãoeupenseiem copiarminha respostapara aqui.
Eutambémfiz uma comunidade wikipara quenãopasse reputaçãoparamim.