Version 2.7.6 & Categories

Viewing 2 posts - 1 through 2 (of 2 total)
#23428

twilabing
Member

I recently upgraded to Version 2.7.6 and now my categories don’t work. I see the category on the page, but none of the files belonging to that category are showing up. Here are the steps I’ve taken:

1) Downloads–>Settings–>Migrate
2) Selected packages I wanted to migrate (so far about 10 packages)
3) Clicked on Save Settings and the packages migrated fine
4) Downloads–>All Files and clicked Edit on a package. Checked the box next to the category I want (all categories appear to have been lost in the migration)
5) Clicked Update which saved the change. I can now see the category for that package in the All Files view where I see a listing of all of my packages.
6) Reviewed code in page that used to work. Had [wpdm_category id=nama-newsletters order_field=id order=desc]. This no longer works.
7) Reviewed documentation, and revised code to [wpdm_category id='scms-newsletters' title='test' desc='1' toolbar='1' order_by='id' order='asc' item_per_page='10' template='page-template-default' cols=4 colspad=2 colsphone=1]
8) This still doesn’t work. In both steps 6 & 7 my page shows the name of the category in a green button, but none of the files associated with that category are showing.

What am I doing wrong? My goal is to have 1 line of code which automatically displays all packages for a given category. TIA.

#23429

twilabing
Member

Think I found the answer to my problem. The Status was set to Scheduled so none of my migrated packages were published. The package has to be published for it to show up. Forcing my migrated packages to Published fixed this problem.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Version 2.7.6 & Categories’ is closed to new replies.