Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

What are Articles?

Multiexcerpt
hiddentrue
MultiExcerptNameFeature Title

...

Multiexcerpt
MultiExcerptNameMinimum Version Requirements

**.**.**

...

Multiexcerpt
MultiExcerptNamePre reqs

--

...

Multiexcerpt
MultiExcerptNameSelf Configurable

Yes

...

Multiexcerpt
MultiExcerptNameBusiness Function

Marketing

...

Multiexcerpt
MultiExcerptNameBPD Only

Yes

...

Multiexcerpt
MultiExcerptNameB2B/B2C/Both

Both

...

Multiexcerpt
MultiExcerptNameBallpark Hours From CV (if opting for CV to complete self config component)

Contact CV Support

...

Multiexcerpt
MultiExcerptNameBallpark Hours From CV (in addition to any self config required)

Contact CV Support

...

Multiexcerpt
MultiExcerptNameThird Party Costs

n/a

...

MultiExcerptNameCMS Category

...

Overview

...

MultiExcerptNameFeature Overview
Excerpt

Articles differ from static content in that they can change based on posted date, start, and finish date. For example, a promotional article could be published which would disappear at the end of the promotional period.

This guide outlines how to publish Articles, which can be displayed across various sections of the website, often in a 'Latest News' layout.

Image Removed

Image Removed

Step-by-step guide

To create an article: 

...

Prompt

...

Value

...

Notes

...

The URL path required

This should be formatted as "/required-url". This will ensure the URL of the Article is user and SEO-friendly, rather than the system default of '/ArticleView.aspx'.

Info

The URL Routing for Articles needs to be configured in order for this field to work correctly.

...

(Optional)

...

Article Display

To display the articles, create a template referencing the Article system. Refer to the sample code below.

(This step is only required for sites not using 'Best Practice Design'; BPD sites will utilise the Article widget and will not require a separate template.) 

Sample Code

Attach the data source Articles,Article.GetArticlesNotExpiredForCurrentUser(null,-1,2,"") with the sample code below: 

Code Block
@foreach (Article article in Model.Articles) {
    <div class="news-item">
		<h4>@Raw(article.Description)</h4>
      <p>@Raw(article.ArticleText)</p>
	</div>
}

Additional Information

...

MultiExcerptNameAdditional Info
Tip

Articles can also be targeted to specific customers or users. Simply populate the relevant field with the required Customer Code, Type, or User Email Address, for instance. The article will then be restricted to that user or group. Leaving these fields blank will default to ALL users.

The Articles feature provides an integrated and flexible way to create and publish grouped content (pages). Grouped content (what we call 'an article type' may be news about your business, promotional articles or product discovery blogs, etc. Every article page belongs under an article type. And access to an article type is simply a matter of adding a link to a list of its pages (in an 'article list page') through an existing or new navigational or section menu. 

Image Added

What are Articles used for?

The most common use of Articles is to create a space to communicate with customers. Whether it's latest news, blogs or product stories, our article system can help you present and organise fresh content about your business and products offered. Strategic and rich informative content through news, promotional articles and product stories can have positive effects such as:

  • nurturing customer relationships and engagement
  • improving product discovery 
  • converting visitors to purchasers
  • improving SEO scores.


Panel

On this page:

Table of Contents




Image Added

Tip

You can also take advantage of the structural features of Articles to manage other kinds of content. For example, use it to create FAQ lists and staff member bios.


Articles Features

  • Provides an effortless out-of-the-box solution plus the capacity to customise layout and template structures.
  • Allows posted, start and/or expiry dates for each page to be added. Fresh content can be ordered to appear first in the list and old pages are automatically removed from viewing. 

Image Added

  • Turn on/off an article for device type and user group(s).


Multiexcerpt
hiddentrue
MultiExcerptNameFeature Overview



Excerpt
hiddentrue

 Articles provide an easy yet flexible way to create grouped pages that are dated (by posted, start and/or finish dates) and accessible through a navigational menu. For example, published promotional articles would disappear at the end of the promotional period.



Getting started with Articles

For Administrators

The Articles feature must be enabled and configured in Settings by the Administrator before articles can be created and published. 

Configure Articles Settings

For Article creators

If you are new to Article publishing, go through the How-to guide to creating and publishing an article and article list with the out-of-the-box template and layout.

Create and publish Articles - the basics


Anchor
advanced
advanced
Advanced article publishing 

If you are an article creator, note that the extent you can customise article-related layouts depends on settings configured by your Administrator and site version. You should know how to create standard article and article list pages before customising article templates. 

About article templates

Use zoned article templates

Use custom page for article list page

Use article list feature filters

Link an externally-hosted PDF to an article