Trying to add a Word Press blog to my Dreamweaver site through a linked tab... is it possible?

Trying to add a Word Press blog to my Dreamweaver site through a linked tab... is it possible?  My client wants a blog on his website that I am curently creating in Dreamweaver and I am clueless on how to manually create one using a DB... so is it possible to use a menubar link to go to a wordpress page that would contain the blog?  Please help.
Thanks,
TIffany

Be sure to install WP files inside a separate folder on the domain.  
yourdomain.com/blog/wp
http://codex.wordpress.org/Installing_WordPress
Link to blog:
<a href="http://yourdomain.com/blog/wp/index.php">Link to Blog</a>
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb
http://alt-web.blogspot.com/

Similar Messages

  • Can I add a word press blog to a adobe muse website that I built

    Can I add a word press blog to a adobe muse website that I built

    Hi
    Here are some related threads
    http://forums.adobe.com/message/5780545#5780545
    http://forums.adobe.com/message/4825190#4825190
    Hope this helps

  • Trying to add a word at the end of a link tag sitewide

    I'm trying to add a word before the closing qoute in all links sitewide. Any way to do this without doing each link on all pages separately?

    I have tested this on a simple page, so I'm confident it will do what you want, but before proceeding, you must make a backup of your site in case anything goes wrong.
    Open the Find and Replace dialog box (Edit menu or Ctrl+F/Cmd+F).
    Set "Find in" to "Current Document".
    Set "Search to "Source Code".
    In the "Find" field, add the following regular expression:
    (<a[\s\S]*? href\s?=\s?("|')[\s\S]+?)\2
    In the "Replace" field add the following (replace "new_text" with the text you want to add to each link):
    $1new_text$2
    Select the "Use regular expression" check box.
    Test that it works by clicking Find Next followed by Replace.
    If you're happy that it's working as expected, change "Find in" to "Entire Current Local Site", and click "Replace All".
    Dreamweaver will warn you that you cannot undo changes in pages that aren't currently open. If you're happy, click OK, and the change will be made to all links.

  • Using iWeb Template for Word Press Blogging

    Does anyone know if Apple will allow the use of a template included with software to be uploaded to Word Press for use on a blogging page? I don't know if Word Press would accept it because Apple is touchy about these things. I also sent an email to Word Press asking about this but haven't received a response yet. Since I used to iWeb to design my site how else to bring consistency to my blogging page if I don't use Apple's web space?

    I've already designed a great looking site with iWeb and don't want to change it. The Word Press templates are so boring. The Word Press site says it does allow people to upload customized templates but they seem concerned about copyright infringement and go out of their way to say that just making a minor change to someone else's template is not adequate. Hmm, can I legitimately turn "else" into a possessive? I suppose I could just point my Internet domain to the web.mac.com space I have with Apple but I'm not sure the comments and other features would work right. Why not just use the Apple site? First, the naming convention is more than people are used to; second, Apple seems to have too many outages with dot mac, now mobile me site.

  • Trying to add a Backup device to Webex servers on site

    We have WebEx local servers (inside and outside) version 2.5.1.132.B-AE I am trying to add a backup for our meetings and even recordings.
    We have Call Manager and Unity (CUCM) backups going to a network share using FTP. However with CUCM you can state a drive\folder to back up to.
    There is no option in WebEx for this, it wants a URL instead.
    Does anyone have an idea , how to back these servers up in my configuration?
    Thanks in advance
    Phillip

    Hi Mate - CWMS uses different storage method for backups than the CUCM/CUC etc. You need NFS storage for CWMS as thats the only supported storage method.
    Please refer to below link for more information:
    http://www.cisco.com/c/en/us/td/docs/collaboration/CWMS/2_5/Administration_Guide/Administration_Guide/Administration_Guide_chapter_01110.html#task_4A68696836634ECDADFE4B8223540617
    Use the storage server to back up your system and store meeting recordings. During a Disaster Recovery (see Disaster Recovery by using the Storage Server), these backups can be used to restore the system. (The supported storage method is Network File System (NFS)).
    Before You Begin
    Make sure that you configure your Unix access privileges so that your system can store user-generated content and system backups.
    On Linux-based storage systems, this depends on the configuration of your read/write permissions for anonymous users for a specific directory to be used for your Network File System (NFS). (See Connect a Linux Client to the NFS Share.)
    On Windows-based storage systems, this depends on the Network Access: Let Everyone permissions apply to anonymous users setting. In addition, you must provide the Everyone user group read and write permissions for the NFS. (See m_​ConfiguringNFSShare.ditamap.)
    Here is the link to configure NFS for windows server: https://technet.microsoft.com/en-us/library/cc770569.aspx
    If you have linux server just Google setting up NFS for linux. Once setup create the rights as mentioned above and configure the NFS mount in the CWMS and you should be good to go.
    -Terry
    Please rate all helpful posts and mark the thread as answered if you have no other queries.

  • After accessing a web site through a link I get the message file not found when trying to access it again.

    This has happened on several sites. I have tried to access the same links through Chrome and do not have a problem there.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    See also:
    *https://support.mozilla.org/kb/Clear+Recent+History
    Are you using cleanup software like CCleaner or other software that may corrupt the cache?
    You can try to delete the entire cache folder.<br />
    You can find the location of the cache folder on the about:cache page (open via the location bar, like a web page).
    You can check the <b>browser.cache.disk.enable</b> pref on the <b>about:config</b> page to verify that the disk cache is enabled (should be true).

  • Why is the last part of the Word Press install not working?

    I am installing Word Press to work in Dreamweaver. I have installed MAMP and everything is working fine, I assume. The location of the files are /applications/MAMP/htdocs/wp-content/themes/twentyten.
    I have installed PHP/MySql on my machine and have set up the wordpress database as instructed. The last part of the process has me bogged down. In following step one of the process, I get a blank screen. Here's the url: http://localhost/wp-admin/install.php and the instructions to complete the process.
    With the WordPress files copied to the correct location in the htdocs folder, the web server installed, and a database created, open a browser and browse to http://localhost/wp-admin/install.php.
    A screen telling you to create a configuration file will appear. Click the Create a Configuration File button.
    Click the Let’s Go button to go to a page that allows you to enter your database information.
    Type your database name, wordpress.
    Type your MySQL user name and password (usually the user name and password are both admin, unless you changed them in the database).
    For the Database Host type localhost.
    Click Submit
    Can anyone help?
    Thank for your help,
    GWalton55

    I'm stuck installing virtualhosts in DW and using Wordpress templates, but I may be a few steps further than you are, so I'll try to help. I'm also using Windows, so who knows?
    I'm assuming you are not using a virtual host, just a local host; therefore, I went to the section that has instructions for the steps you are on in David Powers' "Adobe Dreamweaver CS5 with PHP: Training from the Source" and right after he has you launch the browser and open "wordpress/wp-admin/install.php" in "your [site name here] site." He goes on to write:
         The URL depends on how you set up your testing environment:
    Virutal host: http://[site name here]/wordpress/wp-admin/install.php
    Localhost: http://localhost/[site name here]/wordpress/wp-admin/install.php
    NOTE: if you are using the MAMP default ports on a Mac, add :8888 after [site name here] for a virual host, or after a localhost.
    So perhaps that's what you're missing, I really don't know.
    Good luck!

  • Trying to add enhancement point in standard code

    Hi,
    i am trying  to add enhancement point in standard code using the steps givenin the link.
    http://www.sapdev.co.uk/enhance/eframework/ef_implicit.htm
    but i am not able to get the enhancement point .
    Could you please let me know if there is anything additional steps to be followed.
    or are there config setting that has to be checked.
    Regards,
    saleha

    Hi Sandra,
    when I try to create an enhancement point by pressing enhance (shift-f4) going in edit->Enhancment operations->Create it gives me a message 'In this mode you can create implementations only'. (At this point my cursor in the code is at the point I want to make it happen)
    So the Q is how do I get the E.point in the code at the point I desire.
    Regards,
    Saleha

  • Is it possible to add a word at the end of a line?

    Hi, i'm searching a way to automatically add a word at the end of a certain paragraph styles?
    is it something possible doing by using a script?
    i don't script myself but if someone could find me a way to do this it would be really appreciated.
    Here's an example to what i need to do:
    i have paragraph style X in a current  book document, and i need to edit the book and add the copyright source at the end of every line that has the style X to it
    so i would need something that asks me
    the targeted paragraph style
    which word i want to append to it, and then apply it torough the document.
    Thanks in advance

    Yes, the screen shot shows where you got it wrong:
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Find: (.)$
    and set your paragraph style in the find format area
    Change: $1XYZ
    where XYZ is the text you want to insert.
    .. you forgot the '1' right after the '$'. It's an important omission: "$1" is a GREP code, meaning "insert the found text, parenthesized group #1" -- and there is also a "$2", "$3", etc. up to "$9". It's great if you have to switch two, or even more, items around! But without the digit, the dollar sign indicates ... just a dollar sign.
    Change the Change to text to
    $1~S(CEMEQ)
    and you'll be fine.

  • How to Add a Captivate 6 project to a Word Press page?

    I am using Word Press as my website. I have some projects that need to be place in the website but I don't know how to do this. The main problem is that the project a big, around 4 GB in size and they been place in my FTP.
    I just finish converting the project into HTML5 and now I want to place it in the web with the capability of playing in flash and also HTML5.
    Is anyone know how to do this, or maybe had the code for it?
    Thanks for the help.
    Cristian

    Hello Christian,
    I have not tried this but i found some threads which might be helpful for you : http://forums.adobe.com/thread/967803
    http://forums.adobe.com/message/5632353
    Thanks and Regards
    Himanshu Satija

  • Why can't I see my editing icons in word press

    I have always used firefox and never had a problem, but the other day when I went to add a new blog post, I not only couldn't see my editing Icons such bold, italic, underline, font color, add a youtube etc. It wouldn't let me paste my article in to word press either. I cleared my cache etc but it was to no avail. When I logged in with IE I didn't have the problem. What could miraculously start causing this problem literally over night when I didn't change anything in my firefox settings? No it's not the color settings. I have it set to use the sites colors I checked that.

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    *Use a compressed image type like PNG or JPG to save the screenshot
    *Make sure that you do not exceed the maximum size of 1 MB
    Make sure that you haven't enabled a High Contrast theme in the Windows/Mac Accessibility settings.
    Make sure that you allow pages to choose their own colors.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    Note that these settings affect background images.
    See also:
    *http://kb.mozillazine.org/Website_colors_are_wrong
    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

  • Linking a PDF file to Word Press

    Hello,
    I really need some support in how to link a pdf file
    (Acrobat.com) that I've already created to my blogsite in Word
    Press. Can anybody PLEASE guide me in understanding the steps? I've
    already downloaded the file and saved it on my computer. Now I'm
    trying to copy the HTML code or access the URL, but neither seems
    to work when I click on buttons. What am I supposed to do?
    Any help and support would be appreciated!
    Thanks so much -
    Dorit

    Hello Dorit,
    Thank you for your post. I'll be glad to try to help you with
    sharing a .pdf file via your blog.
    Start at Acrobat.com and choose My Files. Next, click the
    file you want to embed in your blog. On the right side of the page,
    choose Copy Embed Code. The necessary HTML code to embed the
    preview is
    automatically copied onto the clipboard. I can understand
    that this would be confusing as there is no indication after you
    click the buttons that anything happened... but the code is now on
    your clipboard. Open the HTML file - your WordPress blog - and
    paste (CTRL+V on Windows machines) the code into the file.
    Hope this helps! Please let me know if you run into any
    trouble with this process.
    Kind Regards,
    Michelle

  • When trying to add music to a slide show from my PC to TV through Apple Tv the photos are fine but I get an error message that says the music cannot be downloaded.

    When trying to add music to a slide show from my PC to TV through Apple Tv the photos are fine but I get an error message that says the music cannot be downloaded.

    Because the location for each song in your library is on your hard drive.  If the hard drive isn't there, how can iTunes play it?
    You'll have to move/copy the music from your hard drive to your computer's hard drive.
    Basically, EASIEST way to do all this, if you don't care about your play counts, etc...
    -Delete EVERYTHING from iTunes, so that your library is now empty.
    -Go to "Advanced" inside of the "Preferences" window, found in the "Edit" drop-down.  You can also access Preferences by pressing Ctrl+, (Press Ctrl and the comma key)
    -Change your iTunes Media Folder Location to something simple, but on your computer. I use C:/iTunes.  Make sure "Keep iTunes Media Folder Organized" and "Copy files to...." are both checked.  You can close Preferences now.
    -Now, drag and drop your music from your hard drive into your iTunes library.  iTunes will automatically add the music to your library, as you would expect, and also creates a copy of each file to place into that iTunes Media Folder you just created.
    Shouldn't have any more problems...

  • HT2495 I have a wirless network. I connect all my computers to it and a printer. I can print wirelessly from all computers. I tried to add the printer to my new Macbook, but can't find the printer on the add printer and scan icon on preferences.

    I have a wirless network. I connect all my computers to it and a printer. I can print wirelessly from all computers. I tried to add the printer to my new Macbook, which is connecte to the network, but can't find the printer on the add printer and scan icon on preferences. I downloaded a installation printer utility from the Manufacturer (lexmark), but it didn't work. Any sugestions?
    Thanks,
    Ivette

    You would need to get the IP address of your printer then manually add a network print queue.
    To get the IP address, on the control panel of your printer, press on Setup > Network Setup > TCP/IP > View/Set IP address.

  • 2 items: 1) importing cvs columns do not match t-bird columns 2) error msg when trying to add 2nd email account

    Hi and thanks in advance for lending a hand.
    Issue #1
    Followed instructions at https://www.youtube.com/watch?v=8Df8mRL3TBs to import cvs to t-bird – but
    My cvs headings are not name, email m chat name, org, additional email etc etc
    Why are my columns names not showing up?
    +++++++++++++++++++++++++++++++++++
    Issues #2
    Adding second email address in thunder bird
    email address #1 works fine - but trying to add 2nd one – having error msgs poop up.
    1st error msg is:
    [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIMsgIncomingServer.verifyLogon]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://messenger/content/accountcreation/verifyConfig.js :: verifyLogon :: line 98" data: no]
    Pressing “done" again yields different error reply: Incoming server already exists.
    [end of error msgs]
    Have tried box1121.bluehost.com as well as mail.bikempowered.com for server hostnames - various ports and SSL’s
    The Tech at blue host claimed there this was a bug known to thunderbird – and that a solution is known to be needed.
    Seeking solutions - also I’m 90% Luddite - so please if at all possible, but things in “for Dummies” mode
    With gratitude and hope,
    Brian

    About .csv check your .csv-file as a text file.
    Is the first line your column-names separated with a "," ?
    It should be. When you import, mark that 1st line has column-names
    Then move Tbird's names around until they correspond with yours. Your names will not be imported.

Maybe you are looking for

  • Location of ONT, PSU/battery, Router, STB, phone adapter

    I am intending to convert from TimeWarner cable TV/internet and regular landline phone to FIOS triple essentials.  A couple weeks ago an installer came to string the fiber from the pole to the roof eve.  I talked to him and understood that the ONT wo

  • How do I place a signature on a document and make it un editable

    How do I place a signature on a document and make it un- editable

  • By using Java scripting how  can  compare database value to Forms value?

    i develop portal form n want to compare field that is Issued quantity with available quantity through java scripting.please send me syntax with an example. problem: if issued quantity is greater than available Quantity then appear alert message Thank

  • Can´t open Preference (??)

    Can´t open Preference in iphoto anymore. Also have some problem with black pictures - but when I click them they show up - but corrupt (several pictures merged into one). I think the black pics is cause I used the Adobe RAW converter and made them b&

  • [10g] Complex Order By clause...

    I can manually sort my data, and can provide the logic I use to do that, but I need help actually putting it into an order by clause. I am working in XE, 10g... Here's some sample data to start with: CREATE TABLE inventory_history (     time_stamp