
<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head><meta name="viewport" content="width=device-width, initial-scale=1.0" /><script src="/TDPortal/Content/Scripts/jquery/2.2.4/jquery.min.js?v=20241107234010"></script><script src="/TDPortal/Content/Scripts/jquery-migrate/1.4.1/jquery-migrate.min.js?v=20241107234010"></script><script src="/TDPortal/Content/Scripts/jquery-ui/1.13.2/jquery-ui-1.13.2.custom.timepicker.min.js?v=20241108001646"></script><link href="/TDPortal/Content/Styles/jquery-ui/1.13.2/jquery-ui.compiled.min.css?v=20241108001650" rel="stylesheet" type="text/css"  /><link href="/TDPortal/Content/bootstrap/3.4.1/dist/css/bootstrap.min.css?v=20241107234010" rel="stylesheet" type="text/css" id="lnkBootstrapCSS" /><script src="/TDPortal/Content/bootstrap/3.4.1/dist/js/bootstrap.min.js?v=20241107234010"></script><link href="/TDPortal/Content/FontAwesome/css/fontawesome.min.css?v=20241107233954" rel="stylesheet" type="text/css" id="lnkFontAwesome" /><link href="/TDPortal/Content/FontAwesome/css/solid.css?v=20241107233954" rel="stylesheet" type="text/css"  /><link href="/TDPortal/Content/FontAwesome/css/regular.css?v=20241107233954" rel="stylesheet" type="text/css"  /><link href="/TDPortal/Content/FontAwesome/css/brands.css?v=20241107233954" rel="stylesheet" type="text/css"  /><link href="/TDPortal/Content/FontAwesome/css/v4-shims.css?v=20241107233954" rel="stylesheet" type="text/css"  /><link href="/TDClient/Styles/bootstrap_custom.min.css?v=20241108001648" rel="stylesheet" type="text/css"  /><link href="/TDClient/Styles/TDStyles.min.css?v=20241108001648" rel="stylesheet" type="text/css"  /><link href="https://ecu.teamdynamix.com/TDPortal/BE/Style/167/TDClient/1409?v=20240610184242" rel="stylesheet" type="text/css" /><script src="/TDPortal/Content/Scripts/tdx/TDJSFramework.compiled.min.js?v=20241108001646"></script><script src="/TDPortal/Content/Scripts/underscore/1.12.1/underscore-min.js?v=20241107234010"></script>
<script src="/TDClient/Scripts/clientOS.min.js?v=20241108001636"></script>
<script src="/TDClient/Scripts/collapseMe.min.js?v=20241108001636"></script>
<script src="/TDClient/Scripts/tdsearchfilter.min.js?v=20241108001636"></script>
<script src="/TDClient/Scripts/SiteSearch.min.js?v=20241108001636"></script>
<script src="/TDPortal/Content/Scripts/tdx/elasticsearchAutocomplete/elasticsearchAutocomplete.min.js?v=20241108001644"></script>
<link id="ctl00_ctl00_lnkFavicon" rel="icon" href="https://ecu.teamdynamix.com/TDPortal/BE/Icon/167/1409?v=20170825203034" />

    
    <script async src="//www.googletagmanager.com/gtag/js?id=G-55XSJC6CDH"></script>
    <script>

      $(function () {

        window.dataLayer = window.dataLayer || [];
        function gtag() { dataLayer.push(arguments); }
        gtag('js', new Date());
        // Be sure to set the proper cookie domain to the customer's full subdomain when sending the pageview hit.
        gtag('config', 'G-55XSJC6CDH', { 'cookie_domain': 'ecu.teamdynamix.com' });

        });

    </script>

  

  <script>

      $(function () {
        var masterUi = MasterUI({
          isPostback: false,
        baseUrl: '/TDClient/',
        isTdGoogleAnalyticsEnabled: true,
        isAuthenticated: false
        });

      $('#collapseMe').collapseMe({
        toggleVisibilitySelector: '.navbar-toggle'
      });

    });

      // The sub-nav menu uses padding-top to position itself below the header bar and main navigation sections. When the
      // window is resized, there is a chance that the content of these header or nav sections wraps, causing the height
      // to change, potentially covering the sub-nav menu, which is obviously a big usability problem. This function
      // listens for when the window size or orientation is changing (and also when the window first loads), and adjusts
      // the padding so that the sub-nav menu appears in the correct location.
      $(window).bind('load ready resize orientationchange', function () {
        var headerHeight = $('#divMstrHeader').height();
        $('#navShim').css({
          "padding-top": headerHeight
        });

        $('#content').css({
          "padding-top": headerHeight,
          "margin-top": headerHeight * -1
        });
      });
  </script>

  
  

  

  <script src="/TDPortal/Content/select2/v3/select2.min.js?v=20241108002816"></script><link href="/TDPortal/Content/select2/v3/select2.compiled.min.css?v=20241108002816" rel="stylesheet" type="text/css" id="lnkSelect2" />
  <script src="/TDClient/Scripts/Share.min.js?v=20241107233944"></script>
