wprock
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to insert adsenser you sure that your google adsense is activate?
Forum: Fixing WordPress
In reply to: Loop stuck on get_categories and then foreachuse like this get_categories(‘hide_empty=0&exclude=1&orderby=slug&order=ASC&number=10’);
Forum: Fixing WordPress
In reply to: Show category once in a loopwhat will be the output? can you give a demo?
Forum: Fixing WordPress
In reply to: Loop stuck on get_categories and then foreachuser “
number” in the functionForum: Fixing WordPress
In reply to: How to insert adsensego to post edit and click HTML tab. Now put your adsense javascipt code there and save the post.
Forum: Fixing WordPress
In reply to: some text align in headerwhole code will be like this
<div id="nav"> <ul id="dropmenu"> <li ><a rel="bookmark" title="Home" href="http://mradamduckworth.com">Home</a></li> <li class="page_item page-item-2"><a href="http://mradamduckworth.com/?page_id=2" title="About">About</a></li> <li class="page_item page-item-5"><a href="http://mradamduckworth.com/?page_id=5" title="Directing">Directing</a></li> <li class="page_item page-item-31"><a href="http://mradamduckworth.com/?page_id=31" title="Acting">Acting</a></li> <li class="page_item page-item-33"><a href="http://mradamduckworth.com/?page_id=33" title="Other Projects">Other Projects</a></li> </ul> <div style="float:right"> <ul id="dropmenu"> <li><a linkindex="84" href="http://www.youtube.com/mradamduckworth">YouTube</a></li> <li><a linkindex="83" href="http://www.facebook.com/aduckworth2">Facebook</a></li> <li style="margin-right:35px"><a linkindex="82" href="http://twitter.com/#!/mradamduckworth">Twitter</a></li> </ul> </div> </div>but this following html code will be replace with WP menu function
<li ><a rel="bookmark" title="Home" href="http://mradamduckworth.com">Home</a></li> <li class="page_item page-item-2"><a href="http://mradamduckworth.com/?page_id=2" title="About">About</a></li> <li class="page_item page-item-5"><a href="http://mradamduckworth.com/?page_id=5" title="Directing">Directing</a></li> <li class="page_item page-item-31"><a href="http://mradamduckworth.com/?page_id=31" title="Acting">Acting</a></li> <li class="page_item page-item-33"><a href="http://mradamduckworth.com/?page_id=33" title="Other Projects">Other Projects</a></li>Forum: Fixing WordPress
In reply to: some text align in headerremove the three link from ul and put the below code after the
'</ul>'tag<div style="float:right"> <ul id="dropmenu"> <li><a linkindex="84" href="http://www.youtube.com/mradamduckworth">YouTube</a></li> <li><a linkindex="83" href="http://www.facebook.com/aduckworth2">Facebook</a></li> <li style="margin-right:35px"><a linkindex="82" href="http://twitter.com/#!/mradamduckworth">Twitter</a></li> </ul> </div>Forum: Fixing WordPress
In reply to: How to transfer WordPress site?if fetch any problem then see this link http://www.marketingadsandseo.com/ads-seo/sell-ads-seo/?id=13
Forum: Fixing WordPress
In reply to: Default Menu (how)you changed the WordPress address (URI) or Blog address (URI). For that reason you are getting the error.
# Go to the Administration > Settings > General panel. # In the box for WordPress address (URI): change the address to the new location of your main WordPress core files. # In the box for Blog address (URI): change the address to the new location, which should match the WordPress address (URI).You will just change the static page and blog post value from the ADMIN.
Now need to fix the site then need DB access or you can do this via wp_config.php file
put the following code in your wp_config.php file, saved it and upload on the server.
define('WP_HOME','http://creatingclimatewealth.com'); define('WP_SITEURL','http://creatingclimatewealth.com');Forum: Fixing WordPress
In reply to: Default Menu (how)you have PHPMYADMIN access or CP access. if you trust me then sent it here chinmoy29 at gmail dot com
Forum: Fixing WordPress
In reply to: Default Menu (how)Forum: Fixing WordPress
In reply to: Default Menu (how)Are you changed the site and blog URL address from there? don’t do that.
Forum: Fixing WordPress
In reply to: Default Menu (how)you have FTP or CPANEL access? Check from that access. If you have not .htaccess file then create one and upload on the server.
here is the code
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog3.0/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /australia/index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Default Menu (how)your server have .htaccess file?
Forum: Fixing WordPress
In reply to: Default Menu (how)then go to old settings