Riversatile
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Replace 'strong' by 'b' … bad effect/impact ? (except CSS)The answer in this topic satisfied me.
Forum: Fixing WordPress
In reply to: Admin Login IssueSimply go to http://replace-this-with-your-website-URL/wp-login.php
Forum: Fixing WordPress
In reply to: Theme problemsGo to the theme’s developper website and ask for help.
Forum: Fixing WordPress
In reply to: Admin Login IssueDid you test wp-login.php : “http://your-website.com/wp-login.php” ?
And are you sure your friend installed WordPress at the root directory of his website ?
Forum: Fixing WordPress
In reply to: Cannot login with Firefox or ChromeSure, it’s related to cookies.
Forum: Fixing WordPress
In reply to: Avoid blog categories page/2/ , page/3/, page/../ indexingYes
Forum: Fixing WordPress
In reply to: top alignment in 2 column postHi,
It seems your WordPress get different image size version for the_post_thumbnail function. That’s why some post are not aligned.
For example here : http://www.metisteatro.it/category/news/
It displays the post “18.01.13 Lezione aperta” with an image sized 624×826 px and the post “Proposte Spettacoli Estate 2013” with an image sized 100×99 px.To solve this, you have just to define a rule that says to WordPress to always use a post thumbnail image (of a specific size) that will be generated when you upload an image.
I suggest you to read : How to Create Additional Image Sizes in WordPress, this will help you to create additional image sizes that you will be able to use for post thumbnail. Then all post thumbnail will use the same dimension a,d your posts will be aligned in the 2 columns.
Cheers
OK.
Did you try to upload a very very small JPG file (for example : 16×16 px) with a very very little file size ?
Forum: Fixing WordPress
In reply to: change the […] to Read More link in the exerpt?Yes, or you can find this code in your index.php file (and the other file in your theme’s template PHP files :
<?php the_content(); ?>
…and change it to this:
<?php the_content('Read More...'); ?>Did you try this solution ?
WordPress HTTP Error crunching .htaccessFor some reasons and depending your web server provider, this change may be needed.
Using your FTP browser (Filezilla…), did you check the folder permissions of the uploads folder in wp-content ???
Minimum is : 755
Maximum : 777Forum: Fixing WordPress
In reply to: Avoid blog categories page/2/ , page/3/, page/../ indexing…OK ! It’s easy !
create/edit your robots.txt file in the root folder of your WordPress installation, and add the following :
User-agent: * Disallow: */page/*This will prevent indexing of the pagination pages that look like :
Forum: Fixing WordPress
In reply to: Add "Leave a comment" link at bottom of each postTo do that, you have to edit your theme’s template PHP files.
Edit the file single.php, after you find where you want to add the “Leave a comment” link, add the following code :<?php comments_template(); ?>or
<?php get_template_part('comments'); ?>or
<?php include("comments.php");?>Forum: Fixing WordPress
In reply to: Not WYSIWYGWhat are the web browser on the both computers (imac/PC) ?
Forum: Fixing WordPress
In reply to: Avoid blog categories page/2/ , page/3/, page/../ indexingHi,
Just install All in One SEO Pack
- Use noindex for Tags and Categories
- Google Analytics support
- Support for Custom Post Types
- Advanced Canonical URLs
- Fine tune Page Navigational Links
- Built-in API so other plugins/themes can access and extend functionality
- ONLY plugin to provide SEO Integration for WP e-Commerce sites
- Nonce Security
- Support for CMS-style WordPress installations
- Automatically optimizes your titles for search engines
- Generates META tags automatically
- Avoids the typical duplicate content found on WordPress blogs
- For beginners, you don’t even have to look at the options, it works out-of-the-box. Just install.
- For advanced users, you can fine-tune everything
- You can override any title and set any META description and any META keywords you want.
- Backward-Compatibility with many other plugins, like Auto Meta, Ultimate Tag Warrior and others.