Copy/paste a page

I need to replicate a blog page 20 times for my students - there would only be a need for a few slight variations for each page. Is this possible? How?

Just tried a test by creating a blog page and then tried to duplicate it and it can't be duplicated. The blog page consists of two pages, the entries and archive and none can be duplicated.
If all of these blog pages going to be in one domain file you can do it with iWebSites as follows:
1 - using iWebSites duplicate your current domain file and rename it to BlogA
*Copy your ORIGINAL domain.sites2 file to another location on your HD for safekeeping during this process*
2 - open BlogA and delete all pages except the the blog page.
3 - in the Finder duplicate the BlogA page 19 times. You may have to rename some of the copies to get rid of the multiple copies in the name. Just rename then Blog 1 thru 20
NOTE: you could do all of the duplicating above from within iWebSites if you're comfortable with using it. Use whatever way works best for you.
4 - launch iWebsites. After it lists all of the domain files in your iWeb folder select the 20 files you want to join and use the Merge function.
That will give you a domain file in iWebSites that's called Blog1Blog2....
Open it, rename each blog page for a student or whatever and move it up to the top blog site. That will put all pages in the one site.
Although a bit convoluted as described above it will be more apparent when you actually launch iWebSites and start the process.
Again as a reminder make a backup copy of your current domain file and save it to another part of the hard drive.
After all is said and done if there are not a lot of modifications to the blog page from the original template it might be easier to just create new blog pages and see if you can copy and paste elements from the original blog page to the other.

