Display full article title in WordPress Integration feature.

Use the code below to display the full title of your Posts/Pages in the WordPress Integration feature. It’s important to note that when using this option that the preview text could be removed (because of the limited space to display the all of the data). In addition, if the title is too long, it may still get cut-off a bit.

1)Log into your App Manager and select your app.

2) Click Colors from the left-hand-side of the screen (or the middle of the screen).

3) Scroll down to the Advanced SCSS box. If there is already code in the advanced SCSS box, do not remove it. Start a new line “after” the last character in the box, then paste the above code.

/** Begin extend wordpress integration post title*/

.item-divider.item-divider-custom h2, .item.item-custom h2 {

white-space: normal;

}

/** End extend wordpress integration post title*/

4)Click Save.