WP Child
Forum Replies Created
-
Forum: Themes and Templates
In reply to: i want to customize my website like another websitefirebug lite is an add on which is available in chrome.
Forum: Fixing WordPress
In reply to: Change Register Page TextPut this code in your functions.php file and make necessary changes.
function custom_register_msg()
{
echo ‘<p class=”message register”>Your custom message</p>’;
}
add_filter(‘login_message’,’custom_register_msg’);Forum: Fixing WordPress
In reply to: Running Very SlowlyUse w3 Total Cache plugin.
Forum: Fixing WordPress
In reply to: " /> is appearing at the top of each pageCheck your page source for this.
<meta name=”msvalidate.01″ content=”<meta name=”msvalidate.01″ content=”BB3808120B75232A90AFED6CE8745AE0″ />” />
Remove the extra />
Forum: Everything else WordPress
In reply to: wordpress installationWordPress is not a software. Its a content management system. You can approach any web designer or html designer and they will create templates for you and then you can develope a theme with that template.
Forum: Everything else WordPress
In reply to: wordpress installationfor creating a website with wordpress, you first need to design a new theme or buy a new theme which is available in the market. Developing a theme is easy with wordpress.