Quick Wordpress PHP programming Queries.

by 4 replies
5
Ok on my wordpress looking from a text viewer my all of the beginning of the document is links around my site..

I guess it suits me to say, not very user friendly if perfectly honest.

I'm wondering about changing the code around so that the main page menu's will only become before the actual page content when viewed using a text viewer.

Is it just simple movement of code, to replace one piece of codes position with the other, and the layout of my site won't break?

I guess it is because of CSS.. maybe I shouldn't even ask and just do it lol
#programming #php #programming #queries #quick #wordpress
  • Hi Intrepreneur,
    If I understand you correctly, you're only worried about Text Viewers specifically, not necessarily browsers which render the page with design? If that's the case, then you'll want to move whichever links beneath the content and then use some CSS hackery to style the site as you wish to have it laid out. That would be the best option, so when the CSS is removed, the text displays as you wish.

    Unfortunately, that's as much advice I can offer without more specifics...sorry.
    • [ 1 ] Thanks
    • [1] reply
    • Yes you've hit the nail on the head..

      What I wonder though and know that this is happening, because, Get Sidebars etc is before the actual post content in the PHP code.

      Can the get sidebars be placed after the the code that calls the post content and it won't brak my theme?

      Cheers.
      • [1] reply
  • Banned
    In css you can move all around to your liking but don't you thnk that if somebody uses a textbrowser they are used to seeing sites in a differnt way and don't mind the links first?

Next Topics on Trending Feed