more specific help needed

3 replies
  • WEB DESIGN
  • |
I already asked this question before and did get a reply but not really what i was hoping to find out of the answer..

So here we go again, when you go into text mode of a article posting in a wordpress website, there is no html outline as you would see in the source code of the html for a website.

I guess I need to see the "source code" of the website for my articles so I can give it an SEO tune up.

Basically there is no html diagram in the article by clicking on the "text" button that is to the far right.

Because i need to modify the title tags of the article and the meta tags and all that good stuff but nothing is organized in a source code version of a html code that would be for a website.


Is everyone understanding what I am getting at here so I don't have to keep rehashing what I am trying to do???

Thank you for your inputs
#needed #specific
  • Profile picture of the author DavidAllenNeron
    There's lots of plugins that would make your life easier trying to accomplish this.. just search the extension / plugin database for "tags" you should be able to find something.
    {{ DiscussionBoard.errors[9993865].message }}
  • Profile picture of the author onSubie
    You need to use a plugin or edit the WP PHP modules.

    When you "view source" of a WordPress website, that is the source code AFTER the php has been processed on the server side and sent to the browser.

    This code is generated dynamically by the php modules of WordPress..

    For example, you cannot edit the header or footer from the "text" version of the post you are creating. The header and footer are generated by the header.php and footer.php modules which are called by the page.php module.

    If you want to edit the php code you need to go to Appearance->Editor in WP. Then choose the module you want to edit and then edit it. You should make a backup and you will need to know php.

    It is easier to use an SEO plugin like All-in-one SEO or Yoast to work with meta tags and SEO tweaks.
    {{ DiscussionBoard.errors[9994611].message }}
    • Profile picture of the author TAHERSYED34
      Originally Posted by onSubie View Post

      You need to use a plugin or edit the WP PHP modules.

      When you "view source" of a WordPress website, that is the source code AFTER the php has been processed on the server side and sent to the browser.

      This code is generated dynamically by the php modules of WordPress..

      For example, you cannot edit the header or footer from the "text" version of the post you are creating. The header and footer are generated by the header.php and footer.php modules which are called by the page.php module.

      If you want to edit the php code you need to go to Appearance->Editor in WP. Then choose the module you want to edit and then edit it. You should make a backup and you will need to know php.

      It is easier to use an SEO plugin like All-in-one SEO or Yoast to work with meta tags and SEO tweaks.

      thank you! I forgot wordpress is a PHP format. I am looking for a html version but I got it now......forgot about that part of it. Thank you someone that "gets it"
      {{ DiscussionBoard.errors[9996627].message }}

Trending Topics