Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1027559
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T12:15:27+00:00 2026-05-16T12:15:27+00:00

This is my first WordPress 3 site. I’m currently developing a site for a

  • 0

This is my first WordPress 3 site. I’m currently developing a site for a client and I am faced with the following issues with regards to WordPress pages that have a default custom WordPress page template assigned to them, that I have created.

The whole theme I created was from Starkers Theme.

The concerns are:

1) For my About-Us page, I have placed all my CSS styles in my custom page template that the About-Us Dashboard Page points to but have entered my RawHTML that I created and tested in a browser prior to placing it into the Page HTML Editor, which is using the RawHTML plugin.

The problem is, on first pasting my HTML code using start raw and end raw tags, all looks fine in preview mode but not in the Visual Editor – all format is lost.

Furthermore, when I edit the text in the Visual Editor, my whole layout is all messed up. Why? Concern here is, I eventually would like my client to do all updates to text but if it jumbles all up, then what’s the point of using WordPress as a CMS?

I would really like to ensure that any changes does not mess up the rest of the page format, which it seems to.

2) Adding and removing images also seem to mess the page format and again I don’t understand why? If I have an image aligned to the right and am using WordPress Image uploader to replace an existing image, again the page format is messed up.

The only way around this, is to have external html files where you make the changes and then copy and paste this back into the Page HTML Editor, which again defeats the purpose.

My client has given me all the content they initially require in MS Word format but I am having a lot of difficulties getting the format correct based on above issues.

Bottom line is, I want my client to update all content in all my WP Pages but I also want to make sure that if he does (text and/or images) does not break the page formatting.

From Adam’s response

In order to get me past this hurdle with regards to dynamic content that I would like my client to change without spoiling existing page content.

Based on your response and as mentioned, I have used the Starkers Theme, I have actually done what you have suggested, that is, I have created a specific template page for my About Us page called About-Us.php, where I have then created an About-Us page in my WP dashboard, under pages and then assigned this template to it.

So this is the area that I am unsure about, so that I understand the process, i.e. the Dynamic Content.

My client has provided me a MS Word document of the content (formatted text with styling) he wants in this “About-Us” page, together with two images the he wants aligned to the right-most of the page.

Now based on this content that he wants and my About-Us.php page template, where do I place this content so that he has all the correct styling and layout required by my client, which will also allow him down the track, without contacting me, to make changes to his content as well as to his two images (i.e. change images), without spoiling/jumbling the current page format, that is, the way he has presented the content in his MS Word is the way I want the actual site to look, even when he makes manual changes to?

1) How would this be done using a custom About-Us.php page template?

2) Where is the content from his MS Word placed in WordPress – in the dashboard page(html/visual editors) or in the About-Us.php page template that has style CSS defined?

3) Where can my client then go and edit the Page content (text/images) and ensure that formatting is not lost?

I am at a loss with how to get the content into WordPress and how to ensure that page formatting is not lost after any updates are made.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T12:15:27+00:00Added an answer on May 16, 2026 at 12:15 pm

    Not 100% sure what you are doing but posting all the page’s html into the HTML editor is not good as far as my experiance goes

    If you open up the core files (best to create child themes – but for wordpress newbies this can seem complex) you can edit certain pages. wp-content > themes > yourtheme

    in header.php you can put ur external css links in there, as well as javascript.
    (an example would be – dont touch the php)

    <script type="text/javascript src="<?php bloginfo('template_directory'); ?>/library/js/jquery.js" "></script>
    

    style.css is the main stylesheet that everypage u make will use unless told otherwise

    If you have your own design (i.e. not using some1 elses theme) you can either edit page.php to put all the static html / php into it and use page hooks to get dynamic content. Or you can create a specific template page for each page.

    to do this you create a new .php file and call it template-something.php and put this at the top of the page:

     /*
     Template Name: Choose A name
    */
    

    then in the wp dashboard, under edit page.. on the right there is an option to select a template. your new page should be there and any changes u make to it show up.

    in a bit of a rush, so sorry i cannot post links.
    just keep reading things online and you will pick it up fast.
    p.s. I use Hybrid as a theme.. it strips everything allowing you to code your own theme easier.. and has loads of hooks (give wordpress hooks and filters a google)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am building out my first WordPress site for a client. I really want
This is my first wordpress site. I am creating a local community site and
On a Wordpress site I'm developing, I have created a fcustom user meta field
I have a wordpress site that intermittently displays incorrectly due to a bad css
I have recently created this WordPress site and have used pixels and margins to
I have just installed a custom WordPress theme (this is my first time working
This is my first major WordPress site from absolute scratch. My PHP skills are
i have two arrays like this first array Array ( [0228] => Array (
Using Dozer to map two objects, I have: /** /* This first class uses
this my first shot at this awesome new (to me) programmers site, I hope

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.