mhuynh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Displaying posts from a selected CategoryDoes not appear*
Forum: Fixing WordPress
In reply to: Displaying posts from a selected CategoryThanks alot. Everyting is good however, as I have inserted the php script, my whole left sidebar does not disappear. Am I missing a step?
<?php show_featured_posts( [max_posts], [offset], [before], [after] ); ?>
That is the script that is used and can be inserted anywhere to show the list.
Forum: Fixing WordPress
In reply to: Displaying posts from a selected CategoryOr for better clarification, selecting “Feature” from my sidebar which in terms gets all posts with an assigned category name of ‘Features’ and show them on the “Feature” page.
Forum: Fixing WordPress
In reply to: Dubugging my website in IE 7My website preview is: http://www.shapemould.com/2.3/
Forum: Fixing WordPress
In reply to: Using blockquote disrupts entire layoutThanks alot! It’s working great now. I’ll add the blockquote css property.
Forum: Fixing WordPress
In reply to: Using blockquote disrupts entire layoutOh heavens no – the thing is all posts I have made is from blogspot and blogspot adds all the extra style tags. So I think the best thing to do is delete all p tags and span tags in the entire post, define blockquote’s css property in my css style file because I have already defined the body tag to be completely in Baskerville… ?
I have only used Word to find and replace all the p and span tags.
Forum: Fixing WordPress
In reply to: Using blockquote disrupts entire layoutOh, I have noticed something – At college using Safari 3.0.1, the website actually looks fine but it does not work properly in Firefox….???? Also the college computers are all on Leopard whilst at home (where I am doing the site) I am on Tiger 10.4.1.
Edit: In fact everything looks perfect on Safari :S
Forum: Fixing WordPress
In reply to: Using blockquote disrupts entire layoutJoni, hi I sent you an email to your email address about my problem. Upgrading to 2.5.1 was a success (smiles) but the problem with the blockquote is still there. I can’t work out if I need to define the blockquote element as a css property and or I need to change or extend my div content’s width…??
If anyone can still help me out, my WP site is here: http://www.shapemould.com/2.3/
Forum: Fixing WordPress
In reply to: Using blockquote disrupts entire layoutSo what is the exact procedure? Backup>Export file>than download 2.5.1 and overwrite and keep my modified files?
Forum: Fixing WordPress
In reply to: Using blockquote disrupts entire layoutHey Adam,
I just figured out something. Because I managed to get all my posts from blogspot to WP successfully using 2.3.3, can I go back to 2.5.1 without harming my posts? Will there be trouble with the current database?Forum: Fixing WordPress
In reply to: Using blockquote disrupts entire layoutI actually found it on 2.3.3. I couldn’t tell it it was the blockquote but it’s the ‘leftindent/blockquote’ button.
Yeah well I’ll go and look for the theme I used and see if I can work things out.
Forum: Fixing WordPress
In reply to: Using blockquote disrupts entire layoutI will think of moving to using 2.5.1 but only when the updates I need are implemented. Funnily enough, many people had trouble with importing their website from blogspot to WP and it actually worked for me. I really need the multiple images option in 2.5.1 and that will probably be something like that in the near future.
So it’s to do with the theme? I guess I have to look more.
Forum: Themes and Templates
In reply to: Creating a ‘Recent News’ section4K, the plugin wasn’t the one I was looking for but I found ‘AWSOM’ which is a news announcement script which is perfect. Thanks for tip. I just did not want to have to manually edit the html text through going into my website’s CPanel, open the php file and do it there. This plugin allows me to use an editor right inside WP Admin page which is what I really wanted.
Forum: Themes and Templates
In reply to: Creating a ‘Recent News’ sectionThanks alot. Well yeah similar but to clarify further what I want is like a small section like recent changes I have made to my website or like misc news. For e.g.:
Today
I have made changes to xxAnd so on. So somehow I have to create a page where I can add the text and the php script will automatically display it. Although is there anyway to getting around this and not have to do manual html editing?