kulpreetsingh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sidebars collapse from two into oneHi Bill,
Perhaps your site meter icon is causing the break. Are you able to look at the code and check whether all of your tags are properly nested and have closing tags?
Sometimes when you forget to close a tag it can cause a problem like this.
-k.s.
Forum: Developing with WordPress
In reply to: Category StructureVery nice, thanks jonimueller.
Forum: Your WordPress
In reply to: Links & VideosHi,
If you are using WordPress 2.5, then you can go to the Design Tab, and click the Theme Editor button, and click on the stylesheet. Inside the stylesheet, if you know CSS, you can change your styles so that your links are always blue.
If you don’t know how to do this, you could just add this code to the bottom of your stylesheet:
a {color: }
a:active {color: }
a:hover {color: }and after “color” just put the code for the color, preceded by a number sign (#).
You will find the color codes here: https://html-color-codes.com/
If you are unsure, please e-mail me at info [at] kulpreetsingh [dot] com and i’ll be happy to help you out individually in more detail.
As for the video code, if you are copying the code from YouTube, you should insert it in the HTML part of your post, not the wysiwyg editor.
-k.s.
Forum: Your WordPress
In reply to: Links & VideosTo make your links always stay blue, you have to edit your CSS stylesheet.
Do you embed the code in the wysiwyg editor of the post or in the html of the post?
Are you using WordPress 2.5?
Forum: Your WordPress
In reply to: Bilingual Journalism SiteVery nice! Did you build the theme yourself?
Forum: Developing with WordPress
In reply to: Category StructureI would suggest you use “All,” “Fulltime,” and “Freelance” as categories, then “Webdesign,” “Programming,” and “Content” as tags.
Then filter requests by Categories and then Tags in those Categories.
Hi everyone – sorry for not replying. You can see a sample of this on VeganDivine.us, a site I created last year for a client.
There are actually a few other ways to do this too. I will try to post about them sometime. If anyone has any questions please feel free to e-mail me at my name at shaw.ca.
Forum: Developing with WordPress
In reply to: Alphabetical category list without “The” or “An”?You can use trim in php (https://ca3.php.net/trim), and then set the output as an array variable, then sort the array in php (https://www.webcheatsheet.com/PHP/sorting_array.php).
Forum: Fixing WordPress
In reply to: Get Feed, Image, URL of an Individual Link in Your BlogrollWhat?! really!? I will try this right now! Thank you so much!!
Forum: Fixing WordPress
In reply to: Get Feed, Image, URL of an Individual Link in Your BlogrollAnybody? :S
Forum: Fixing WordPress
In reply to: Get Post Attachments ?I’ve posted three times about this issue and nobody has replied. Either there is no clear answer or I’m posting in the wrong place?
Forum: Plugins
In reply to: Retriving post attachmentsAndrea,
What do you do beyond this?
Forum: Fixing WordPress
In reply to: Post Image Attachment Upload – Showing Title & DescriptionCould some intelligent programmer please help ! ?? ??
Forum: Installing WordPress
In reply to: Product catalogue like this using WP?Try this – Hope it helps ??