weinerschizel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: sharethis php code wont delete from siteI’m having the exact same trouble. Quite frustrated as share this is overwriting other sections of my page. Hence why I want to get it off my site.
It shows up in source when using firebug. However, it’s not in any of the php code, plugin is unistalled, etc. etc. etc.
Forum: Themes and Templates
In reply to: How to hide the date in lightwordsame trouble as well. The tag distracts the eye from the content. I would like to remove it.
Forum: Fixing WordPress
In reply to: HTML View deletes amazon associate linksIs there an escape sequence in wordpress that you can place in the code and have it protect code when switching???
Forum: Fixing WordPress
In reply to: acidentally killed site… changed url settingbasically had to install a new theme on top of what I had to get it going again.
Forum: Plugins
In reply to: comments ONLY on posts not pagesFound check boxes inside page editor on dashboard to turn off comments.
Forum: Plugins
In reply to: Summary of article instead of whole articleOK. So I navigated to the template folder on my wordpress. Found, “categories.php”. Changed the “the_content()” call to “the_excerpt()” call. Now I see in an Excerpt field in my post editing page. However, when I enter an excerpt I still get the full article on my feed.
Is there more steps to setting this up?
Forum: Fixing WordPress
In reply to: Slow to Scrollchanged my template and it scrolls faster now.
Forum: Fixing WordPress
In reply to: Most Popular Posts?Tried a handful of them most I couldn’t figure out how to setup until I found “Popular this week”.
It seems to be working but I might try the one you recommended as well.
Forum: Fixing WordPress
In reply to: acidentally killed site… changed url settingI’m looking at this article…
http://codex.ww.wp.xz.cn/Changing_The_Site_URL
been able to get my dashboard back up and working. The main page also displays a feed of my most recent articles. However, when I go to browse categories or any of my other links on the side bar they do not work.
Does anybody know how to re-establish these?
Thanks!
Forum: Fixing WordPress
In reply to: Remove article feed from main page?Actually to be more specific. I’d like to have only one of the categories feed on the main page…. and only one article be displayed at a time. Is this possible?
Forum: Fixing WordPress
In reply to: Slow to Scrollah thanks… my bad. Forgot the link 😉
Forum: Everything else WordPress
In reply to: CSS EditorI’m currently using Firebug… though I cannot make live changes it works nice… still a tad tedious to load though.
Then I’ve got notepad++. I’m a programmer at work and use it extensively.
Lastly I am using firefox plugin ftp client. I’ve not done any live editing before. I like that idea. My ftp plugin is FireFTP. I’ll have to look into live editing. I like that idea.
Thanks!!
Forum: Fixing WordPress
In reply to: is affiliate marketing disabled in wordpress?Nobody else is posting to my site. The ads are there when I post them. I’m in contact with Amazon as well to see if there’s a compatibility issue with their links?
Yeah it has me perplexed. I want to make sure I’m doing the right thing. If I am allowed to use WordPress with my affiliate links that’s awesome. I’ll get to the bottom of it. Otherwise, I’ll purchase a copy of wordpress or whatever so that I do the correct thing.
Thanks!
Forum: Fixing WordPress
In reply to: is affiliate marketing disabled in wordpress?Using WordPress 2.9.2. Only plugin installed is one for Google Analytics, “Ultimate Google Analytics”.
Here’s what happens.
1. I create my affiliate links using Amazon associates.
2. Copy and paste the links into the appropriate posts (under HTML tab).
3. Publish the post.The links are present when I load my blog “www.fitlish.com”. Then a couple days later they are gone (with exception of one which is in a table). I’m plexed as to where my links are going. After a quick search on the forum I thought maybe affiliate marketing was banned on WordPress. What else could I be doing that is erasing my affiliate links?
Forum: Fixing WordPress
In reply to: Category NavigationThanks! I found it and was able to start modifying the content on my sidebar. I’m curious though, how do I comment something out in PHP. I’ve programmed in about a zillion languages just not PHP and the comments don’t seem to be working for me.
1. I looked at other comments (c style /* comment */) and tried that. No dice.
2. Google and discovered there were several others that might work… (//, #, <– comment –>) but couldn’t get any of these to work either.So how exactly do you comment out tags / lines of code in PHP.