<script src="/TDClient/Scripts/attachmentHandler.min.js?v=20241108001646"></script>


  <script>

    function ToggleFavorite() {
      __doPostBack('ctl00$ctl00$cpContent$cpContent$btnToggleFavorite', '');
    }

    function shareService() {
      if ($('#ctl00_ctl00_cpContent_cpContent_shareRecipients').val().trim() === "") {
        alert('You must first enter a valid email.');
        $('#btnShare').progressButton('reset');
      }
      else {
        __doPostBack('ctl00$ctl00$cpContent$cpContent$btnSendShare', '');
      }
    }

    function closeShareModal() {
      $('#divShareModal').modal('hide');
      $('#btnShare').progressButton('reset');
    }

    function showHideCommentInput(show) {
      var commentEditor = CKEDITOR.instances['ctl00_ctl00_cpContent_cpContent_txtComments_txtEditor_txtBody'];

      if (show) {
        $('#ctl00_ctl00_cpContent_cpContent_btnSaveComment').progressButton().progressButton('reset');
        $('#divComment').show();
        commentEditor.focus();
        $("#luFeedCommentNotification").select2("val", null, true);
        $('#btnComment').hide();
      } else {
        $('#divComment').hide();
        commentEditor.setData('');
        $("#luFeedCommentNotification").select2("val", null, true);
        $('#btnComment').show();
      }
    }

    $(function () {

      var attachmentHandler = new TeamDynamix.AttachmentHandler({
        containerSelector: '.js-service-attachments',
        resultLabelSelector: '#ctl00_ctl00_cpContent_cpContent_lblResults_lblResults-label',
        baseControllerUrl: '/TDClient/1409/Portal/Shared/Attachments',
        antiForgeryToken: 'tpm8UOeYyU4rQjQeMHu1R_1UU8S1eyqCD1IQ0n94EnIZp2HJV0Mv2tOG79v2R8BjU0YwTpWlK7DUJxwgms4F2yaKHeM1:Zu0u2B-Aav8IH45elo4OrzYxPBwy4EyEB2HALK3OhT8Dyno2WJtdC_Jpz98tgJZd_osip7yIatVoBkM5JTiLhl5NxJg1',
        itemId: 31624,
        componentId: 47,
        feedId: 'serviceFeed'
      });

      $('#btnShare').on('click', function () {
        shareService();
      });

      // Don't try and update the table styles if the user wanted to opt out.
      $('#ctl00_ctl00_cpContent_cpContent_divDescription table:not(.SkipTableFixup)').each(function (table) {
        var padding = $(this).attr('cellpadding');
        var spacing = $(this).attr('cellspacing');

        $(this).css("border-collapse", "separate");

        if (spacing) {
          $(this).css("border-spacing", spacing + "px");
        }

        $(this).find('td').each(function (cell) { $(this).css('padding', padding + 'px') });
      });

      

    });

    

  </script>



<meta property="og:title" content="WordPress Support" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://ecu.teamdynamix.com/TDClient/1409/Portal/Requests/ServiceDet?ID=31624" />
<meta property="og:image" content="https://ecu.teamdynamix.com/TDPortal/BE/Logo/167/1409" />
<meta property="og:description" content="WordPress is ECU&#39;s official content management system for college, school and department websites and is also used to house online information for personal and group websites like research, clubs and courses." />
  <meta property="og:site_name" content="East Carolina University - Services" />
  <meta property="article:section" content="Web Services" />
    <meta property="article:tag" content="website" />
    <meta property="article:tag" content="students" />
    <meta property="article:tag" content="faculty-and-staff" />
    <meta property="article:tag" content="blog" />
    <meta property="article:tag" content="plugin" />
    <meta property="article:tag" content="theme" /><title>
	Service - WordPress Support
</title></head>
<body>

<form method="post" action="/TDClient/1409/Portal/Requests/ServiceDet?ID=31624" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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" />


<script src="/TDClient/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvmVxW3-Ljsg_2Hna32smxrg-6ogyYAN3UTPsJQ8m1uwzn_kuf2Wpne6NSFmYui3h0wCQhJN3ZUiLTNkvhiIgZpq74-lKmofUPQGJ8own8RI2_mwAcmvlSj2WBnqwm5Wj4cyNvv81&amp;t=ffffffffb201fd3f" type="text/javascript"></script>
<script src="/TDClient/WebResource.axd?d=xtfVMqdF1exC2MBVkOJwMveStDR5kg3dbZWgIXMXZmB1xXom6CcIrWFgHa7jsp4qJuFW2L5XShudyzlBsIO3JhCfiU5HmL2BDz__mCv9dznmBlEMS7LvcYg6wTdPTrAXIXI2CvtjwlnpZd-j4Zpsx2wG_uA1&amp;t=638666039140000000" type="text/javascript"></script>
<script src="/TDClient/WebResource.axd?d=sp7vCoAo-SSYfpsQ1sYBBeEDnwCGxDYEwZCM0ler88yoVZIPDXMk1C3XF2L2L0xrbB8Rvhli51TswRlmPIOCZgaY58lKhPr-Pv1jTFJ1oUAu7x6RDtNFZUxbtxs3KYQGLK6FpPD5bKuB0e0NmS9HkAqRVks1&amp;t=638666039140000000" type="text/javascript"></script>
<script src="/TDClient/WebResource.axd?d=icMURy63hv40LPPfq4rTvmm-RfB_YkC6rEEF_2QOO68q3TseXYNBetRKKgBXJ8mn2e8UIgCPiV23HaQUZbjySMHqSgmYZgLcYltBqwD2_EK8aQ08zBuqc3ZBVZITQrbtn6w46dRxFLibMIQg0Aho73rn8Rpxrzg5YMG_JR0UOrUR0wlZ0&amp;t=638666039140000000" type="text/javascript"></script>
<script src="/TDClient/WebResource.axd?d=1HpFfNpwNihNfEP1lyJHvdPVqbv8KRoFH4-_ZORUgPOP-bqmmtIJRvFQc7828Vf59O_-fdBXcnwdv-hYp5RptPuHmMR0kGQM0_3rS4Z7sKfC7jy9Cc_8fyfcUWa8psszacEQlAXHPXmNwyRymbGSywEmhrE1&amp;t=638666039140000000" type="text/javascript"></script>
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="E24F3D79" />
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="LUVaaJWGYEwlxzzA6cfEFGEIqesm9l3D4xm0TNemA5LbBb6Rr9yGhu4ecco4FIJaHOH3OijjCdNhR9NH/1KSEn2R2FzGLuio53ISZOD5oFc+q+dnhiie9nls/lMXh0FWQ3m4BkXjn0ED/PVkMZeDmFWgc8KaJV8JrKhO3vcOVxuAmyXW" />

<div id="ctl00_ctl00_upMain" style="display:none;">
	
    <div id="ctl00_ctl00_pbMain" class="progress-box-container"><div class="progress-box-body"><div class="well shadow"><h2 class="h4 gutter-top-none">Updating...</h2><div class="progress" style="margin-bottom: 0;"><div class="progress-bar progress-bar-striped active" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width: 100%"></div></div></div></div></div>
  
</div>



  <header role="banner">

  <div id="divMstrHeader" class="master-header NoPrint" style="background-color: #fff;">

  
  

  <div class="logo-header-full hidden-xs">

    
    <div class="pull-left">
      <a href="#mainContent" class="sr-only sr-only-focusable">Skip to main content</a>
    </div>


    <div id="ctl00_ctl00_divPageHeader" class="container logo-header clearfix" style="padding: 5px;">

      <div id="divLogo" class="pull-left logo-container">

        <a href="https://ecu.teamdynamix.com/TDClient/1409/Portal/Home/"
           target="_blank">
          <img src="/TDPortal/BE/Logo/167/0" alt="ECU Enterprise Service Management System" class="js-logo img-responsive" />
        </a>

      </div>

      <div class="master-header-right pull-right padding-top padding-bottom">

        

          <div class="pull-left topLevelSearch input-group">
            <div id="SiteSearch-b646d521a64f4ee38ff98de18ba8c258" class="gutter-bottom input-group site-search" style="max-width: 400px;">
  <div id="SiteSearch-dropdown-b646d521a64f4ee38ff98de18ba8c258" class="input-group-btn">
    <button type="button" id="SiteSearch-filter-b646d521a64f4ee38ff98de18ba8c258" class="btn btn-default dropdown-toggle" data-toggle="dropdown"
            aria-haspopup="true" aria-expanded="false" title="Filter your search by category" data-component="all">
      <span class="fa-solid fa-solid fa-earth-americas"></span><span class="fa-solid fa-fw fa-nopad fa-caret-down" aria-hidden="true"></span>
      <span class="sr-only">
        Filter your search by category. Current category:
        <span class="js-current-component">All</span>
      </span>
    </button>
    <ul tabindex="-1" aria-label="Filter your search by category" role="menu" class="dropdown-menu" >
      <li>
        <a role="menuitem" href="javascript:void(0);" data-component-text="All" data-component="all" data-component-icon="fa-solid fa-earth-americas" title="Search all areas">
          <span class="fa-solid fa-fw fa-nopad fa-earth-americas" aria-hidden="true"></span>
          All
        </a>
      </li>

      <li aria-hidden="true" class="divider"></li>

        <li role="presentation">
          <a role="menuitem" href="javascript:void(0);" data-component-text="Knowledge Base" data-component="kb" data-component-icon="fa-lightbulb" title="Search Knowledge Base">
            <span class="fa-regular fa-fw fa-nopad fa-lightbulb" aria-hidden="true"></span>
            Knowledge Base
          </a>
        </li>

        <li role="presentation">
          <a role="menuitem" href="javascript:void(0);" data-component-text="Service Catalog" data-component="sc" data-component-icon="fa-compass" title="Search Service Catalog">
            <span class="fa-solid fa-fw fa-nopad fa-compass" aria-hidden="true"></span>
            Service Catalog
          </a>
        </li>

    </ul>
  </div>

  <label class="sr-only" for="SiteSearch-text-b646d521a64f4ee38ff98de18ba8c258">Search the client portal</label>

  <input id="SiteSearch-text-b646d521a64f4ee38ff98de18ba8c258" type="text" class="form-control" autocomplete="off" placeholder="Search the client portal" title="To search for items with a specific tag, enter the # symbol followed by the name of the tag.
