msdana
Forum Replies Created
-
Forum: Plugins
In reply to: sharing articles from other websitesDue to copyright laws, I doubt that there is a way to post the actual text of the article on your blog. Hence, the reason for ShareThis.
I could be wrong, but I certainly wouldn’t post actual text from another site without getting permission first.
Forum: Fixing WordPress
In reply to: DatesCan you provide a URL?
Do you mean you want to remove the date that the POST was created? Or is there a date displayed somewhere else on your page?
Forum: Everything else WordPress
In reply to: SummariseDo you have a page template named “single.php”? You want “the_content” on that page instead of “the_excerpt”.
Forum: Everything else WordPress
In reply to: Add Navigation Arrows To WordPress BlogThere should be page navigation after your home page fills up with posts and there are more pages to view. Right now, you only have two posts, so there’s no “next” or “previous” pages to go.
Forum: Fixing WordPress
In reply to: Stop PermalinksI believe for this you would need to remove the permalink reference in your index.php file.
Example of default theme index.php file referencing the permalink:
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
Remove the anchor:
<h2><?php the_title(); ?></h2>
Forum: Fixing WordPress
In reply to: Hopefully a pointer to an answer — fonts and paragraph breaksThis post may help you understand the issues of copy-and-paste.
Forum: Fixing WordPress
In reply to: I want to create a separate template page with different widgetsHi Cynthia,
To make it easier for my clients, I use the plugin Custom Widgets. You can select where you want widgets to appear.
Hope that helps!
Forum: Themes and Templates
In reply to: how do i change a themes?Sorry, you can’t use custom WordPress themes on WordPress.com (free hosted).
Forum: Themes and Templates
In reply to: it’s firefox not IE that sucksIt looks like there is a mismatched <div> tag in your theme. You may want to validate and correct the errors on your website. Chances are that once these errors are corrected, Firefox will display the code as it should be displayed.
Firefox doesn’t suck, it just likes to be “standards compliant” as all browsers should (but aren’t).
Forum: Fixing WordPress
In reply to: Add a header image and a little more editing!First off, you need to be patient until someone comes along who can answer your question.
Second, you are not a “customer” in the true sense of the word. You are a “user” of open-source software that does not include 24 hour technical support.
Instead of taking the time to rant about the lack of support on this site, perhaps you should search Google or contact the theme developer.
Forum: Fixing WordPress
In reply to: [Plugin: Easy AdSenser] Relevancy is horrible! whats going on?Seems to be working fine now…..
Forum: Fixing WordPress
In reply to: Static page sent 404 headerA link or the page code would be nice….it’s hard to help you without more information….
Forum: Plugins
In reply to: Like to add print/send to friend/ comment linksForum: Themes and Templates
In reply to: move pages to left columnYou can use a widget to list pages in the sidebar (left column) and remove the code that displays the horizontal menu in header.php.
Forum: Plugins
In reply to: Topic: Splash Page – anyone know the answer to this question?A Google search returned these results.
Personally, I don’t like splash pages, I’m too busy looking for fast information on a website. I encourage my clients not to use them as well.