How to remove blank news pod not showing in content
After deleting some news article pods a blank one showed up that we do not want there, how do delete this?
Screenshot attached of the pod that needs to be removed.
Please help!
Thank you

After deleting some news article pods a blank one showed up that we do not want there, how do delete this?
Screenshot attached of the pod that needs to be removed.
Please help!
Thank you
so you dont want to show the news pod at all? is that right?
if so, you will need to edit the themes template.
in the the wwebassist/themes/<your theme>/Templates folder, edit the index.dwt.php file and remove the news div:
<div class="sidebar ps_pod3"><?php echo($WANews->Body); ?></div>
--
<div class="sidebar">
<?php echo($WANews->Body); ?>
</div>
<div class="content ps_pod2 ps_main">
<div class="popular block half margin20right border-right"><?php
echo($WAFeaturedBox->Body);
?></div>
<div class="popular block half rightHalf"><?php
echo($WAPopularBox->Body);
?></div><div class="block news border-top">
<h1><?php echo WA_getCMSContent($database_PowerStoreConnection, $PowerStoreConnection,"Home Page", "Header"); ?></h1>
<?php echo WA_getCMSContent($database_PowerStoreConnection, $PowerStoreConnection,"Home Page", "Contents"); ?>
</div>
--
Can't find .pod3? Please help!
And we also deleted the pod that was there before the blank one showed up, so could that be the problem? Please advise with proper coding to remove the blank pod.
Thanks so much!
Please help!
remove this code:
<div class="sidebar">
<?php echo($WANews->Body); ?>
</div>
We want to keep whats in red and delete the pod below. Any possible way we can do that?
Thanks so much for helping us so far, we just want to keep that sidebar banner and remove the blank news pod.
Please advise!
I have created a support ticket so we can look into this issue further.
To view and edit your support ticket, please log into your support history:
supporthistory.php
If anyone else is experiencing this same issue, please append to this thread.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.