To search for items using exact match, place double quotes around your text." />

  <span class="input-group-btn">
    <button id="SiteSearch-button-b646d521a64f4ee38ff98de18ba8c258" class="btn btn-default" type="button" title="Search">
      <span class="fa-solid fa-fw fa-nopad fa-search blue" aria-hidden="true"></span>
      <span class="sr-only">Search</span>
    </button>
  </span>
</div>

<script>
  $(function() {
    var siteSearch = new TeamDynamix.SiteSearch({
      searchUrl: "/TDClient/1409/Portal/Shared/Search",
      enableAutocompleteSearch: true,
      autocompleteSearchUrl: '/TDClient/1409/Portal/Shared/AutocompleteSearch',
      autocompleteResultsPosition: 'fixed',
      autocompleteResultsZIndex: 1000,
      searchTextBoxSelector: '#SiteSearch-text-b646d521a64f4ee38ff98de18ba8c258',
      searchComponentFilterButtonSelector: '#SiteSearch-filter-b646d521a64f4ee38ff98de18ba8c258',
      searchButtonSelector: '#SiteSearch-button-b646d521a64f4ee38ff98de18ba8c258',
      searchFilterDropdownSelector: '#SiteSearch-dropdown-b646d521a64f4ee38ff98de18ba8c258',
      showKnowledgeBaseOption: true,
      showServicesOption: true,
      showForumsOption: false,
      autoFocusSearch: false
    });
  });
</script>
          </div>

        
          <div title="Sign In" class="pull-right gutter-top-sm">
            <a href="/TDClient/1409/Portal/Login.aspx?ReturnUrl=%2fTDClient%2f1409%2fPortal%2fRequests%2fServiceDet%3fID%3d31624">
              Sign In
            </a>
          </div>
        
      </div>

    </div>

  </div>

  <nav id="ctl00_ctl00_mainNav" class="navbar navbar-default themed tdbar" aria-label="Primary">
    <div id="navContainer" class="container">

      <div class="navbar-header">
        <button type="button" class="pull-left navbar-toggle collapsed themed tdbar-button-anchored tdbar-toggle gutter-left" data-toggle="collapse" data-target=".navbar-collapse">
          <span class="tdbar-button-anchored icon-bar"></span>
          <span class="tdbar-button-anchored icon-bar"></span>
          <span class="tdbar-button-anchored icon-bar"></span>
          <span class="sr-only">Show Applications Menu</span>
        </button>
        <a class="navbar-brand hidden-sm hidden-md hidden-lg themed tdbar-button-anchored truncate-be" href="#">

          Client Portal
        </a>
      </div>

      <div id="td-navbar-collapse" class="collapse navbar-collapse">

        <ul class="nav navbar-nav nav-collapsing" id="collapseMe">

          
            <li class="themed tdbar-button-anchored hidden-sm hidden-md hidden-lg">
              <a href="/TDClient/1409/Portal/Login.aspx?ReturnUrl=%2fTDClient%2f1409%2fPortal%2fRequests%2fServiceDet%3fID%3d31624">Sign In</a>
            </li>
          
            <li id="divSearch" class="themed tdbar-button-anchored hidden-sm hidden-md hidden-lg">
              <a href="/TDClient/1409/Portal/Shared/Search" title="search">Search</a>
            </li>
          
              <li id="divDesktopaa239138-43c3-4cfd-b970-14755749451f" class="themed tdbar-button-anchored">
                <a href="/TDClient/1409/Portal/Home/">Home</a>
              </li>
            
              <li id="divDesktopf3eee014-e170-4a99-b815-86f1b570192b" class="themed tdbar-button-anchored">
                <a href="/TDClient/1409/Portal/Home/?ID=f3eee014-e170-4a99-b815-86f1b570192b">Chat</a>
              </li>
            

          
            <li id="divTDRequests" class="themed tdbar-button-anchored sr-focusable">
              <a href="/TDClient/1409/Portal/Requests/ServiceCatalog">Services</a>
            </li>
          
            <li id="divTDKnowledgeBase" class="themed tdbar-button-anchored sr-focusable">
              <a href="/TDClient/1409/Portal/KB/">Knowledge Base</a>
            </li>
          

          <li class="themed tdbar-button-anchored hidden-xs more-items-button" id="moreMenu">
            <a data-toggle="dropdown" title="More Applications" href="javascript:;">
              <span class="sr-only">More Applications</span>
              <span class="fa-solid fa-ellipsis-h" aria-hidden="true"></span>
            </a>
            <ul class="dropdown-menu dropdown-menu-right themed tdbar" id="collapsed"></ul>
          </li>

        </ul>
      </div>

    </div>

  </nav>

  </div>

  </header>



