kim09
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Confused with some basic stuffsHi sachindra149,
No. All my posts are held in “Posts” Page that i created. If i would name that “Posts” page as, “News” then all my posts are in the “News” page. In the video, the “Home” contains a welcome text. Did you watch the video the full length? 😛 Or do you mean you don’t want to display all your posts? leave comment in my blog, it would be easier than here.Forum: Themes and Templates
In reply to: Ho w to insert Google Talk Live gadgetHey murthykuru,
Have you tried pasting the code with text widget and drag it in your sidebar? it’s the most easiest.
[link moderated – if you have videos and tutorials that are helpful please submit them to http://wordpress.tv/ and use those links]Forum: Fixing WordPress
In reply to: Confused with some basic stuffsHey sachindra149,
If you mean you want the “home” section to be the first page of your site, and contains your welcome text, you can change this by Admin page < settings <reading< static page, and choose which one is the front page and which page will be your posts page.[link moderated – if you have videos and tutorials that are helpful please submit them to http://wordpress.tv/ and use those links]
Forum: Fixing WordPress
In reply to: Posts are too long…is there a plugin to cut their lenght?Hey 2F2F,
If you add <!–more–> make sure you’re in the html tab. If you’re in the visual tab, there is broken line icon to add this. You can add it wherever you want, gotta try to see the difference 🙂
Good luckForum: Fixing WordPress
In reply to: Putting a graphic in the sidebar, WatsonHey MarcusdeWiltshire,
[link moderated – if you have videos and tutorials that are helpful please submit them to http://wordpress.tv/ and use those links]
Here is a screencast putting a .jpg file to sidebar, i think it will go fine with .gif too. Goodluck:)
Forum: Themes and Templates
In reply to: Cannot select newly uploaded themeihateaplia,
This is a wordpress.org forums, this post explains the difference between .com and org 🙂 Only with wordpress.org we can upload/customize themes. If you have an account for example, ihateaplia.wordpress.com, then you can only choose available themes. In the video, that only can be done if you run a selfhosted wordpress, means, you buy a domain and webspace. But there is a free webhosting which can runs wordpress.
RegardsForum: Themes and Templates
In reply to: Cannot select newly uploaded themeHi ihateaplia
WordPress.com? i don’t think you can choose your own theme if you have account in wordpress.com. If you have a selhosted wordpress site, then you can choose your own theme. Does it work with default theme?
Forum: Fixing WordPress
In reply to: remove RSSForum: Installing WordPress
In reply to: Error? help plzif you use cpanel, get into your cpanel, and go to the directory where you installed it. Then to wp-content, plugins,look for plugin name (usually similar to the folder name). And delete that plugin folder. It looks like you installed it in the root, try going to wp-content/plugins, and delete the statpress folder.
Hope it helpsForum: Installing WordPress
In reply to: install.php server errorcontactellis
It happened to me too right after i signed the contract with my hosting, i noticed i should wait until it’s really activated.
Forum: Fixing WordPress
In reply to: RSS Feeds shows blankHave you tried to test with default theme? and see where the rss link goes?
Forum: Fixing WordPress
In reply to: feed errorCongratulations, So glad to hear it 🙂
Forum: Fixing WordPress
In reply to: visits …In header.php usually, back up files before changing anything 😉 and it needs time until google analytic tells you those, that is my experience, i couldn’t wait either 🙂 but it needs time to me.
Forum: Fixing WordPress
In reply to: feed errorHave you tried to change to default template? and look where the entries rss goes?
Forum: Fixing WordPress
In reply to: feed errorHey dreshen,
The code is usually in header.php, usually looks like this :
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />[link moderated – if you have videos and tutorials that are helpful please submit them to http://wordpress.tv/ and use those links]