Len
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Close but not close enoughNo no, I’m talking about themes, not plugins. The path should be…
wp-content/themes/YOURTHEME
and not
wp-content/themes/YOURTHEME/YOURTHEME
Forum: Requests and Feedback
In reply to: Definitions For Us Beginners Is NeededWhen you wrote the first post I thought to myself 3 years??!! 🙂
Hang in there. When I first started I didn’t know squat about WordPress. You’ll catch on.
Forum: Fixing WordPress
In reply to: Close but not close enoughLooks like you have nested folders. Have a look at this video.
Forum: Installing WordPress
In reply to: Domain Name IssuesDepends on the theme. It’s possible those links are hardcoded in
header.phprather than using wp_list_pages.Forum: Fixing WordPress
In reply to: Site will no longer display imagesWhen I try to call up…
http://greedygirlsguide.com/wp-content/themes/prosumer/images/head.jpg
I get a 403 Forbidden. Possible somehow this plugin messed with your permissions?
Forum: Themes and Templates
In reply to: Grid Focus Theme: Link Logo to HomepageTry this. Open header.php and look for…
<div id="masthead" class="fix">Change to…
<div id="masthead" class="fix" onclick="location.href='http://blog.commonpeople.sg';" style="cursor: pointer;">Forum: Fixing WordPress
In reply to: Basic Newbie QuestionOpen sidebar.php and you will see this…
<?php include (TEMPLATEPATH . '/rss.php'); ?>That is called a file include. So, off we go to rss.php and open it. This is what you see (among other things)…
<h2>About Me</h2> Here I'll share my knowledge, discovery and experience related to my hobby and work. Most articles on this site are related to blog design, short reviews, tips and make money online.Edit to your heart’s content. 🙂
Forum: Everything else WordPress
In reply to: Forum PluginHave a look at,
http://simplepressforum.com/simplepress-forum-v400-released/
I haven’t used it so can’t vouch for it but many others have.
Alternatively, if you want a stand-alone package take a look at bbPress. (from the creators of WordPress)
Forum: Your WordPress
In reply to: I”M GETTING RAPPED BY TRAFFICBuilding traffic is a long process which takes work and patience. Try submitting your site to various directories – there are oodles of them all over the place, Google them. Use social bookmarking sites. Comment on other blogs similar to yours. Remember to keep the comments relevant, don’t spam. Try some SEO plugins – lots of good ones in the Plugin Directory.
Forum: Fixing WordPress
In reply to: Basic Newbie QuestionDepends on the theme. It could be hardcoded in sidebar.php or using a file include with the text hardcoded in that file. It may even be pulling the data from your profile in the dashboard. Link?
Forum: Requests and Feedback
In reply to: javascript error i guessLook under the DIV ID “topnavbar” and close the following properly…
<script src="http://www.graceofohio.com/wp-content/themes/church_30/javascript/date.js" type="text/javascript"</script>See if that helps.
Forum: Fixing WordPress
In reply to: Javascript on pagesHi bombora. Glad to see you making some progress. Perhaps give the Firebug extension for Firefox a shot. One of the things it’s good at is debugging javascripts. Beyond that I’m out of ideas.
Forum: Themes and Templates
In reply to: Theme disappeared from the Theme DirectoryIt works fine for me as well. Initially I thought it was something awry with the upload but I tested it both locally and on my live site with no troubles so I’m not sure what the problem is.
Forum: Fixing WordPress
In reply to: Blogspot to WordPressIs not Blogger and Blogspot the same thing?
The question was rhetorical. Yes they are the same thing. Well kind of. One refers to the software used while the other is the name of the host but for purposes of this discussion they are one in the same. 🙂
Forum: Fixing WordPress
In reply to: Javascript on pagesWhat is it you’re trying to do specifically?