<div id="navShim" class="hidden-xs hidden-sm"></div>
<main role="main">
  <div id="content">
    <div id="mainContent" tabindex="-1"></div>
    

  
    <nav id="divTabHeader" class="tdbar-sub NoPrint hidden-xs navbar-subnav" aria-label="Services">
      <a href="#servicesContent" class="sr-only sr-only-focusable">Skip to Services content</a>
      <div class="container clearfix">
        <ul class="nav navbar-nav js-submenu" id="servicesSubMenu" style="margin-left: -15px;">

          
          <li>
            <a href="/TDClient/1409/Portal/Services/ServicesAtoZ">Services A-Z</a>
          </li>
          
          <li>
            <a href="/TDClient/1409/Portal/Requests/ServiceCatalogSearch">Search <span class="sr-only">Services</span></a>
          </li>

        </ul>
      </div>
    </nav>

  

  <div class="container gutter-top">
    <div id="servicesContent" tabindex="-1" style="outline:none;">
      

<span id="ctl00_ctl00_cpContent_cpContent_lblResults_ctl00" aria-live="polite" aria-atomic="true"><span id="ctl00_ctl00_cpContent_cpContent_lblResults_lblResults-label" class="red"></span></span>
<a id="ctl00_ctl00_cpContent_cpContent_btnSendShare" tabindex="-1" class="hidden" aria-hidden="true" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;ctl00$ctl00$cpContent$cpContent$btnSendShare&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, true))">Blank</a>

<nav aria-label="Breadcrumb">
  <ol class="breadcrumb">
    <li><a href="ServiceCatalog">Service Catalog</a></li><li class="active"><a href="ServiceCatalog?CategoryID=3482">Web Services</a></li><li class="active">WordPress Support</li>
  </ol>
</nav>



<div class="row gutter-top">

<div id="divMainContent" class="col-md-8">

  <h1 class="wrap-text">
    WordPress Support
  </h1>

  <div id="ctl00_ctl00_cpContent_cpContent_divTags">
    <span class="sr-only">Tags</span>
    <span class="fa-solid fa-tags gray gutter-right-sm" aria-hidden="true" title="Tags"></span>
    
        <a href="/TDClient/1409/Portal/Requests/ServiceCatalogSearch?SearchText=%23website" id="ctl00_ctl00_cpContent_cpContent_rptTags_ctl00_ctl00_lnkDisplay" title="website">website</a>

      
        <span class="fa-solid fa-circle gray gutter-right-sm font-xs vert-middle" aria-hidden="true"></span>
      
        <a href="/TDClient/1409/Portal/Requests/ServiceCatalogSearch?SearchText=%23students" id="ctl00_ctl00_cpContent_cpContent_rptTags_ctl02_ctl00_lnkDisplay" title="students">students</a>

      
        <span class="fa-solid fa-circle gray gutter-right-sm font-xs vert-middle" aria-hidden="true"></span>
      
        <a href="/TDClient/1409/Portal/Requests/ServiceCatalogSearch?SearchText=%23faculty-and-staff" id="ctl00_ctl00_cpContent_cpContent_rptTags_ctl04_ctl00_lnkDisplay" title="faculty-and-staff">faculty-and-staff</a>

      
        <span class="fa-solid fa-circle gray gutter-right-sm font-xs vert-middle" aria-hidden="true"></span>
      
        <a href="/TDClient/1409/Portal/Requests/ServiceCatalogSearch?SearchText=%23blog" id="ctl00_ctl00_cpContent_cpContent_rptTags_ctl06_ctl00_lnkDisplay" title="blog">blog</a>

      
        <span class="fa-solid fa-circle gray gutter-right-sm font-xs vert-middle" aria-hidden="true"></span>
      
        <a href="/TDClient/1409/Portal/Requests/ServiceCatalogSearch?SearchText=%23plugin" id="ctl00_ctl00_cpContent_cpContent_rptTags_ctl08_ctl00_lnkDisplay" title="plugin">plugin</a>

      
        <span class="fa-solid fa-circle gray gutter-right-sm font-xs vert-middle" aria-hidden="true"></span>
      
        <a href="/TDClient/1409/Portal/Requests/ServiceCatalogSearch?SearchText=%23theme" id="ctl00_ctl00_cpContent_cpContent_rptTags_ctl10_ctl00_lnkDisplay" title="theme">theme</a>

      
  </div>

  

  

  <div id="ctl00_ctl00_cpContent_cpContent_divDescription" class="gutter-top ckeShim"><div style="background: #EEEEEE; border: 1px solid #CCCCCC; padding: 5px 10px"><span style="color: #2B2B2B; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0; text-transform: none; white-space: normal; widows: 2; word-spacing: 0; background-color: #FFFFFF; display: inline !important; float: none"></span>
<h2 style="color: #572C86">Support</h2>

<p><span style="color: #2B2B2B; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0; text-transform: none; white-space: normal; widows: 2; word-spacing: 0; display: inline !important; float: none">An ITCS technician will respond to support requests during regular operating hours.</span><br style="color: #2B2B2B; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0; text-transform: none; white-space: normal; widows: 2; word-spacing: 0; background-color: #FFFFFF">
<br style="color: #2B2B2B; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0; text-transform: none; white-space: normal; widows: 2; word-spacing: 0">
<span style="color: #2B2B2B; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0; text-transform: none; white-space: normal; widows: 2; word-spacing: 0; display: inline !important; float: none"><span aria-label="span widget" role="region" tabindex="-1"><span aria-label="icon" role="region" tabindex="-1"><span class="fa fa-phone" style="color: #000000; font-size: 18px"></span></span></span>&nbsp;Phone: 252-328-9866 / 800-340-7081</span></p>

<p><span style="color: #2B2B2B; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0; text-transform: none; white-space: normal; widows: 2; word-spacing: 0; display: inline !important; float: none"></span><span style="color: #2B2B2B; font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0; text-transform: none; white-space: normal; widows: 2; word-spacing: 0; display: inline !important; float: none"><span aria-label="span widget" role="region" tabindex="-1"><span aria-label="icon" role="region" tabindex="-1"><span class="fa fa-ticket" style="color: #000000; font-size: 18px"></span></span></span><a href="https://ecu.teamdynamix.com/TDClient/1409/Portal/Requests/TicketRequests/NewForm?ID=RaG-Cyqx584_">Submit a Ticket</a></span></p>
</div>

<h2 style="color: #572C86">Overview</h2>

<h3><span style="font-size: 18px">College, School and Department Websites</span></h3>

<p style="margin-left: 40px">WordPress is ECU's official content management system (CMS) for all college, school and department websites. Visit <a href="https://wordpress.ecu.edu">wordpress.ecu.edu</a> for training information and helpful resources. Department websites use the ECU theme, and the URL is https://your-department.ecu.edu (Example: https://itcs.ecu.edu).</p>

<h3><span style="font-size: 18px">Personal, Group and Non-Department Websites</span></h3>

<p style="margin-left: 40px">WordPress can be used for creating a personal or group website to share information and updates on projects or as a supplement to coursework providing more engagement between faculty and students. Personal, group and other non-department websites are available as a self-supported option and do not use the ECU theme. The URL for non-department sites is sites.ecu.edu/your-group or people.ecu.edu/your-PirateID (Examples: sites.ecu.edu/researchlab and people.ecu.edu/piratep20).</p>

<h2 style="color: #572C86">Related Links</h2>

<ul>
	<li><a href="https://ecu.teamdynamix.com/TDClient/1409/Portal/Requests/ServiceDet?ID=16135">Siteimprove</a></li>
	<li><a href="https://wordpress.ecu.edu">wordpress.ecu.edu</a></li>
</ul>

<h2 style="color: #572C86">Available To</h2>

<p>Faculty, Staff, Students</p>

<h2 style="color: #572C86">Features and Benefits</h2>

<p>The following is a list of examples of how WordPress can enhance your academic course.</p>

<ul>
	<li>Create static websites.</li>
	<li>Create interactive websites.</li>
	<li>House tutorials and instructions.</li>
	<li>Update groups.</li>
	<li>Make the blog public (available to everyone) or restricted to a group.</li>
	<li>Use as a conference site.</li>
</ul>

<h2 style="color: #572C86">Related Policies and Guidelines</h2>

<ul>
	<li><a href="https://ecu.teamdynamix.com/TDClient/1409/Portal/KB/ArticleDet?ID=67281" target="_blank">Web Standards and Responsibilities</a></li>
	<li><a href="https://ecu.teamdynamix.com/TDClient/1409/Portal/KB/ArticleDet?ID=67384" target="_blank">Website Best Practices</a></li>
</ul>

<h2 style="color: #572C86">Learn More</h2>

<ul>
	<li><a href="https://wordpress.ecu.edu/getting-started/">ECU WordPress tutorials</a></li>
	<li><a href="https://wordpress.org/support/" target="_blank">WordPress support</a></li>
</ul>

<h2 style="color: #572C86">Fees</h2>

<p>No fees are associated with this service.</p></div>

  

  &nbsp;

</div>

<div id="divSidebar" class="col-md-4">

  <span id="ctl00_ctl00_cpContent_cpContent_lnkRequest">
    <a class="DetailAction " href="https://ecu.teamdynamix.com/TDClient/1409/Portal/Requests/TicketRequests/NewForm?ID=RaG-Cyqx584_" target="_blank">  <span class="fa-solid fa-circle-right fa-fw" aria-hidden="true"></span>
Submit a Ticket</a>
  </span>
  

  <a id="ctl00_ctl00_cpContent_cpContent_btnToggleFavorite" tabindex="-1" class="hidden" aria-hidden="true" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;ctl00$ctl00$cpContent$cpContent$btnToggleFavorite&quot;, &quot;&quot;, true, &quot;&quot;, &quot;&quot;, false, true))">Blank</a>

  

  

  <div id="divAttachments" class="js-service-attachments"></div>

</div>

</div>


