patyuen
Forum Replies Created
-
Forum: Plugins
In reply to: [Bad Behavior] [Plugin: Bad Behavior] Blocking Google BotThis happened to me on one of their updates. I was told I had to make some kind of adjustment because I am using Cloudflare. In the end, I removed this plugin because Google indexing is far more important than spam prevention. My traffic dropped by 50% when it started blocking thousands of index attempts by Googlebot.
This happened to me on one of their updates. I was told I had to make some kind of adjustment because I am using Cloudflare. In the end, I removed this plugin because Google indexing is far more important than spam prevention. My traffic dropped by 50% when it started blocking thousands of index attempts by Googlebot.
Forum: Themes and Templates
In reply to: How to move page numbers in Twenty Ten themeFor those interested on how I solved this, I moved the page number to the top of the post by moving the page code.
</div><!-- .entry-meta --> <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?> </div> <div class="entry-content"> <?php the_content(); ?>Forum: Themes and Templates
In reply to: How to move page numbers in Twenty Ten themeThe problem is that the code is already as high up as it can go in Single.php. All that stuff between the content and the page nav is being auto generated and inserted into the end of the post.
<div class="entry-utility"> <?php twentyten_posted_in(); ?> <?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?> </div><!-- .entry-utility --> </div><!-- #post-## --> <div id="nav-below" class="navigation"> <div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div> <div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '→', 'Next post link', 'twentyten' ) . '</span>' ); ?></div> </div><!-- #nav-below -->Forum: Networking WordPress
In reply to: 3 blogs to multisite structureThanks for the answers. I’ve abandoned my plans to run multisite and just stick with running three separate blogs. My host informed me multisite is not supported in shared servers. I thought it would have been more efficient in terms of resources to run multisite instead of duplicate blogs.
Forum: Networking WordPress
In reply to: 3 blogs to multisite structureAnyone know a solution? Migrating multiple blogs to multisite seems fairly complex. How are popular sites handling this? If you have to have the dns and domain in place during installation, that means you effectively have to disrupt your site for a day or more. And what if something goes wrong? I’m trying to get all my blogs setup in a separate account and test it before switching over.
Forum: Networking WordPress
In reply to: 3 blogs to multisite structureI initially installed it in public_html. When I went to create a network, I was only offered the option to install a subdirectory option. At some point after installation, it told me I could not continue because I was installed in a subdirectory and I needed to be installed in the root.
It may have been when i tried to activate the multi domain plugin.
If public_html is the root, the problem may be the way I’m accessing the site. I’m using a temporary url (ie: http://www.lunarpages.com/~myaccount/) assigned by the web host instead of the actual domain name. I can’t use the domain name because this is a test.
I’m not sure how to get around that. I can’t really afford to test with my real site. I have another little used domain I can test with that gets no traffic. If I install that, I’ll have to then go through whatever steps are required to change it later.
Forum: Networking WordPress
In reply to: 3 blogs to multisite structureI guess I’ll just have to try it out. I’m waiting for my host to tell me how to get access to the root. Right now, it’s pointed to public_html.
Forum: Networking WordPress
In reply to: 3 blogs to multisite structureIn the instructions at http://codex.wordpress.org/Create_A_Network
It says:
You are given the choice between sub-domains or sub-directories (if none of the above applies). This means each additional site in your network will be created as a new virtual subdomain or subdirectory. you have to pick one or the other, and you cannot change this unless you reconfigure your install. See also Before you Begin.
* Sub-domains — like site1.example.com and site2.example.com
* Sub-directories — like example.com/site1 and example.com/site2If I have to choose one or the other, I don’t see how I can keep my structure. I have both a sub-domain blog and a sub-directory blog. They are all located in sub-directories but one of the urls is a subdomain.
What is in the files:
wp-config.php
index.phpForum: Fixing WordPress
In reply to: wrong url loading for homepageWhat is in .htaccess and do you have a redirection plugin installed?
Forum: Fixing WordPress
In reply to: Not able to visit my site from DashboardNo. Not based on the scarce information you provided. This forum does not charge by the word so feel free to use more words.
Forum: Fixing WordPress
In reply to: Theme headers take 5 seconds to loadIt’s your connection. It loads fine for me.
Forum: Fixing WordPress
In reply to: Blog won't openPosts are stored in the database which you should also backup. Look in docs to get instructions on how to reinstall the core files.
Forum: Fixing WordPress
In reply to: list all posts.You can specify how many recent post in the widget.