Em qual diretório eu acho o arquivo html das minhas páginas WordPress?
5 respostas
- votos
-
- 2011-02-17
WordPress armazena conteúdonobanco de dados,não há arquivosfísicos com o conteúdo daspáginas (ouposts). Os arquivos demodelo dotema controlam como renderizare exibir seu site,vocêpodeencontraresses arquivosem
Vocêpodeencontrarmuitasinformações sobretemase seu desenvolvimento aqui.conteúdo wp/temas/seunome detema ativo-aqui ..
http://codex.wordpress.org/theme_developmentInformaçõese orientações adicionaispodem serencontradas através da outra documentação listadana seção Recursos dapágina links acima,aqui épara referência rápida.
http://codex.wordpress.org/theme_development#resources_and_referencesUmapesquisa rápida dosfóruns do WordPresstambémteriafornecido asinformaçõesnecessárias (apenas algoparanotar).
http://wordpress.org/search/where+is+content+stored Fóruns=1Espero que ajude.
WordPress stores content in the database, there are not any physical files with the content of the pages(or posts). The theme's template files control how to render and display your site, you can find those files in
wp-content/themes/YOUR-ACTIVE-THEME-NAME-HERE
..You can find lots of information on themes and their development here.
http://codex.wordpress.org/Theme_DevelopmentAdditional information and guidance can be found through the other documentation listed in the resources section of the above linked page, here it is for quick reference.
http://codex.wordpress.org/Theme_Development#Resources_and_ReferencesA quick search of the WordPress forums would have also provided you with the information needed(just something to note).
http://wordpress.org/search/where+is+content+stored?forums=1Hope that helps.
-
- 2017-12-25
Vocêpodeencontrar seu arquivo HTML raiz aqui: /Public_html/wp-teor/temas/ "seunome detema" /framework/modelos Um arquivo chamado header.phptem queestar lá.
You can find your root HTML file in here: /public_html/wp-content/themes/"YOUR THEME NAME"/framework/templates A file named header.php has to be in there.
-
Obrigado!Porfalarnisso.Paramim agorafoi diretamente/public_html/wp-content/themes/theme}/header.phpThanks! Btw. for me now it was directly /public_html/wp-content/themes/{THEME}/header.php
- 0
- 2018-06-07
- Andrei Hardau
-
- 2011-02-17
prateek,
Embora seja dependente dotema,muitos doselementosestruturaispara o design dos seuspáginasestão contidosnos arquivos .php detemas.Vápara Dashboard> Aparência> Editor e você verá os arquivos que compõem osmodelose,no caso de algunstemas,seções daspáginasexibidas.Vocêpodeentrarnesses arquivos usando oeditor do WordPress ou umeditor detextoe fazer alteraçõesnoprópriotema dotema,o quepodepermitir que vocêfaça as alterações desejadas (certifique-se detrabalharem uma cópia até queesteja satisfeito).
Usando otema de vintee dez comoexemplo,vocêpodeencontrar o & lt;Corpo> Informaçõesno arquivo header.php.
Prateek,
Although it is theme dependent, many of the structural elements for your pages design are contained in the themes .php files. Go to DASHBOARD > APPEARANCE > EDITOR and you will see the files that make up the templates and in the case of some themes, sections of your displayed pages. You can go into these files using the WordPress editor or a text editor and make changes to the theme template itself, which may allow you to make the changes you desire (be sure to work from a copy until you are satisfied).
Using the Twenty-Ten theme as an example, you can find the < body > information in the header.php file.
-
- 2018-07-01
O diretório que vocêencontraria os arquivosfoi respondido acima.Mas senti que haviamaispara adicionar.O arquivo Page.php contém aestruturaparapáginasem seu site quenão são suapáginainicial,ou suapágina deblog/posts. Geralmente você verá coisas como
<?php get_header(): ?> <div class="container"> <?php the_content(); ?> </div>
Bem como outras coisas,claro.Mas o que éimportante,é que o documento cai dentroe fora do PHP às vezes,e entre o HTML deedição. Espero queisso ajude
The directory that you would find the files has been answered above. But I felt that there was more to add. The page.php file contains the framework for pages on your site that are not your home page, or your blog/posts page. Usually you will see things like
<?php get_header(): ?> <div class="container"> <?php the_content(); ?> </div>
As well as other things of course. But what is important there is that the document drops in and out of php at times, and in between is edit-able html. I hope this helps
-
- 2020-07-09
Este é o caminhoprincipalpara armazenar arquivo HTML somente /public_html/wp-teor/temas/aqui seunome detema/ eposte páginas são armazenadosem umnome detabela debanco de dados wp_posts Se vocêmais detalhes sobreissoire verificar Ondeestão aspáginas do WordPressArmazenado
This is the main path to stored Html file only /public_html/wp-content/themes/here your theme name/ and post and pages are stored in a database table name wp_posts If you more details about it go and check Where are WordPress Pages and Posts Stored
Eugostaria deeditarmanualmente o códigominhaspáginas do WordPress.Ainterface WP sópermite queeuediteindividualmente o CSS ou PHP.O recurso deedição depáginame dá acesso a uma determinadaparte do código,excluindo atag do corpo.
Porfavor,ajude-me a localizarmeus arquivosno servidor.
Obrigadopela sua ajuda!
:)