sren
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to create a ‘link to home’ page ?Many thanks miklb. ??
Got it, and working perfectly.Forum: Fixing WordPress
In reply to: How to create a ‘link to home’ page ?Wow you’re fast miklb!
I’m working on that, but- <?php bloginfo(‘url’); ?>
is displayed but not working as a link.
Sorry, I’m not good at all at PHP ??Thanks again
Forum: Fixing WordPress
In reply to: How to create a ‘link to home’ page ?Thanks a lot miklb.
Actually I have <?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>
So I think I would get my homepage link before the h2 title.
Should I try removing the (‘title_li=<h2>Pages</h2>’ ) and inserting a single h2 tag before my link and the php ?Thanks again.
Forum: Themes and Templates
In reply to: Why there’s no h1 tags in some new themes ?I’m not sure, but remember that a blog usually has hundreds of pages, and the same h1 header all over the site.
Probably that’s not so good.
That’s the only reason coming to my mind.
But still I would like to read more opinions on this.Forum: Fixing WordPress
In reply to: How to display the Parent categorie as a title.Cool!
Found it on docs.I’ve added an “exclude” on the category I wanted on another part of the sidebar.
And then,another h2 title, and a second wp_list_cats displaying only the childs of that category.
This is achieved using the parameter “&child_of=cat_number”.
That way I simply ad my h2 tag and then I can list the categorie I want separated from the rest.The Codec is great, everything is there. I was just lazy.:)
Thanks everyone.Forum: Fixing WordPress
In reply to: How to display the Parent categorie as a title.Thanks ZMAng.
Is an interesting idea.
Another chance could be if I can separate category listings, so I wouldn’t need an empty parent, and I could use an h2 tag for the title.
So, the question would be if is it possible to include h2 labels in between categories.Thanks again.
Forum: Fixing WordPress
In reply to: WordPress dates in spanishThanks a lot Moshu, it was locale.php.
Forum: Fixing WordPress
In reply to: How to get links without the h2 title ?Thanks a lot ??
I will try it.Forum: Fixing WordPress
In reply to: Help changing Permalinks structureThanks moshu, great hints as always ??
Do you think there’re some drawbacks if I leave “/%postname%” ?
I’ve been reading that setting the permalinks like this is sort of “deprecated”.Forum: Plugins
In reply to: Sitemaps PluginThanks jaredquinn.
Is there a way to check if the pings are working ok ?Thanks again.
Forum: Fixing WordPress
In reply to: Wrapping text around images and code validationThanks again guys ??
I’m glad you liked it also Truth.
Got it, I’ve seen the problem in firefox.
Meanwhile…I’m still fixing validation on single pages.
Thanks God the blog is new with only a few post. ??Thanks again.
Forum: Fixing WordPress
In reply to: Wrapping text around images and code validationMany thanks spencerp.
I’m really glad you liked it. ??
BTW I don’t see the red border in IE6, I will check with firefox now.
I’ll keep working on it.Best regards.
Forum: Fixing WordPress
In reply to: Wrapping text around images and code validationSolved in a strange way:
Added a “p” tag before the image and at the end of the text (before the DIV and then validates)
But I can swear that I used to validate without the P tag.
Would you take a look at my blog, spencerp and any one who likes to ?
BTW as this is my first one, and I played a lot with templates, you’ll probably find some others things to fix.(besides the design LOL)
I would really apreciate any hints on fixes.Warning: it’s in Spanish (my language)
https://www.ajedrezmundial.comThanks a lot.
Forum: Fixing WordPress
In reply to: Wrapping text around images and code validationOpps.
Nice try. It’s giving me the same error.
It looks like the error is related to “no content” between divs. (my guess)Forum: Fixing WordPress
In reply to: Wrapping text around images and code validationCool!
I’ll try it now.
??thanks.