How to edit wordpress v4.5 be Html page - html

i have problemm with my wordpress site. i install it on softclaus in cpanel... i want edit my wordpress be html. i dont know where i can find the edit. this wordpress is v4.5 . how to edit be html?? i tried to find it on the web. but they wordpress is different with me? ... my wordpress is only twenty sixteen theme. how do i can edit ???? please help me!!!!

Wordpress is what is considered a CMS (Content Management System). Basically what this means is everything is pre-designed for you. If you are trying to edit or create a new HTML page, you would simply click Create new Page/Post. Each option will either create a blog or a webpage depending on the template. Now if you are looking for a whole new theme you click on appearance -> themes -> new themes.
If you are trying to create a new design you could do that by utilizing FTP and creating a child directory which is shown here: http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/

Related

How to make Index pages look like the rest of a website

I have a WordPress site and am looking to add newsletter archives to it.
At the minute, I am downloading the HTML from MailChimp and uploading it to FileZilla. The index page is shown below 1.
When people click the newsletters, they look perfect. However, how can I make the index page match the rest of the website? Ideally I would like to recreate this same directory on the site, without having to manually do too much. Can anyone advise?
You can create a directory page on your current wordpress site and then link the html pages which can be held in a directory under your site's root folder.You can place all the html newsletters on a directory such as:
yoursite.com/newsletters/newsletter1.html
yoursite.com/newsletters/newsletter2.html
and so on...
Now all you need to do is:
1) Create a new page on your wordpress site
2) Go to the editor and create the text necessary - You can use the visual editor on wordpress and do this such as:
OUR NEWSLETTER ARCHIVE:
Newsletter one (link this to: yoursite.com/newsletters/newsletter1.html)
Newsletter two (link this to: yoursite.com/newsletters/newsletter2.html)
Newsletter three (link this to: yoursite.com/newsletters/newsletter3.html)
Now using the above method, you can create a newsletter archive directory that will match your current site's style and still link html newsletters outside your site. and once they click through, they will browse through the newsletters easily.

Creating a plain html home page AMP with WordPress running the other pages

Gday
I like to know how you would go about creating a home page in plain html and have WordPress run the other pages?
The reason is I’d like to create a solely plain html website but I need WordPress for my contact page it has a large form on it and I use a plugin to generate it and forms are a bit beyond my knowledge at the moment to create a contact page myself.
(I have tried creating a template page but then WordPress adds unnecessary code [from plugins ] and makes the AMP invalid)
Honestly I'd try and keep it self contained in WordPress itself.
If for some reason you really want a separate HTML/PHP Homepage, follow these steps:
Add a my-homepage.php file to your /wp-content/themes/ACTIVE-THEME directory
Inside that file put the following code:
Add a new page (Pages > Add New)
Give it a recognizable name like "My Homepage"
In the "Template" selector on the right hand side, pick "My HTML Homepage" and click Publish
Go to Settings > Reading, change Your homepage displays to A static page and pick the page you just made
Now you can add your own code as you see fit. Nothing "WordPress" related will get loaded or hooked in since there's no functions on that file - so you're free to code HTML (or PHP) to your heart's content.
You can see a bit more indepth answer over on WPSE: https://wordpress.stackexchange.com/questions/296592/how-to-use-custom-html-file-instead-of-wordpress-homepage

Add layer to photo on Wordpress

I want to add a layer to a photo that will be upload by the user and let him download the new photo.
someone knows a plugin to Wordpress or a code template?
thanks ahead :)
Wordpress plug-in can be used:
https://wordpress.org/plugins/genesis-logo-uploader/
This is a plugin that makes it incredibly easy to upload your logo to any Genesis Child Theme. You basically use WordPress Customizer, upload your logo, and your done.

How can I disable blog as landing page in wordpress?

I'm learning how to use wordpress using it from my computer as a local web server, and I want my website look like the preview of themes in the adding themes section, but after I install most of those themes, the first page I see is the post page. I want that any theme I install looks like Zerif Lite by example, that kind of look.
B.e. This real case: I just saw the Spacious theme, but when I click to preview just shows the blog section, and not the carrousel and all that desing...
This is my website http://ajfmo.ddns.net and i want tome make look this way http://demo.themegrill.com/spacious/
If anyone want to see inside my dashboard ask me by private message.
Thank you guys.
You can go to Settings=>Reading in the admin area and there is an option to choose a static page as your "home" page.

Index page in Joomla

I have made a homepage in Joomla 2.5, and I need my front page to be different then the page made in Joomla.
My best solution then, is to make the front page in pure HMTL, and then redirect to the site made in Joomla. Is this possible? or is there an easier way to do it? for example with a plugin or something?
Create a custom html page and create it an article and then assign this article to front page. In this way you can display your custom html page to hope page of joomla.
Further if you want to remove even the headers and footers of the joomla page for home page this can be done in various ways
Make module positions and display the header and footer in it an
then in admin do not publish these modules for home page
We have
variable in template index.php which give us flags weather this is
home page you can use this flag and put a condition like if this is
home page dont display the header and footer.
Hope it will help you.
I can't really understand your question. If you want to load HTML only use custom HTML module rendered in your homepage
What are you trying to achieve? Without knowing more, I have two thoughts.
a. Joomla uses index.php. A lot of the time web servers look for index.html first. So if you create an index.html file and upload it to your root folder, it will display that first and not read your Joomla! site. If that doesn't work, check your web server to see the order that it looks for your start page. That is a setting that can be changed. (Depending on your hosting situation)
or b. You can set different templates for a single Joomla! site. you could set a different template for the homepage compared to the rest of the site. (I just need to know more on what you are trying to accomplish)
Have a great one.