You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As any blog article is a Business Virtual Page, its properties are stored in two different tables in the DataBase : vic_article & vic_view
When you edit the name of an article or its URL, it affects only the vic_article table and not the vic_view
This can generate link errors and affects the coherence of the page information :
The breadcrumb and page title are based on the vic_view table
The title of the article is based on the vic_article table
The text was updated successfully, but these errors were encountered:
As any blog article is a Business Virtual Page, its properties are stored in two different tables in the DataBase :
vic_article
&vic_view
When you edit the name of an article or its URL, it affects only the
vic_article
table and not thevic_view
This can generate link errors and affects the coherence of the page information :
vic_view
tablevic_article
tableThe text was updated successfully, but these errors were encountered: