Dhan6298
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Frontier] How to change the logoHi,
I found it. Thanks a lot!
Forum: Themes and Templates
In reply to: [Frontier] How to change the logoHi Ronangelo,
Thanks a lot for the prompt reply. But i couldn’t find the themes option page. Could you please tell me where i can find that?
Forum: Fixing WordPress
In reply to: Oasis workflow plugin issueOh is it. By the way i figured out the available user thingy. Thanks=)
Forum: Plugins
In reply to: How to get a plugin displayed in the siteThanks=)
Forum: Fixing WordPress
In reply to: How to get rid of a formI found something like this in the page template
<div id=”primary” class=”content-area”>
<main id=”main” class=”site-main” role=”main”><?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘page’ ); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || ‘0’ != get_comments_number() )
comments_template();
?><?php endwhile; // end of the loop. ?>
</main><!– #main –>
</div><!– #primary –>Please let me know what to edit
Forum: Fixing WordPress
In reply to: How do i edit the coding of a particular page?Ok. Thanks buddy
Forum: Fixing WordPress
In reply to: How to get rid of a formHi,
You mean to edit that coding from the page where it appears?