sodani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing root domain/path seemlesslyLooking at those steps, 2-6 updates your database and breaks your live installation, isn’t that correct?
Without breaking your live installation, I’m thinking that the best way to do it is just running an sql command to update all URLs.
Forum: Fixing WordPress
In reply to: Changing root domain/path seemlesslyThat seems very cumbersome to do every time. I also use the drupal CMS, and all I do is move the files to a new folder or subdomain on the same server and it just works. I guess that’s not possible with wordpress…
Forum: Fixing WordPress
In reply to: What’s the easiest way to retrieve only page content?That looks great. I’ll try it out!
Forum: Fixing WordPress
In reply to: Display link categories onlyYou know, I haven’t thought about that. That sounds like it would work. I’ll give it a shot!
Thanks!Forum: Fixing WordPress
In reply to: Display link categories onlyThanks. That seems to work, but do you know how I would make them linked? I want the link categories to be linked to pages that list all of the links.
Forum: Fixing WordPress
In reply to: the_date() works only once in a loop?Ahh, thank you
Forum: Themes and Templates
In reply to: Moved WordPress to a new directory, and now it looks weirdSeems that I fixed it. Thanks anyways.
Forum: Themes and Templates
In reply to: How do I create a new template file?but what if I want to have a separate navigation for each category page? Also, I’d like to have separate meta tags in the header for each category page for search engine optimization purposes. Does anyone know how to do that?
Forum: Themes and Templates
In reply to: How do I create a new template file?I forgot to mention that I’d like to set up this new template so that the template hierarchy applies to it as well. In other words, if I’m going to category ID 19, I want it to look for navigation-19.php.
Forum: Plugins
In reply to: Meta data doesn’t always workyes, my point is that the loop isn’t returning the same thing for each post. Must be some kind of bug, but I don’t know how to fix it.
Forum: Plugins
In reply to: Meta data doesn’t always workThe posts on the main page are set up differently. If you look at the links above, you will notice that some of the meta data displays in the following format:
Posted in Adweek on October 3rd, 2005 No Comments »
which is how it is programmed to look (in category.php)
However, some of the posts display meta data in this format:
Posted in on No Comments »
which is missing two data fields that are supposed to show up.What’s puzzling me is that these data fields are not null, but yet it’s displaying them as null.
Forum: Themes and Templates
In reply to: paid installationI’ve gotten a plugin now that creates custom fields, and I have no problem writing posts with the correct custom fields. However, I’m trying to tweak category pages so that it lists posts that belong to 2 categories. The second category is a True/False custom field I set up, which doesn’t appear in my category list.
I have also set up an additional custom field for a separate date of the postings, and I’d like the category pages (only) to show the posts according to the chronological order of this custom field, and not the posting date.
Does anyone know how to do either of these?
Forum: Themes and Templates
In reply to: paid installationMoshu – I will check out the Codex. Thanks.
What I mean by #1 is the title of the article that I’m linking to. The article will be on various news sites (i.e. New York Times). I understand now that this means customizing the posting template so that it has all the fields that I need.
Forum: Themes and Templates
In reply to: paid installationWhat makes my situation difficult (at least for me) is the following:
– posts will consist of a number of parts
1. title that links to an article (on different site)
2. description
3. date the article was published
4. a number of categories, and within each category, it will be classified as either a ‘study’ ‘news article’ or ‘commentary’. When a surfer goes to a category page, they should be able to see all postings under each respective classification.
5. posting date. However, when posts are archived, I want them listed by published date (#3) and not posting date.Does anyone know if this is feasible, and if so, I am willing to pay someone to do it. Either that, or if you could point me to an article on how to do this, that would be wonderful.
Thanks!!
Forum: Themes and Templates
In reply to: paid installationWell, basically I want to install wordpress onto my site – radresearch.com and use it as a content management system. That is, rather than my adding daily links by hand, I would like to use the blog software. If I’m not going about this the right way, please tell me. I appreciate it.