如何在不同页面上显示不同的菜单?

时间:2019-04-10 10:20:41

标签: wordpress menu

我正在使用Asta Wordpress主题及其具有4个菜单的单页网站。现在,我又创建了2个页面,但是菜单不起作用,因为它仅属于主页。有什么办法可以为不同的页面设置不同的菜单?

1 个答案:

答案 0 :(得分:0)

 this.dataService.GetFormById(+id).pipe(
  map(response => {
  console.log(response);
  const temp = response['TemplateJson'];
  const data = temp;
  return data
    }),
  tap((data)=>{ // can be anyother operator and the map above can also be removed 
     //do something
    })).subscribe();