yasinb3da
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] show or don't show "Field"you can creat new check box for show or dont show
if check baox was true you can display :<?php if( get_post_meta($post->ID, “display”, true) ) { ?>
<li ><?php echo get_field(‘dl_link’); ?>
<?php } else { ?>
<?php } ?>
Forum: Fixing WordPress
In reply to: All page/post redirect to Homepage🙂
Forum: Fixing WordPress
In reply to: All page/post redirect to Homepageyou can use this to display your post title and post link :
<h2>” > <?php the_title(); ?> </h2>Forum: Fixing WordPress
In reply to: All page/post redirect to HomepageCan you email your theme file ?
maybe your permalink is not correctForum: Fixing WordPress
In reply to: All page/post redirect to HomepageForum: Fixing WordPress
In reply to: All page/post redirect to Homepageyou can go php my admin
then find wp_option table
then Edit your home page address from mamp address to your domain urlForum: Fixing WordPress
In reply to: All page/post redirect to Homepagehi
plz send url of your site
Viewing 7 replies - 1 through 7 (of 7 total)