duda
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can I EVER have SPACE in postsYes styleshit is useless.I do not need changes outside of post.I need it inside the post.
So both tips doesn’t work.
Is there any other way to make distance between words?
Forum: Fixing WordPress
In reply to: Can I EVER have SPACE in postsI am going crazy when see post like this: http://wordpress.org/support/topic/192380?replies=3
Too much spaces.My God !! 🙂Forum: Fixing WordPress
In reply to: Can I EVER have SPACE in posts&NbsP; method doesn’t work.I will try css ,but i doubt it work either
Forum: Fixing WordPress
In reply to: Can I EVER have SPACE in postsIt even strips all html code when i install Raw Html plugin.
&NbsP; deleted. Why not just delete every space and every color.We do not need it
Forum: Fixing WordPress
In reply to: Can I EVER have SPACE in postsI not need 10 spaces between every word.But i need this sometimes.
Forum: Fixing WordPress
In reply to: Can I EVER have SPACE in postsYes even if i use wordpress filter his out.Not just then but as soon as i do another change of my post.
Forum: Fixing WordPress
In reply to: Can I EVER have SPACE in postsFor example i need spaces and there are many people need spaces.Wordpress should be even better than MSW
Forum: Fixing WordPress
In reply to: Can I EVER have SPACE in posts@thisisedie i cannot explain the problem cause even this forum has the same problem.
It filter out space.
Please try to have 2 spaces between two words.You cannot cause smart wordpres think we do not need spaces.
Forum: Fixing WordPress
In reply to: Can I EVER have SPACE in postsActually this is even problem in this forum.
between blalala and hahahaha there was 10 space characters but not they are vanished.It is really really stupid.
Forum: Plugins
In reply to: Top Level Categories with WP 2.5Does this plugin for ypu turn
domain.com/category1/subcategory1/ into domain.com/subcategory1/I want only to remove category base not to change parent/child directory structure
Forum: Developing with WordPress
In reply to: [Plugin: StatPress] Not working with Squid acceleratori mean post new topic
Forum: Developing with WordPress
In reply to: [Plugin: StatPress] Not working with Squid acceleratori cannot post here …
Forum: Fixing WordPress
In reply to: Whats is default font and size of wordpressFor entry it just says:
.entry {text-align: justify;
font-size: 1.10em;
color: #02171d}So there is no any font defined … arial works pretty much but its a little bigger than it needs to be
Forum: Plugins
In reply to: Is there any plugin offers custom written excepts?I mean i need to do such thing of i have custom field called: excerptshome
I have also written custom excerpts in the field : Excerps and i want this to be displayed on category pages.But if it is the home page then i wanna display custom field excerptshome.Its the easiest way to set excerpts=excerptshome.
So this code can be almost 70% good.
<?php if (is_home()) : ?>
There i need to set value(text) of excerpt to be the same as value(text) from excerptshome.
Something like $excerpt=$excerptshome
<?php endif; >>
Forum: Plugins
In reply to: Is there any plugin offers custom written excepts?Thanks … i have found this.
Is there any way (plugin) to have different versions of excerpts (using excerpts reloaded or not) for main page and for category pages.