netcs.vg
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Child theme header – where is it coming from?hmmm that is the funny part, is that the child header.php is a copy of twentyeleven header.php, and the way this is done is
<div id=branding> <h1 or div> .......... </h1 or div> ............. </div><!--#branding-->Forum: Plugins
In reply to: [Plugin auto-create categories] get_the_title returning 'Auto Draft'im new here, but sounds like the post hasn’t been saved/published yet. Why not get the title from the $_GET array?
Forum: Fixing WordPress
In reply to: blog page how tonevemind , I just read the creating static pages codex.
Forum: Themes and Templates
In reply to: Vertical nav bareither there or in your navigation area (header.php, index.php, or other).
Check the codex for options and examples..Forum: Themes and Templates
In reply to: Vertical nav baryou can can use wp_list_pages()
and CSS or javascript to display vertically.Forum: Fixing WordPress
In reply to: 301 redirects not workingno problem, glad I could help..
Forum: Fixing WordPress
In reply to: Hide home link on homepage..you can edit home.php in your theme folder which will be displayed as your home page and index.php which will be displayed everywhere else (and page.php for the static pages).
Forum: Fixing WordPress
In reply to: 301 redirects not workingthis is just a guess but i would check the %26, in your links. the os might interpret this literally instead of being an “&”…
Forum: Fixing WordPress
In reply to: missing div or some other error– disable all plugins.
– change to twentyeleven theme
– Enable plugins one by one till you find the culprit.Forum: Fixing WordPress
In reply to: Username deletedCheck if your hosting company provides a File Manager application. Also you can reset your FTP password in the control panel of your hosting provider or call the company and have them reset your ftp password.
Forum: Fixing WordPress
In reply to: Unable to access wordpress website – error 'Server not found'when you try to use an internet service (web,ftp or whatever) the first thing that happens is the name of the server is translated (resolved) into an IP address.
In this particular case the translation is failing, so a browser doesn’t know which IP address to go to, and tells you “Server not found”.
so, no assumptions, DNS for this domain is broken.
Forum: Fixing WordPress
In reply to: Unable to access wordpress website – error 'Server not found'you should contact whoever you bought it from. The name is available for purchase, means that it has been off line for at least 30 days….
Make sure you have your original agreement and that it includes the domain name purchase, also check if you needed to renew.. most companies will send a msg before registration expires… good luck.Forum: Fixing WordPress
In reply to: Show a link only if a user is not logged inposted code is mixing php and html, try this:
<?php if ( is_user_logged_in() ) { } else { ?> <a href="http://writers-site.com/whmcs-2/?ccce=register">Sign Up</a> <?php }; ?>Forum: Fixing WordPress
In reply to: Unable to access wordpress website – error 'Server not found'seems to me that your domain is not registered. You need to register the domain name you are using and add that into your hosting company’s dns servers. As of right now, the name is available for purchase… (netsol.com).
Forum: Fixing WordPress
In reply to: fatal error message-unable to log intry renaming the plugin digiarticleblaster folder. then log into admin and disable or remove..