Similar Messages

  • Copy / Paste / Delete Pages and group pages

    MUSE would be great if  we could copy /paste /delete pages and / or group pages
    Regards

    Have you done much JavaScript programming in Acrobat? Are you asking for the specific code or for guidance as to what methods you need to use? All of what you listed is possible with JavaScript.
    George

  • Copy & Paste whole pages in Thumbnail View?

    Hi guys,
    I've just done the latest Pages update in Mavericks 20/01/2014 and was hoping to see the copy&paste optyion return but to no avail....
    Does anyone have an idea if/when they will be doing so?
    I have 100 teachers with MacBooks at our Secondary School who love Pages '09 and I'm quickly losing their support for Macs due their documents in Pages being changed so much since the last update to Mavericks.
    Would love to know if there is a light at the end of the tunnel???
    Many Thanks
    Ross

    Use Pages '09 it is still in their Applications/iWork folders.
    If they don't want Pages 5 to open, archive or trash it.
    Peter

  • I keep getting this message:DEBUG flag to true in config.php when I try to copy/paste to Pages on my iMac or upload a picture to a website chat forum. I don't know what it means or how to correct it. I am running an iMac desktop with Lion 10.7.3 with 2 GB

    I keep getting this message the past week when I try to copy/paste text to Pages or upload a picture to a website chat forum. I don't know what it means, or how to correct it. I'm running a 2009 iMac desktop with OSX Lion 10.7.3  with 2 GB  Any help appreciated.
    Angie

    Running the Lion Os requires a MINIMUM of 2 GB of RAM, as you have.  However, with that little RAM the computer will have trouble with many memory based tasks, such as copying and pasting.  You really need to increase the amount of RAM your computer has in order to increase its speed and performance.  Now, when a task requires more RAM than your system has available then the OS will use some harddrive space temporarily instead.  This is called "Virtual Memory."  Is it possible that at this time that your harddrive is very full relative to its stated capacity, so that even "virtual memory" is not really available?  If that is the case, you really need to cleanup your harddrive by deleting a fair number of less used files.
    Hope this helps

  • Muse crashes during copy & paste of page title in page properties

    Copying and pasting a page title from one page to another, causes a crash on the second or third paste.

    Hi Zak,
    Thanks so much for the reply. Here are the answers:
    Where was the text originally copied from?The text was manually typed into the Page Title field in Page properties, then copied from there into the same field for other pages
    Is the text pasted and then editing?Yes. The original line is 'Kingsdown Holiday Homes - Self Catering Chalet Rental at Kingsdown Park, Kent | Chalet 1b', and after pasting I change the Chalet number or words after the '|'
    Is this referring to the Page Title in the Options section of the Page Properties dialog?I am accessing the page properties through CTRL-Click on each page, from the Plan view
    How was the Page Properties dialog opened (from Page menu, from context menu in Plan view, from context menu in Design view, other)?See above
    All the best,
    Andrew

  • Adobe Acrobat XI Pro - Copy Paste PDF Page to PPT Slide using VBA

    Hi,
    Please find the requirement -
    Need to read a pdf file (pdf file may contains 10-15 pages) from powerpoint (using VBA), go to a particular pdf page, copy the entire page and paste on the ppt slide. Can anyone share the vba code for this. Thanks.
    Regards,
    Prasanta

    Can you do it without VBA? I can't see anything designed to make this work except screen shots, which are nothing to do with Acrobat specifically.

  • How can I copy/paste a page from one pages document into another pages document?

    I have read the directions in the manual, but when I go to the document where I want to put the page the paste function is greyed out.  I assume this has something to do with styles, but can't find what to do. 

    You got it.
    Paste is greyed when we try to paste a page from a WP document into the thumbnails area of a Layout one.
    It's active if we try to paste in the pages area.
    In the document's tool bar, there is an icon with a + symbol at top left.
    In WP documents it's named Sections, In Layout ones its named Pages.
    Yvan KOENIG (VALLAURIS, France) mercredi 26 octobre 2011 17:50:55
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Copy & paste web page info

    i somewhat new to coldfusion and i can't figure out how to do something..
    lets say there is a web page with these texts
    hi abc bye
    hi 123 bye
    hi a1b2 c3 bye
    i want to create a page that will go to a specific web page and search throught that web page for the word hi and then grab the following text up to the word bye... then it'll place those text in a file... so for example it'll copy only the text
    abc
    123
    a1b2 c3
    ...and paste them in a file
    is this possible??
    can someone please point me in the right direction, i been at this for almost two days!
    thanks in advance.

    cfquery_select_name wrote:
    i want to create a page that will go to a specific web page
    So you want to make an HTTP request for a web page, that would be the purpose of the <CFHTTP....> Tag.
    cfquery_select_name wrote:
     search throught that web page
    Then you want to find text in the content returned from the request.  the find() and refind() functions (most likely the later) would be helpful here.
    cfquery_select_name wrote:
     ...and paste them in a file
    Finaly you would like to write output to a file.  The <cffile action="write"...> would be the first choice for this task.
    That just leaves the actual searching.  Like I said I would probably try a REFIND that uses regular expression syntax to find the desired text.  Something like this untested example off the top of my head should get you started.
    <cfset match = refind(searchString,"hi(.*?)bye",1,true)>
    <cfdump var="#match#">
    Then finally a loop over this code to find each instance of the desired string.
    cfquery_select_name wrote:
     is this possible??
    Quite possible, it should just take some trail and error and looking at the appropiate documentation.

  • Copy and paste a page ?

    Hi everybody, and sorry for my English
    I am creating a page with different file /folders. Dos anyone know how can I copy and paste a page I will use in a different folder, and later I just change the links
    thanks for your helps
    Jose Felix

    Sanjit
    Many thanks
    Please can you transmit / inform the people/team in charge: copy - paste - delete pages or group pages WOULD BE FANTASTIC AND IT WILL SAFE US MANY HOURS OR WORK !!!
    Thanks in advance.  You are the best !!!!
    Felix Cano Montoya
    [email protected]
    El 22/3/2015, a las 13:29, Sanjit_Das <[email protected]> escribió:
    Copy and paste a page ?
    created by Sanjit_Das <https://forums.adobe.com/people/Sanjit_Das> in Help with using Adobe Muse CC - View the full discussion <https://forums.adobe.com/message/7328019#7328019>
    Please check this video which shows how you can drag contents from one page to another page :
    http://screencast.com/t/jEaSzbGdGL <http://screencast.com/t/jEaSzbGdGL>
    Thanks,
    Sanjit
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7328019#7328019 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7328019#7328019
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Help with using Adobe Muse CC by email <mailto:[email protected]> or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=47 61>
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624 <https://forums.adobe.com/thread/1516624>.

  • Copy paste of components are not working properly

    Hi,I am using ADF 11.1.1.3 and dynamic components.
    I had created a page fragment which has lots of components let say 60 components.
    Now i have to create another page which will also have the same no and type of components. I want to copy paste the components and create a new page.
    But I am not able to do the same.
    When i copy paste the page fragment its not working ...(bindings are not created on new page) and other issues also...
    Just wanted to know do we have to do any thing specific should be done to copy paste fragment code or its not possible.

    Hi,
    actually bindings are not copy and pasted. What you can do is to copy and paste the fragment, edit the DataBindings.cpx file and create an entry for the new fragment .jsff and point it to the PageDef file that already existed for the fragment you copy and pasted the content from.
    Alternatively (and my recommendation to you), create the content you otherwise would copy and paste in a page template and make sure the page template has a binding file (checkbox). Then build your fragments from the page template file and thus all will have data bound components
    Frank

  • Using fragments as an alternative to copy/paste

    Not really a question, but I thought I would toss this out there in case it helps anyone else.
    I have been working to implement a new feature on an audit form. I have learned to test on small, easy to piece together sample documents and once it's working, splice it back into the Big Form. 
    Thing is, there appear to be certain situations where you can't just copy and paste pieces from one form to the other.  I tried creating a fragment from the pieces I wanted to copy, then inserted the fragment into the other document.  Because we don't have an Adobe server to automatically update fragments to end users, I then converted the newly-inserted fragment into embedded objects.  I was shocked to find that actually appears to be working!    ;-)
    That little workaround looks like it will save me a ton of time.  If anyone has a better approach, please let me know - I'm self-taught and completely new to this.  I don't know what I don't know, ha ha!

    Hello!  I will try to make note of them going forward, but if I remember correctly, I could not copy/paste a page and also a subform.  I'm sure it was operator error but dang, I sure tried!   ;-)
    I have tried grouping items into subforms but then was unable to copy/paste the subform.

  • I cant copy/paste from an article to my web site, get a Mozilla Rich Text Editing demo page will not work.HELP

    Tried to copy/paste from an article to my web site and got a "cannot copy /paste " warning and was directed to a security perferences site that said that Mozilla Rich Text Editing demo page will not work.
    Tried to find my Firefox profile directory using the start menu and was directed to hit enter to go to web. Feel like i am getting run around.

    Let's start with something very basic, and that is, you do not need to use the paste button on most websites. The button just reads what is on your clipboard and sticks it into the form. You can do that yourself using Ctrl+v or right-click>Paste.
    For your security, I suggest using those standard Windows keyboard shortcuts (Ctrl+x cut, Ctrl+c copy, Ctrl+v paste) or the context menu.
    Occasionally you will find a paste button that runs a clean-up script or otherwise does something useful. That is where the (admittedly a bit complicated) instructions come in handy.
    To open your active profile folder, you can use:
    Help > Troubleshooting Information > "Show Folder" button
    Which help article are you using for the modifications?
    Finally, please be cautious in opening up your clipboard to sites. You may have stuff you copied from other pages or other programs that you do not want to share with most sites.

  • Ipad 1st gen. Safari cannot open page because address is invalid. I get this trying to download apps from itunes, infact it will do this under any variable. 4.3 os ive tried copy paste in url but it doesn't matter what i try, safari doesnt allow anyway?

    Ipad 1st gen. Safari cannot open page because address is invalid. I get this trying to download apps from itunes, infact it will do this under any variable. I have tried copy paste in url but it doesn't matter what i try, safari doesnt allow anyway i try. I have searched answers to this but to no avail.
    Leigh

    Hi Demo,
    Yes, I have not made myself clear, I apologise.
    I have tried downloading apps from itunes in order to set up a game for my son, when I go to click on a link, be this in itunes, or on the web, Safari revolts back informing the address is invalid. I read by coping a link and pasting into the URL, this would do it, but not so.
    My goal then, is to install Minecraft for my son, I would then download an app to allow this but I am unable to get this far due to Safari insulting the address I ask it to go to
    The iPad is first generation
    OS 5.1.1 Software up to date.
    Thank you in advance for your time

  • How can I copy/paste text from one page to another?

    I feel like I am taking crazy pills... is there really no way to copy a text box (or group) from one page to another while creating books in Aperture 3?  Lets say I have my entire book laid out and I want to add one paragraph at the end on one page which will push text and photos down a half page or so... in most programs for the last decade or so they added really cool functionality... cut/paste...  It seems like the apple developers are aware of it because they are in the context menus but they don't work on text, only photo boxes.  Additionally, you can copy/paste text but it erases all formatting.
    Seriously, am I missing something?  I have trouble believing that they can't include this function.
    Anyone else have this issue?

    Update... it seems to only happen with text boxes which I create.  So when I try an existing theme I can cut/copy/paste just fine, but in that same theme if you edit the layout and add a new text box, I can't copy paste it anywhere... the options are in the menu but nothing happens.
    Thoughts? Solutions?
    I am running 3.4.3 on a MacBook Pro OS X 10.8.3

  • How to copy paste a new page with thumbnails view in Pages 5?

    How to copy paste a new page with thumbnails view in Pages 5?

    Feature removed along with over 90 others:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=b14426a2c5af2 65f2213d98ee45f08d7&mforum=iworktipsntrick
    Pages '09 should still be in your Applications/iWork folder.
    Export your Pages 5 files to Pages '09 or Word .docx and trash/archive Pages 5.
    Then rate/review Pages 5 in the App Store.
    Peter

Maybe you are looking for

  • Movie won't play in 16x9

    I'm using iDVD to produce a DVD. When I add the movie which is a 16x9 Quick Time Movie file, it always comes up as 4x3. Any suggestions, please

  • PC Died, and was restored. How do I restore backed up songs?

    I'm leary of even connecting my shuffle because I know itunes will try to delete it. Please Help!

  • My iPod Nano 8GB won't update to 1.2

    How do i update my nano to 1.2. It is currently 1.1.1 and indicates it is up to date. I have access to the 1.2, but I ave not had access through iTunes to update and I can not figure out how to update. iPod nano 1.2 or later is required for the Nike+

  • ParallelElement in a series

    Hi, is it possible to play parallel elements in a series by adding a ParallelElement to a SerialElement? I mean I already tried this and it didn't work out. But maybe I used a wrong way. parallelMedia = new ParallelElement(); serialMedia = new Serial

  • Adobe flash and connect is under maintenance

    Once I clicked to watch a video for my class, it immediatly took me to a webpage called system status. It stated that the system was under maintenance. How can I fix this issue?