I have been trying to undertsand predictive posterior distribution.The following expression is given here
$p(x^*|x)=\int_\Theta c\times p(x^*,\theta|x)d\theta=\int_\Theta c\times p(x^*|\theta)p(\theta|x)d\theta$
I understand that the conditional probability is defined as
$f(A|B)=\frac{f(A,B)}{f(B)} = \frac{f(B|A)*f(A)}{f(B)}$
Can someone explain how the predictive posterior distribution is written using conditional probability?