• Hi, I had a page with films and serials and I’m doing another now but I don’t remember how to do the same with this new page. Can someone help me please? Here are photos of the old page :
    https://i.imgur.com/M7wGbcP.jpg
    new page :
    https://i.imgur.com/dAFbrN7.jpg

    Thanks for help ??

    • This topic was modified 5 years, 11 months ago by nanaad.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Seems you are using Visual Composer for this.

    1. Go to original page and edit it (of whom you want to make replica of).
    2. To replicate this page or to get the structure, in editor section on right hand side, you have 2 tabs named Visual and Text.
    3. Click on Text tab and in editor, you will get code (html).
    4. Copy that and paste it in new page. Make sure you first click on Text tab on your new page and then add this code.
    5. Again click on Visual tab and your page rather HTML will get replicated.
    6. You can make changes in code / Html as per required then.

    Here I assume static data is added to show listing or any shortcode is used. By following above, you data / html will get replicated.

    Thread Starter nanaad

    (@nanaad)

    Ok now this is page which i need to copy : https://imgur.com/lgkZsLt
    I click on edit page show this https://imgur.com/R1QFop7
    Here is a Visual Editor https://imgur.com/SVOpH2R
    But that page is blank i am trying a copy slider code https://imgur.com/nqJrpwf from index page to this movie grid page but without any excepted result.I also make a image which im trying to make on website with Visual Editor what i need in final is https://imgur.com/6HzjOqM but i dont know how to add slider i also trying a WP BAKERY editor but when i add any other element like simple messagebox or anything else it doesnt work and dont show (I also delete cache of course). Any Ideas? And Thx for your reply

    • This reply was modified 5 years, 11 months ago by nanaad.

    Seems a custom template is assigned ( right hand side bottom Page Attributes >> Template ) to Movie Grid page and your page is displaying from that template as from backend it’s blank.

    So if you wish to create replica of this page, you need to assign this template to your newly created page. But you might need same structure but different data / listing on your new page.

    For that, you need to create new custom template, change the code in that, may be if wp_query is used, you may need to just change the parameters depending upon what data you need to display. Assign that custom template to newly created page. If you are using any paid or contributed theme, make sure you edit / create your new code in your child theme.

    1. when i add any other element like simple messagebox or anything else it doesn’t work
    >> Check your custom template (whichever assigned) once. If that file contains the_content() function written inside while loop, then whatever you add from backend, it should display on frontend.

    If not, this means your content is not being called in your custom template. You can add the_content() inside while loop where you want to show the content that has been added from backend.

    Check for loop

    Hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Include another page’ is closed to new replies.