Forums
(@pelao777)
8 years, 9 months ago
maybe theme functions bro or permissions on your directory/file
you need a ssl cert. or if you have one try change in settings general the url, if dont work you can restore url from database table wp_options siteurl
try when declare post type set correct rewrite rule:
// Register Custom Taxonomy //previous to declare cpt…
$rewrite = array( ‘slug’ => ‘games’, ‘with_front’ => true, ‘hierarchical’ => true, );
… //rest of code
declare opacity for div#content
remove in template-page your content or container previous to footer or use css to hide this
try with ajax… var js must be passed by ajax to php