<div class="modal fade" id="divShareModal" tabindex="-1" role="dialog" aria-labelledby="shareModalLabel">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-label="Close">
          <span aria-hidden="true">&times;</span>
        </button>
        <h3 class="modal-title h4" id="shareModalLabel">
          <span class="fa-solid fa-share-nodes fa-fw" aria-hidden="true"></span>Share
        </h3>
      </div>
      <div class="modal-body">
        <div id="ctl00_ctl00_cpContent_cpContent_upShare" aria-live="polite" aria-atomic="true">
	
            <div class="form-group required">
              <label class="control-label" for="ctl00_ctl00_cpContent_cpContent_shareRecipients">Recipient(s) <small>- separate email addresses with a comma</small></label>
              <input name="ctl00$ctl00$cpContent$cpContent$shareRecipients" type="text" id="ctl00_ctl00_cpContent_cpContent_shareRecipients" class="form-control" />
            </div>
          
</div>
        <div class="form-group">
          <label class="control-label" for="ctl00_ctl00_cpContent_cpContent_shareBody_txtBody">Message</label>
          <script src="/TDPortal/Content/nanospell/autoload.js?v=20241107234014"></script>


<script type="text/javascript">

  (function () {
    // The "CKEDITOR-config-loaded" event is thrown after the CKEDITOR global variable has been created, but before the instance of CKEditor is ready.
    // At this point attach a listener to the global variable for the instanceReady event so we can perform our initialization logic.
    window.addEventListener('CKEDITOR-config-loaded', function () {
      if (window.CKEDITOR) {
        setConfigs()
        initialize();
      }       
    });
  })();

  function setConfigs() {
    window.CKEDITOR.config['clientScripts'] = [{"scriptPath":["/TDPortal/Content/bootstrap/3.4.1/dist/js/bootstrap.min.js","https://ecu.teamdynamix.com/TDPortal/Content/Scripts/tdx/TDJSFramework.compiled.min.js"],"scriptDependencyPath":"/TDPortal/Content/Scripts/jquery/2.2.4/jquery.min.js"}];
    window.CKEDITOR.config['clientStyles'] = ["/TDPortal/Content/bootstrap/3.4.1/dist/css/bootstrap.min.css","/TDClient/Styles/bootstrap_custom.min.css","/TDClient/Styles/TDStyles.min.css","https://ecu.teamdynamix.com/TDPortal/BE/Style/167/TDClient/1409"];
    window.CKEDITOR.config['itemTemplates'] = '';
    window.CKEDITOR.config['reviseTextUrl'] = '';
  }

  function initialize() {

    window.CKEDITOR.on('instanceReady', function (evt) {

      if (evt.editor.element.$.id == 'ctl00_ctl00_cpContent_cpContent_shareBody_txtBody') {

        

          nanospell.ckeditor('ctl00_ctl00_cpContent_cpContent_shareBody_txtBody', {
            dictionary: 'en',
            server: 'asp.net'
          });

          setTimeout(function () { evt.editor.startNanospell(); }, 200);

        

        // Check if we should mark the editor as required
        if ($(evt.editor.element.$).parents('div.required').length > 0) {
          evt.editor.editable().setAttribute('aria-required', 'true');
        }
      }

    });
  }

  

</script>

<span class="sr-only">Press Alt + 0 within the editor to access accessibility instructions, or press Alt + F10 to access the menu.</span>
<textarea name="ctl00$ctl00$cpContent$cpContent$shareBody$txtBody" rows="2" cols="20" id="ctl00_ctl00_cpContent_cpContent_shareBody_txtBody">
Check out this service I found in the Client Portal service catalog.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://ecu.teamdynamix.com/TDClient/1409/Portal/Requests/ServiceDet?ID=31624&quot;&gt;https://ecu.teamdynamix.com/TDClient/1409/Portal/Requests/ServiceDet?ID=31624&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;WordPress Support&lt;br /&gt;&lt;br /&gt;WordPress is ECU&#39;s official content management system for college, school and department websites and is also used to house online information for personal and group websites like research, clubs and courses.</textarea>



        </div>
      </div>
      <div class="modal-footer text-left">
        <button ID="btnShare" type="button" class="btn btn-primary js-progress-button">
          <span class="fa-regular fa-paper-plane" aria-hidden="true"></span><span class="padding-left-xs">Send</span>
        </button>
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
      </div>
    </div>
  </div>
</div>


    </div>
  </div>


  </div>
</main>



