|
Is there a way to install a JavaScript plugin to a free wordpress blog? I'm trying to make a development blog, and so far wordpress looks really nice... I'm not ready to commit to buying a domain, and hosting, to do it myself, so I'm just using the free...
Started by Carson Myers on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
If you really want to use the free hosting on WordPress.com,... .
If you want to be able to install the SyntaxHighlighter in your wordpress blog, your best bet , 2 ) on StackOverflow, as well as a blog post that I wrote on the subject.
|
|
Is it possible to add wordpress theme in drupal? i'm new to drupal and i want to have a blog of mine, i'm doing it as a free and can't buy wordpress theme, so can i do everything in drupal as wordpress?
Started by Abhilash M on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It's answered on the drupal forums: http://drupal.org/node/214024
There are a lot of free wordpress.
|
|
If I had two blogs in WordPress, can I move (selected) posts between them?
EDIT: I'm talking hosted blogs on the WordPress site btw.
Started by in.spite on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
WordPress when you transfer your blog you backup and export your MySQL database because it stores the data of all?
This type of situation arises when an....
You may choose to map an existing user on the blog or to create a new user.
|
Ask your Facebook Friends
|
Here is the site im talking about. http://marillest.com/?d=1 (make sure to include the ?d=1)
i had set up a simple design with width specifications through css but when i start blogging and place large images within the area the entire design gets messed...
Started by iaddesign on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Set the overflow property on your containing div
You've got an extra </div> tag that's probably causing problems, according to W3C validation: [Invalid] Markup Validation of marillest.com - W3C Markup Validator .
|
|
I have a free wordpress blogging account and I have a domain from GoDaddy which is forwarding to my wordpress blog. I want to use Google's sitemap which requires me to add the meta tag in my wordpress page.
In Google Webmaster tools or Yahoo's, if I use...
Started by Optimize Prime on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want it to really work you should register your domain as a paid domain in wordpress (it costs like.
It's not actually the domain of your blog, just a simple link.
You're only forwarding the domain.
|
|
I'm new to Wordpress, and I'm using it as a general CMS for the first time. It's a simple site with a few pages, and also a blog. The blog has the same theme as the rest of the site.
In any case, I'd like the blog home page to be at /blog, and the Pages...
Started by Jerph on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hope this helps someone!
WordPress Codex:....
If you want to move the whole site, including Pages to a subdirectory, you can use the Blog address (URL) field under Settings/General.
Wordpress will always put Pages at /{page_slug}/.
|
|
If you wanted to add a user forum to your software site, and make it look and work like your WordPress blog, what forum software would you choose?
Apparently bbPress has the same origins as WordPress, but is it best or are there other choices that are...
Started by lkessler on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
BbPress.
You can kind of get it to integrate with the comments on wordpress, but not in a clean way.
BbPress seems to be about the best.
wordpress blog
See Integrating a Forum with WordPress at blogHelper.
|
|
I have a free blog site from wordpress. I bought a domain name from GoDaddy. Now I want to get a web hosting also with GoDaddy. If I get a plan, how will I transfer the wordpress blog to my GoDaddy hosting? I mean I don't have the blog source package....
Started by Julia Grinnt on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Login, if it's possible, would be to
change your blog's settings to have the root be your new domain export the db install....
Will I transfer the wordpress blog to my GoDaddy hosting? I mean I don't have the blog source package.
|
|
I currently make my website using iWeb. Is there a way that I can embed a WordPress blog into the site? Either through an easy option or through coding?
Started by samoz on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's a guide for integrating ....
You will need to do it through code (in Wordpress' case, PHP).
ManyIt can be done, but not through iWeb.
The simplest way is to make an iframe in iweb and insert your wordpress blog in the iframe.
|
|
I have two Wordpress blogs. I want to pull the "5 most recent posts" from the first blog with post title, date, and link to post and display this data on the other. I don't know if there is a plugin that does this sort of thing already, but just wondering...
Started by Andrew on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.tipandtrick.net/2008/how-to-fetch-and-show-rss-feeds-on-wordpress-blog-atomrssWhat you need to use here is an RSS from the first blog and display it using a plugin or something you'd code yourself on the 2nd blog....
|