Darshan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PayPalThanks
But I have a product related site
So I want on-line payment So these PAYPAL is work???Forum: Fixing WordPress
In reply to: ADD Insert From URL Tab in Featured Image and Media Uploader.@bhavnish.trigma
you create one custom field for image and insert URL in this field.Forum: Fixing WordPress
In reply to: Loop wordpress doesn't work[direct contact solicitation moderated – please keep the support in the forum] Thanks
Forum: Fixing WordPress
In reply to: Loop wordpress doesn't workUsed your own Source code
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
<?php the_content(); ?>in these code close WHILE loop and IF condition.
if these code not work then [direct contact solicitation moderated – please keep the support in the forum] and solve the problem.
Forum: Fixing WordPress
In reply to: Loop wordpress doesn't workHello Melka
Create one Page template and try this code.
<?php if (have_posts()) : while (have_posts()) : the_post();?>
<div class=”post”>
<h2 id=”post-<?php the_ID(); ?>”><?php the_title();?></h2>
<div class=”entrytext”>
<?php the_content()?>
</div>
</div>
<?php endwhile; endif; ?>Forum: Fixing WordPress
In reply to: Better wp security throws 404 error for some pagesHello Jyoti Gutte,
You can try these plugin and check and if you do not get solution then tell me.
iThemes Security
Security & Firewall
BulletProof SecurityForum: Fixing WordPress
In reply to: how to edit front page contentHello,
Use this link for more help.
http://codex.wordpress.org/Creating_a_Static_Front_PageForum: Plugins
In reply to: [User Role Editor] How to anable author see only their postsOk got it.
Thanks.Forum: Plugins
In reply to: [User Role Editor] How to anable author see only their postsHello
Pallavi can you help in responsive page design.