<script type="text/javascript">
//<![CDATA[
setNavPosition('TDRequests');window.CKEDITOR_BASEPATH = 'https://ecu.teamdynamix.com/TDPortal/Content/ckeditor/';
//]]>
</script>
<script src="https://ecu.teamdynamix.com/TDPortal/Content/ckeditor/ckeditor.js?t=C6HH5UF" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
var CKEditor_Controls=[],CKEditor_Init=[];function CKEditor_TextBoxEncode(d,e){var f;if(typeof CKEDITOR=='undefined'||typeof CKEDITOR.instances[d]=='undefined'){f=document.getElementById(d);if(f)f.value=f.value.replace(/</g,'&lt;').replace(/>/g,'&gt;');}else{var g=CKEDITOR.instances[d];if(e&&(typeof Page_BlockSubmit=='undefined'||!Page_BlockSubmit)){g.destroy();f=document.getElementById(d);if(f)f.style.visibility='hidden';}else g.updateElement();}};(function(){if(typeof CKEDITOR!='undefined'){var d=document.getElementById('ctl00_ctl00_cpContent_cpContent_shareBody_txtBody');if(d)d.style.visibility='hidden';}var e=function(){var f=CKEditor_Controls,g=CKEditor_Init,h=window.pageLoad,i=function(){for(var j=f.length;j--;){var k=document.getElementById(f[j]);if(k&&k.value&&(k.value.indexOf('<')==-1||k.value.indexOf('>')==-1))k.value=k.value.replace(/&lt;/g,'<').replace(/&gt;/g,'>').replace(/&amp;/g,'&');}if(typeof CKEDITOR!='undefined')for(var j=0;j<g.length;j++)g[j].call(this);};window.pageLoad=function(j,k){if(k.get_isPartialLoad())setTimeout(i,0);if(h&&typeof h=='function')h.call(this,j,k);};if(typeof Page_ClientValidate=='function'&&typeof CKEDITOR!='undefined')Page_ClientValidate=CKEDITOR.tools.override(Page_ClientValidate,function(j){return function(){for(var k in CKEDITOR.instances){if(document.getElementById(k))CKEDITOR.instances[k].updateElement();}return j.apply(this,arguments);};});setTimeout(i,0);};if(typeof Sys!='undefined'&&typeof Sys.Application!='undefined')Sys.Application.add_load(e);if(window.addEventListener)window.addEventListener('load',e,false);else if(window.attachEvent)window.attachEvent('onload',e);})();CKEditor_Controls.push('ctl00_ctl00_cpContent_cpContent_shareBody_txtBody');
CKEditor_Init.push(function(){if(typeof CKEDITOR.instances['ctl00_ctl00_cpContent_cpContent_shareBody_txtBody']!='undefined' || !document.getElementById('ctl00_ctl00_cpContent_cpContent_shareBody_txtBody')) return;CKEDITOR.replace('ctl00_ctl00_cpContent_cpContent_shareBody_txtBody',{"autoGrow_maxHeight" : 175, "autoGrow_minHeight" : 175, "contentsCss" : ['https://ecu.teamdynamix.com/TDPortal/Content/ckeditor/contents.css', '/TDPortal/Content/FontAwesome/css/fontawesome.min.css', '/TDPortal/Content/FontAwesome/css/brands.min.css', '/TDPortal/Content/FontAwesome/css/regular.min.css', '/TDPortal/Content/FontAwesome/css/solid.min.css', '/TDPortal/Content/FontAwesome/css/v4-shims.min.css'], "height" : "175", "htmlEncodeOutput" : true, "image_previewText" : " ", "removePlugins" : "magicline,devtools,templates,elementspath,fontawesome,youtube,uploadimage,simpleimage,remoteimageblocker", "title" : "Message", "toolbar" : "TDSimple"}); });
//]]>
</script>
</form>


  
  



  <footer role="contentinfo">

    <div class="master-footer">
      

        <div class="default-footer">
          Powered by <a href="https://www.teamdynamix.com" target="_blank">TeamDynamix</a> | <a href="/TDClient/1409/Portal/SiteMap">Site Map</a>
        </div>

      
    </div>

  </footer>



<script>

    
    

      // Inject the Google Analytics isogram. This must happen here because it
      // cannot be injected through an external javascript library.
      (function (i, s, o, g, r, a, m) {
        i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
          (i[r].q = i[r].q || []).push(arguments)
        }, i[r].l = 1 * new Date(); a = s.createElement(o),
          m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
      })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
    

      // Per Incident #6707155. Need to focus on img. pseudo-class :focus-within is not supported in IE
      (function ($) {
        var $anchor = $('#divLogo a');
        var $beLogo = $('#divLogo a img');

        $anchor.focus(function () {
          $beLogo.addClass('accessibility-focus-on-logo');
        }).blur(function () {
          $beLogo.removeClass('accessibility-focus-on-logo');
        });

        
        
          $.ajax({
            url: "/TDClient/1409/Portal/Chatbots/GetScript",
            type: "GET",
            dataType: 'text',
            success: function (data) {
              
              var jQueryAjaxSettingsCache = jQuery.ajaxSettings.cache;
              jQuery.ajaxSettings.cache = true;
              $(document.body).append(data);
              jQuery.ajaxSettings.cache = jQueryAjaxSettingsCache;
            }
          });
        

        window.addEventListener("message", (event) => {

          // Only accept events that come from the same origin
          if (event.origin != window.location.origin) {
            return;
          }

          switch (event.data.type) {

            case "authenticate-using-popup":
              handleAuthenticateUsingPopup(event.data.payload);
              break;

            case "authenticated-successfully":
              handleAuthenticatedSuccessfully(event.data.payload);
              break;

            default:
              break;
          }

        });

        function handleAuthenticateUsingPopup(payload) {
          let loginUrl = '/TDClient/1409/Portal/Login.aspx';

          if (payload.successCallbackUrl) {
            loginUrl += '?SuccessCallbackUrl=' + payload.successCallbackUrl;
          }

          window.open(loginUrl, "_blank", "popup=1");
        }

        function handleAuthenticatedSuccessfully() {
          event.source.close();
          window.location.href = window.location.href;
        }
    })(jQuery);

</script>

</body>
</html>
