inspiredwp2013
Forum Replies Created
-
Forum: Plugins
In reply to: woocommerce – automatic updating quantity of productsHi WPyogi,
thanks for the link, didn’t know they have their own forum. my novicity.
Forum: Everything else WordPress
In reply to: How to delete post in wordpress.orgok. thank you so much.
Forum: Plugins
In reply to: class="page-title", where it is being coded?i want to remove the page title as it is already redundant to see. i found it in woocommerce/templates/archive-product.. and success
i’ve modified it from:<h1 class=”page-title”><?php woocommerce_page_title(); ?></h1>
to this one:
<h1 class=”page-title”></h1>
Forum: Plugins
In reply to: class="page-title", where it is being coded?anyway i am using the plug-in woocommerce – excelling ecommerce..
Forum: Themes and Templates
In reply to: file location of form id="commentform"not yet. i am following a video tutorial and cannot figure out where was that line being written as i couldn’t see the filename. but now you made mention of comment.php.. my problem is resolved.. thank you
Forum: Themes and Templates
In reply to: file location of form id="commentform"yes.. thank you. got it. it’s in the comments.php file.. a big help from you
Forum: Themes and Templates
In reply to: file location of form id="commentform"i mean the filename of that code where it was written
Forum: Themes and Templates
In reply to: file location of form id="commentform"i am building a custom theme. i’m just a newbie. my wp version is 3.6.. and i just want to know where this bit line of code located:
<form action=”http://localhost/…/wp-comments-post.php” method=”post” id=”commentform”>.Forum: Fixing WordPress
In reply to: get_header() function location.anyway i’m not doing modification.. just want to know it’s location and how that get_header() gets the header.php….
i got it here http://core.trac.wordpress.org/browser/tags/3.6.1/wp-includes/general-template.php#L0Forum: Fixing WordPress
In reply to: get_header() function location.@wpyogi and @alchymyth thank you for the quick response.. my problem is solved.. such good fellows here in this wp community..