Can I edit a WordPress theme on a remote server with DW CS5?

I'm sure this isn't that difficult, but I'm going nuts trying to figure it out.
How do I tell DW CS5 to open my WordPress theme on a remote server so I can edit it using all the great new features?  I'm not using my "real" blog/site for this.
I have gone through the tutorials to set up a local testing server, but I'd really like to be able to edit on my host too.  It's got to be possible, but I'm just not finding the answer.  Please help!

I use Dreamweaver CS4 to work on remote WordPress themes/sites all the time and it works very well.
I never bother setting up a testserver on my local machine since I work from different locations, so I work directly on the remote server from wherever I am.
I will try to give you step by step directions:
(I am on CS4 so it may be a little different for you but the basics will be the same),
Set up your site with site/manage sites/advanced
For the Local root folder you give the folder on your hard drive where you keep your files
Set links relative to document.
For Remote info set access to FTP
FTP host will be ftp.yoursite.com
Host directory is the path to your theme folder, in my case that is httpdocs/wordpress/wp-content/themes/mytheme/
Then give your login and password and check "use passive FTP"
check "maintain synchronization information" and "automatically upload files to server on save".
For testing server check "none"
For version control click "none"
(it could be a good idea to use version control through subversion but for a one-man operation it may be a little overkill, we leave that for now to keep things simple)
For cloaking check "enable cloaking", check "cloak files ending with" and give the file extensions of the files you keep in your local folder for building your website but don't want to be uploaded to your remote server, like .fla .psd .set .rtf .doc  etcetera.
Now you are ready to start working on your theme.
In your files panel you can switch from local view to remote view. You can use the "get" and "put" commands (the arrows) to move files from local to remote and vice versa. I always work with child themes*. So in my theme folder there will be only a style.css file, a functions.php file, maybe some template files and an images folder. I use my local style.css file to make changes. On save, they are automatically uploaded and Dreamweaver also handles the "dependent" files, like images. No need to bother about that, really easy. Use the browsers on your machine to check your site.
The downside of working on a remote server is off course that if you make a mistake you will mess up your site. Luckily, in this setup you can just use "undo", save the file and you are back to were you were, as long as you work on your local files (and let DW upload those automatically after you save)
For safety and convenience, I keep all my local files in a Dropbox** folder. Everytime I save the file, a version is saved. So I can always go back to versions I  made hours, days or weeks ago. If you're on a mac you could also use timemachine for this, but timemachine only backups every hour, where Dropbox keeps every copy you save(as long as you have enough free space in your Dropbox that is)
To sum it up:
• Setup your site with Site/manage sites
• work locally and let DW automatically upload the files you edited to the remote server
• setup your local machine so that versions are kept with Dropbox
• work on child themes instead of making changes to the original theme
• use a browser to view your work
* child themes are the easy and clever way of working with themes.
see: Working with Child Themes
** Dropbox is a free backup, file sync and filesharing utility.
Get a free 2Gb plus 250MB bonus account here:Dropbox Invite

