Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

HTML & CSS Updating website content regularly

NiallM1974

Active Coder
Can anyone advise me on how I can update my websites regularly without having to copy and paste material into code on each page?
 
Hiya, So what your after is a CMS system.
A CMS system basically deals with the code and you just add the text, WordPress is a good CMS system. Hopefully that helps :D
 
First thing you need to do is install it onto your server, Most hosting company's will have softalicious or something like that where you can install WordPress easy.

Then you need to pick a theme for WordPress and upload all of your content and that's it, your done :)
Once I choose a theme can I change the background and layout of the theme before I upload my content?
 
How customizable those items are depends on the theme and the settings the developer made available to you within the theme, but those are pretty standard things that I think Wordpress theme developers make available for the theme.

As far as installing Wordpress and keeping it secure, I would recommend against a Softaculous or other automatic install unless you know it won't interfere with Wordpress's built in automatic updates. Sometimes Wordpress installed via one of these 3rd party options won't update until say Softactulous updates their files with the latest version, which could be much longer than it takes for Wordpress to push out an update if you were to do a standalone installation.

Also, keep plugins to a minimum as the more plugins you add, the more potential security holes you introduce into your site.
 
The best way is to create a database inside of your hosting panel and upload the files from the Wordpress download yourself. Then install Wordpress using its own built-in self installer. This way Wordpress will be able to update itself as new security patches come along, something that auto-installs like Softaculous may disable sometimes.

For the content of your site, did you just want to use it like a blog / website where you add content such as text and images to pages, or did you need more advanced / dynamic functionality?
 
Once I choose a theme can I change the background and layout of the theme before I upload my content?
Of course, its your site you can do as you please :) if you wanted too you could also build it with say elementor and do a drag and drop site without a theme. Also i am going to disagree massively against taking on installing WordPress with out your hosting company's auto installer. Wordpress although simple to install sometimes can have file permission issues, database errors etc etc and its not for the faint hearted, when it works its great but not all the time and ive never heard of a site that dosent get updated the same time as a usual WordPress site. All of my sites get updated auto installer or ones ive done manually at the same time :D
 
The best way is to create a database inside of your hosting panel and upload the files from the Wordpress download yourself. Then install Wordpress using its own built-in self installer. This way Wordpress will be able to update itself as new security patches come along, something that auto-installs like Softaculous may disable sometimes.

For the content of your site, did you just want to use it like a blog / website where you add content such as text and images to pages, or did you need more advanced / dynamic functionality?
I have created my database in phpMyAdmin
and you dont know how you install and use wordpress? :eek:
Well I am not 100% familiar with WP.
 
Now that you have your database, next step is to upload your files to your web server. Here is the basic installation instructions from Wordpress:

If you have questions with any of that let us know.
 
Back
Top Bottom