Article Navigation

The Article Navigation component uses the Solrj service, similar to that of the faceted list. Article Navigation will require an initial indexing of pages so that solr doc (index) will be created for all those page that do have publication date. These pages are considered as article pages. 

On This Page:

When to Use

The Article Navigation component should be used on article pages, such as blogs, stories, that have the similar content.

Usage

The Article Navigation component is used to facilitate navigation between article pages.

Configure Dialog

author

In the Article Navigation's configure dialog, authors can choose the parent document path to narrow the search for next/previous articles.

If left empty, the parent document path will default to /content/census/en and the next/previous articles may not contain content related to the current article.

Developer Resources

Expand the section below to see the Article Navigation component's HTML output.

<div class="uscb-article-navigation uscb-margin-TB-5">

    <div class="uscb-articlenav-layout-row">

        <div class="uscb-grid-6 uscb-grid-tbl-6 uscb-grid-mbl-2 uscb-position-relative">

            <div>

                <a href="https://www.census.gov/newsroom/blogs/director/2023/04/remembering_stevenm.html">

                    <span class="prev-next-label">                    

                        <span class="o-angle-left-circle-1"></span>

                        Previous

                    </span>

                </a>

                <span class="article-title">

                    Remembering Steven Murdock

                </span>

            </div>

        </div>

        <div class="uscb-grid-6 uscb-grid-tbl-6 uscb-grid-mbl-2 uscb-position-relative uscb-text-align-right">

            <div>

                <a href="https://www.census.gov/newsroom/blogs/director/2023/05/race-ethnicity-datasets.html">

                    <span class="prev-next-label">

                        Next

                        <span class="o-angle-right-circle-1"></span>

                    </span> 

                </a>           

                <span class="article-title">

                    Valuable New Datasets on Race and Ethnicity From the U.S. Census Bureau

                </span>

            </div>

        </div>

    </div>    

</div>

Top of Section
Is this page helpful?
Thumbs Up Image Yes Thumbs Down Image No
NO THANKS
255 characters maximum 255 characters maximum reached
Thank you for your feedback.
Comments or suggestions?

Top

Back to Header