SudsyPage
I have a blog page that displays a list of blog posts, this is th URL for that page ( Articles About Remodeling ).
When the blog page loads it displays a list of blog articles. This list is in a repeating group called (RepeatingGroup Blog Post). When a blog article title is clicked the list is hidden and the full article is displayed. The group that holds the full article is called (Group Blog Post full article).
I am also using a plug in called Sudsy Page and that allows me to display a user friendly url for seo purposes. And it works but when I copy the link and paste it into a new browser tab it does not bring me to the article but instead to the blog list page. Why is the happening and how can I make the link work? I will be sharing the like to my blog articles I want them to go right to the article. example of the url for the blog page is ( Articles About Remodeling ) the url for one of the articles ( Articles About Remodeling ) but if I paste that url into a browser it takes me to this url (https://thesmartwaytoremodel.com/blog) and I see the list of blog articles. But in the browser the URL displays as https://thesmartwaytoremodel.com/blog/bathroom_remodeling/drywall_finish_levels
I have included screen shots of the workflow when the blog article title is clicked.
Here are some details about my current page set up
1. “Group Blog Post full article” retrieves data from the data base. Specifically Data Type “Blog Post” The Blog page type of content is not set to Blog Post but the group “Group Articles” that holds both the list and the full article groups Type of content is set to “Blog Post”
2. RepeatingGroup Blog Post visibility setting is “When - Group Articles’s SelectedPost is not empty” This element is not visible. Group Blog Post full article “When - Group Articles’s SelectedPost is not empty” This element is visible.
3. In the SudsyPage A Element the only option is QS Param It’s labeled as a custom type. The workflow is triggered by clicking the article title in the list of blog articles. Step 1 of the workflow is Set States The Element = Group Articles, Custome state = SelectedPost. Step 2 of the workflow is Go to URL via SudsyPage A. The Element = SudsyPage A, The new URL = Website home URL SudsyPage A’s Path Param:first item/Parent group’s Blog Post’s category_slug/Parent group’s Blog Post’s post_slug.
It was suggested to ad a workflow on the blog page – Page is loaded (Only when = Get page from path URL is not /blog) then step 1 Action – Set states selected post (Element=Group Articles) (Custom state=selectedpost) (Value=Search for Blog Post:first item) That did not work. I’m lost!!