Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. what kind of function is used

what kind of function is used

Scheduled Pinned Locked Moved Web Development
questionphpbeta-testingcode-reviewworkspace
2 Posts 2 Posters 23 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Compte Personnel
    wrote on last edited by
    #1

    Hello Community, Would you be kind enough to answer this question? On some sites (usually blogs). We find this kind of configuration: a column on the left that takes up the theme and as soon as you click on it you instantly have the text content displayed on the right. We move to another element of the column and by clicking on it we have the corresponding text that is displayed on the right and this instantly without changing pages. Can someone tell me what kind of function we are talking about? Does it require advanced programming knowledge? how can I put this on a blog that I develop on Wordpress. Thank you very much for your feedback.

    J 1 Reply Last reply
    0
    • C Compte Personnel

      Hello Community, Would you be kind enough to answer this question? On some sites (usually blogs). We find this kind of configuration: a column on the left that takes up the theme and as soon as you click on it you instantly have the text content displayed on the right. We move to another element of the column and by clicking on it we have the corresponding text that is displayed on the right and this instantly without changing pages. Can someone tell me what kind of function we are talking about? Does it require advanced programming knowledge? how can I put this on a blog that I develop on Wordpress. Thank you very much for your feedback.

      J Offline
      J Offline
      Jeremy Falcon
      wrote on last edited by
      #2

      The type of site you're looking for is called a [Single Page Application](https://en.wikipedia.org/wiki/Single-page\_application) (SPA). There are variations of this that do and don't change the address, etc, but the idea is the same for all... they don't reload the entire page when you navigate.

      Compte Personnel wrote:

      Does it require advanced programming knowledge?

      Yes. What's more is that there is one major drawback to SPAs, SEO and indexing by search engines. You can work around this in several ways, but that does add on to the complexity of the page.

      Compte Personnel wrote:

      how can I put this on a blog that I develop on Wordpress.

      Unless you're willing to spend the next couple of years really learning this stuff, your best bet is to just buy a WordPress theme that's an SPA already for like $50-$75. A SPA is not something you want to start with for your first site.

      Jeremy Falcon

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups