• Hello guys, I do really need help!!!

    I just simple need access to all my pages and post. I know how wordpress works and the hierarchy behind my theme. But in my index.php, header.php and footer.php there is just, as you can imagine, php functions.

    What I want to do is modify all the content and html code of each page of my website. For example customize a button on my home page. Or add a new image in the middle of “About” page.

    All those changes I want to make it modifying the .php file directly using a text editor, in my case notepad++.

    So I am wondering. There is a single file that storage all my pages content. Or is the content stored in my database and the html of each page in separated files. Well i am really confused.

    By the way I am using a premium theme.

    Thank you so much. I really appreciate your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • modify all the content and html code of each page of my website

    the content of the static pages is in the database; obviously inserted into the structure provided by page.php.
    other web pages might be created by other templates; as you seem to be familiar with the hierarchy in WordPress, you shold be able to find out…

    for static pages, depending on what exactly you want to modifiy, you will either need to edit the content of the page or the structure of the page.php file.
    you can slo create custom page templates, per page; https://developer.www.ads-software.com/themes/template-files-section/page-template-files/page-templates/

    Thread Starter lostfiles92

    (@lostfiles92)

    Thank you @alchymyth. But unfortunately I am still confused.

    Lets say, I want to change the href property of a button that I have exactly in my home page. And I want to change the content on it (text showed in the button). This is a static page; and this button is not either in the header or the footer.

    Could you please explain me the steps to do that?

    Thank you for your time…

    whare exactly is the button?

    did you add it into the content of the page while writing it, or via a plugin, or is it part of the page.php template, or in a widget in the sidebar, or ??????

    ideally, please post a live link to an example page to illustrate what you are trying to change.

    Thread Starter lostfiles92

    (@lostfiles92)

    Hello again @alchymyth. And thank you for your response.

    Well this is a website that somebody created using wordpress and a premium theme. The person who worked on it before; removed one .php function that the theme needs to build a page. I don’t know exactly how the button was created; but, I think was using a plugin that comes with the theme.

    I really need to change the href property in order to redirect where the link will go. And I though that I can do it manually from the source code.

    This is the website https://rincondesanlazaro.org/ and the button is the one that is on the right bottom corner, next to “Eventos Recientes” wrapper. The button has yellow color and shows “DONE AHORA” text.

    I hope I explained a bit better myself this time. Thank you for your time. I appreciate your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I cannot find my pages and post…’ is closed to new replies.