Lucian Florian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dates in Meta Descriptions?True. While you have a description, google should use that, but I am not wondering if adds something else. So nothing to much to do about. Ask a SEO specialist, they might now.
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Email sends from site, just not from WPCF7What you mean by installing it on a sub account? You mean user account?
Anyway, make sure in wpcf7 setting you have the right email address.
Forum: Fixing WordPress
In reply to: Word Wrap on text is not working… Please helpSelect the photo and align it to left, you will see the option while you are in image editing mode. The text will wrap around.
You need to do that for every picture mannually inside the wordpress text editor.
Forum: Themes and Templates
In reply to: [CSS] Background Image not behind texttry to add to decay class:
display:block
Forum: Fixing WordPress
In reply to: Dates in Meta Descriptions?Try add within your head tags next:
<meta name="robots" content="noodp,noydir" />
That should leave the description the way it is.
Forum: Fixing WordPress
In reply to: Permalinks .htaccess GoDaddy troubleWindows? You should switch to Linux, it will solve the problem.
Forum: Fixing WordPress
In reply to: wordpress cuts?Yes. Pay somebody to do that for you or try to find a template that is similar with what you want.
Forum: Fixing WordPress
In reply to: Static Page with LoopI assume that for home page, you asssign the new created template from the right menu..
You do that from within home page view.
Forum: Fixing WordPress
In reply to: list-display-image not workingIt seems the code is not assigned to the list. It might be a matter of selectors. Try this:
ul#pagenav li { list-style-image:url(/images/pearicon.png); }
Also, make sure, that the image is uploaded in that folder.
delete that one with 0 bytes, but make sure the other is still intact. Make a backup of those files just in case.
Forum: Fixing WordPress
In reply to: Add new Post without assigning to a categorygo in post view and there you will see under the title, permalink. click edit and give any name you want.
Forum: Fixing WordPress
In reply to: Posts page static option doesnt work in 2.8curious enough, I haven’t change to hard test the version 2.8
If your home page is called home.php rename it to home_page.php or something different. I have problem with that too.
Forum: Fixing WordPress
In reply to: Posts page static option doesnt work in 2.8you need to create the template file for the posts page so it can be static.
Forum: Fixing WordPress
In reply to: Add new Post without assigning to a categoryThe easy way to do it, is to create a category called “news”.
Complicated way:
There is a plugin which remove category base, try that one, it might give you option for certain posts to not be assigned to any category.In case that doesn’t work, you might need some conditionals within the loop.
Yes you did something. You made an upgrade and that changes thinks.
wp-config file has nothing to do with this type of error.
A link would help.