Similar Messages

  • The To Do List Items in Mail are grayed out. I can't edit or mark them :(

    As stated in the title, the To Do items in Mail are all grayed out, I can't edit or mark them complete anymore. In iCal, on the other hand, To Do items are working correctly. I just upgraded to Snow Leopard and the To Do items were working fine before, but are not now.

    Sorry, I should have explained it more. I had 186 To Do items in the Mail To Do section that were working fine before I installed Snow Leopard (I was able to mark them complete or incomplete, rename, and edit them). After installing Snow Leopard, half of them are grayed out and half of them are working correctly. I am unable to mark the grayed out To Do items complete, or rename or edit them. The To Do items that are grayed out are random, like, it's not all of the complete ones, or all of the ones that are in a month or so.
    Here is a screenshot: http://img509.imageshack.us/img509/4743/screenshotgh.png
    I know it's not the biggest deal, I just used to use Mail as my To Do thing If you know of a better app for the kinds of To Dos you see in the screenshot, let me know

  • Can I use a WordPress Theme In BC?

    I want a video upload page on my site. Can I use a Wordpress Theme in BC?
    Thank you!

    Ok, Thanks! I heard there is a work around for this using a text editor or Dreamweaver and taking out the PHP and replacing it with html5. I'm new to developing but desperate to get this done. I'm looking for a video upload template for Muse. Any ideas?

  • (261936172) Q general How can I access an EJB hosted on a remote server?

    Q<general> How can I access an EJB hosted on a remote server?
    A<general> The ability to add EJB control files enables you to access an EJB that
    is deployed to the server on which your web service is running. When you select
    "add EJB control" you need to supply the home and remote interfaces for the EJB
    as well as the JNDI name. This does not provide you with the capability for creating
    a control for a remotely hosted EJB. To use a EJB hosted on another server you
    will have to provide the appropriate code within your web service itself. You
    will have to programmatically gain to access the JNDI for the remote server, lookup
    up the home stub and use it to create the remote stub for the EJB. Of course,
    to make this work you must have the necessary client interfaces in you classpath
    (home and remote interfaces) which can easliy be achieved by adding the EJB client.jar
    file to the lib directory in the webservice WEB-INF folder.

    just define the different server path in the description xml file
    <jndi-name>jnp://serverA(B)/....</jndi-name>

  • How can I publish an ics file to a remote server from my calendar server?

    I am running Lion Server and have Calendar Service up and running. I have an account with a couple of calendars, one of which I'd like to publish to a remote server, as an .ics file.
    From an iCal client it is possible to publish local calendars, but not remote calendars (for which the only option seems to be to 'Share').
    How can I can I publish an ics file to a remote server? Programatically, if necessary.

    I have this working now.
    curl -s --digest -u username:password -o calendar.ics http://hostname:8008/calendars/users/username/calendar/
    generates the .ics file, and a combination of cadaver (from webdav.org) and an expect script upload hourly (via cron) to the remote server:
    set timeout 60
    spawn /usr/local/bin/cadaver
    expect "dav"
    send "open https://remotehost/path/\r"
    expect "Do you wish to accept the certificate? (y/n)"
    send "y\r"
    expect "dav"
    send "put calendar.ics\r"
    expect "dav"
    send "close\r"
    expect "dav"
    send "quit\r"

  • Editing a wordpress theme in Dreamweaver

    Hi there I have been looking every where for help on how to
    setup a wordpress theme in dreamweaver. So that I could edit it in
    Dreamweaver which would be so much easier. The main reason is so
    that I can add and delete what I want and make a theme better and
    also my own!

    Consider using the Dreamweaver extension, ThemeDreamer. It
    turns Dreamweaver into a WYSIWYG editor for WordPress themes. Open
    just about any WordPress theme to get a visual approximation in
    Design View. It's great for customizing CSS, drag n' drop/position
    blocks of code (just like you did with html in Dw), while easily
    navigating code in CodeView, eliminate the need to guess/parse
    multiple files (header.php, etc.) that make up a theme. Bonuses are
    code hints, context sensitive documentation via the property sheet,
    no server required (work offline), etc. Sure, Design View is just
    an approximation but it sure beats the heck out of trial n' error
    for doing design.
    Without it, you're missing out on alot of Dw's potential with
    WordPress. Before/after screen shots speak for themselves:
    http://www.themedreamer.com/demos
    Hope that helps!

  • How do I edit a Wordpress theme - Greyed out?

    Hi,
    I'm new to Dreamweaver and have just successfully setup my Wordpress Site to run in dreamweaver through MAMP.
    Using the properties box on the side, I've been able to successfully edit the single line text boxes on my theme.
    I am unable to edit any other part of my theme however. Everything I click on the website has all of the options "greyed out" within the properties box.
    1) I'm sure this is probably something quite basic, but how do I edit the properties if they're greyed out?
    2) Also is there a way to copy the properties from one area to another? "Enter Your Email" is in the same font as "Enter Your Message", but they're displaying differently and I'd like them to match.
    3) The menu's on my theme adjust based on the width of the device. On the narrowest width however, they aren't quite lined up correctly. I can't see anything in the properties however (such as margins being used). How would I go about correctly aligning these to the centre?
    Thanks Jake

    Most wordpress themes have options that can be changed from within the dashboard, a lot of commercial themes even use 'page builders' that offer a GUI to construct new pages. Be careful when making changes to a template if your not sure what your doing as this can break functionality.
    As MurraySummers states most pages are constructed on the fly and use a series of templates- header.php/footer.php etc as well as a series of child themes - page.html etc to construct the pages you see on the screen. The only page that exists in wordpress is index.php. Everything is routed using .htaccess and URL rewriting.

  • Can you edit an existing theme in imovie?

    I like the existing themes in imovie, but I would like to edit them to include my logo (ie. like the CNN iReport rather than a map of the world), how would I do that?  If I cannot edit an existing them, how do I make my own?  Thank you in advance for your assistance.

    There is an active iMovie forum here, and on it I would expect you would get very good responses to your question.
    Russ

  • Edit files on a server with dreamweaver CS5

    I am having a problem editing files directly from a ftp server. I just updated to Cs5 from Cs3 and seem to of lost the ability to edit and change files on a live server. I understand that I can download an entire site, but with the amount of sites that I maintain this is not doable storage wise. I am assuming there is a way to bypass the local/remote server sync, but have yet  to figure it out. I have search the forums and support FAQs but alas found nothing.
    Thanks in advance for your time
    Nate

    Hi Nate,
    in these cases I'm not a friend of a detailed troubleshooting. It is one of the reasons that I prefer an external FTP program. The difficulties with which you have to fight encourage me in this opinion, not least because we always search for experts, we don't charge a "jack of all trades".
    For this reason, to manage, for example, several websites or to upload my files and sometimes for the opposite way, for a necessary download from my server or to use a "a site-wide synch", I'm using FileZilla. It simply looks easier for me to keep track of all operations precisely and generate or reflect easily the desired tree structure.
    Above all, FileZilla has a feature (translation from my German FileZilla) called "compare file list". Here it's possible to use file size or modification time as a criterion. There is also the possibility to "hide identical files", so that only these files which you want to redact remain visible.
    And even if it means you have to install a new program, I am convinced that there is an advantage. Here is the link to get it and where you can read informations about how it works:
    http://filezilla-project.org/ and
    http://wiki.filezilla-project.org/Tutorial#Using_the_site_manager
    Mac: Mac OS X
    http://filezilla-project.org/download.php
    Of course, you also need all the access data to reach your server.
    Good luck
    Hans-Günter

  • How can get value of registry DWORD value of remote computers with powershell

    HI
    I am using below script to get registry of remote computers with powershell but not desired result.
    $computers = Import-Csv 'C:\New folder\dclist.csv'
    $key = "SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}"
    foreach ($computer in $computers)
    Get-RegDword -ComputerName $computer -Key $key -Value IsInstalled
    As I have installed remoteregistry pssnapin a well..
    Also How can i get this from Invoke-Command ............
    Please help or guide me 

    This script may help (I haven't used it personally, but I know that many people have used it and thanked Jason for coming up with it):
    http://gallery.technet.microsoft.com/scriptcenter/Enable-PSRemoting-Remotely-6cedfcb0
    You can also configure remoting across your entire domain via GP:
    http://www.briantist.com/how-to/powershell-remoting-group-policy/
    http://blog.powershell.no/2010/03/04/enable-and-configure-windows-powershell-remoting-using-group-policy/
    Don't retire TechNet! -
    (Don't give up yet - 12,830+ strong and growing)

  • Can file adapter be used to write to remote server

    Hi, can file adpater be used to write to a remote server(say from linux to windows) or we have to run an ftp server and use the ftp adapter only.
    Thanks
    Manish

    Hi Manish,
    As mentioned by Hisaak, File adapter should be used to write files locally and FTP adapter should be used to write files on remote servers. Still if you want to use file adapter then you have to mount/map the network drive (drive at remote server) to your local machine and then you may use File adapter, provided proper permissions are there.
    Regards,
    Anuj

  • Editing a WordPress theme with Dreamweaver

    I am a Web Designer based out of Los Angeles Ca and we are always being asked to create new wordpress sites and maintain the sites. Would it be a good move to start using Dreamweaver to edit wordpress Blogs?
    Save time using it?

    There are solutions available for helping you manage WordPress sites, some of which support Dreamweaver. Check out ServerPress.com; I believe their virtual server product supports Dreamweaver in that it creates Dreamweaver site definitions and views.  Whether this would save time over using WordPress's built-in design tools depends a lot on you. If you're already a Dreamweaver pro and very used to working with it, then yes, it probably will save you time, especially if you're not at all conversant in PHP.

  • Can't edit outlook email in HTML- whole message replaced with "undefined".

    In editing the html of messages in Outlook using Firefox browser, I click on options -> edit in HTML and whether or not I do anything to change the email whilst in the HTML editing option, as soon as I click on Rich Text to check the formatting etc the whole body of the email is replaced with the word 'undefined' and there is no access to saved drafts of that message.
    This has been happening for several months now and it's mega frustrating. I would appreciate any light being thrown onto this issue, thanks

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Can I edit a project on one Mac remotely from another Mac?

    As far as I know, you can access and control a Mac from another Mac that is not on the same network, say if you are travelling with a MacBook Air and need to access files and applications on your iMac at home.
    I'm wondering if it's possible to work with Final Cut Pro X in this way. So you could access the project on an iMac from a MacBook Air, see the screen of the iMac and enjoy all the power of the iMac for editing and exporting in FCPX while controlling it from your MacBook Air.
    If so, that would be so convenient, whether it be while travelling or even when at home and wanting to make a quick adjustment to something from the MacBook Air resting on your lap.
    Has anyone here ever done this or know if it's possible?
    Thanks!

    There are ways you can access the iMac and the screen and the software but it's not useable as an editing platform. The response time over the Internet is way, way, way to slow. Plus no keyboard shortcuts work. Everything has to be mouse driven.

  • Trying to update iTunes, the installer keeps freezing at 'Running iTunes Installer Scripts'.  i've tried several different versions of iTunes and can't install any of them.  I'm stuck with Version 4!!  Help!

    I'm trying to update iTunes on my mac (Power Mac G5 running tiger), but it always freezes at 'Running itunes installer script'.  I have tried a few different versions of iTunes, but I have the same problem with all of them.  I'm stuck on version 4 (which came with my os discs)!  Help?! 

    Ok, First this link should solve the windows scripting host error. I used "Download windows script host" in a google search and it was the first hyperlink.
    http://www.microsoft.com/downloads/details.aspx?FamilyId=C717D943-7E4B-4622-86EB -95A22B832CAA&displaylang=en
    I'm assuming you are trying to run the installer from apple. What I would suggest is you download the installer manually to your desktop then launch the installer. If try to run the installer over the intertubes you may run into a problem like you did.
    Then I would uninstall itunes 8 and any software associated with it like the apple update software, quicktime, apple mobile device support. However uninstalling itunes should remove any additional software it installs. Then clean out your temp folder:
    6. Clean out your temp folders,
    a. C:\windows\temp (if one exists)
    b. C:\Documents and Settings\{username}\Local Settings\Temp
    Sometimes installers will pick up old files or won’t delete their temporary files.
    Then with a newly download installer on your desktop try launching it. Let me know if that helps.
    Here is an apple doc that help.
    http://support.apple.com/kb/TS1331
    Message was edited by: CoJeff

Maybe you are looking for