Streaming Widgets: Add more than 2 widgets from the same post type

Link: https://support.brilliantdirectories.com/support/solutions/articles/12000085245-streaming-widgets-add-more-than-2-widgets-from-the-same-post-type

It is possible to add more than one widget from the same post type as a homepage streaming widget. This is super important when the post types were cloned and the owner of the site wants to stream the new posts on the homepage. 


For example, let's say the Member Articles post type was cloned 2 times, so there are 3 posts types total: 

  • Member Articles (Default)
  • Member Articles (Clone 1)
  • Member Articles (Clone 2)

 

In the "Select Content to Display", there is only one option to select the "Member Articles" post type. So, this will apply to one of the post types but the section cannot be cloned to add the other 2: 




In order to add the other 2 post types to the homepage, some customization is required but it can be done by following the steps below: 


1. Go to Toolbox >> Widget Manager. Search for: "Bootstrap Theme - Display - Recent".


It will show all widgets that will stream content on the homepage, such as coupons, products, events, reviews, properties, classifieds, etc. 




2. Using the "Member Articles" as an example, customize the "Bootstrap Theme - Display - Recent Articles" widget.


Click on Actions >> Customize: 




3. It will show the widget code, copy the name of the widget: Bootstrap Theme - Display - Recent Articles




4. Then go to Toolbox >> Widget Manager >> Right click on "Open link in new tab".


NOTE: It is important to open it on a new tab because we are going to need both tabs open. 




5. Click on "New Widget":




6. Paste the widget name. We recommend editing the name of the widget to match the post type name. 


For example, if the cloned post type is called "Member Articles Clone 1", then the name can be "Bootstrap Theme - Display - Recent Articles Clone 1"


7. Go back to the first tab and copy the default code: 



Tip: To select all content, click inside the text box and press CTRL + A or Command + A, then press CTRL + C  


8. Then go to the new widget page and paste the code. 


It should look like this: 




9. In a tab separate from the two for the widgets, go to My Content >> Edit Post Settings.


Copy the name of the cloned post type. For example: 




10. Go back to the second open tab with the new widget and in the feature URL, add the name of the post type.




11. Copy the URL of the post type: 




12. Go back to the new widget and paste the Feature URL here: 




13. Now edit the Title that will show up on the homepage for the new post type. 


This code can be found between lines 200 and 215. This will vary depending on the post type widget. The recent articles (example) is on line 203. 


TIP: An easy way to find it is by clicking inside the code box and then press CTRL + F. Then type "$titleStyleColor" and press enter: 




Scroll down to the last option highlighted and add the title you want. NOTE: Make sure the title has ( ' ' )


Example: 


  • Before: <?php echo $wa['custom_120'];?>
  • After:  <?php echo 'Recent Articles Clone 1';?>            




14. Then save the changes and click on Actions >> Copy Shortcode:

 



15. Go to Settings >> Design Settings >> Homepage >> Select Content to Display >> Add New Section:


 


16. Click on the arrow (See the image below) and select the Custom Content 1.


NOTE: If the site is using the custom content already, select the next custom content available (2, 3, 4 or 5). 




17. Click on Edit Settings: 




18. Paste the widget shortcode we copied on the step 9 and save the changes. 


Example: [widget=Bootstrap Theme - Display - Recent Articles Clone 1]




19. The new streaming widget will show up on the Homepage: