Composables

Check the WPNuxt documentation for a full list of available composables .

      const { data: posts } = await useWPPosts()
    
      const { data: post } = await useWPPostByUri({ uri: 'hello-world' })
    
      const { data: pages } = await useWPPages()
    
      const { data: settings } = await useWPGeneralSettings()
    
      const wpUri = useWPUri()
    

posts: