I have been tasked with converting an ASP.NET website to a CMS. We are currently planning on using a hosted WordPress solution. (I have been told that WordPress is a blogging software, but that it is a great CMS for making entire sites, not necessarily just blogs)
We need to convert to a CMS in order to make it really easy for office ...
I want to use WordPress for my personal website, but it isn't going to be structured like a blog. Can someone help me with a few concerns I have before I get too deep into it?
I want it to have a main page, and a hierarchy of content pages. Can I make the default page be a home page, and not a big chronological listing of posts?
I se...
Hey All,
for the life of me I can't figure out how to create a custom navigation for wordpress (Not that I'm very good at wordpress).
I would like to use pages as my navigation and sub-pages as drop-downs and fly-outs.
Example:
Home
tab-1
sub-page-1
tab-2
sub-page-1
sub-page-2
sub-page-3
tab-3
tab-4
sub-page-1
sub-page-2
sub-s...
I've altered the P2 WordPress theme file to add a few custom fields to the entry form. Unfortunately, I cannot post on Firefox or Internet Explorer. Safari and Chrome work fine, though.
The exact error message is "Are you sure you want to navigate away from this page? Your comments or posts will be lost if you continue. Press OK to cont...
Is there a plugin for wordpress that will parse a post-by-email post and assign it categories/tags automagically?
...
I need to build a simple change log for my application.
I have two tables: Store and Item.
I want to log each time a user updates info on store / item, and each time a user creates / deletes an association between item and store. (A user can associate an item with multiple stores).
The purpose is for the owner of that item, to see who...
Hello All,
I'm about to start a very large project of rebuilding my companies intranet. The plan is to have most of the intranet live in a CI application. I chose to use CI because i'm very familiar with all the CI methods. Some sections of the intranet are going to be wordpress blogs. For example the Human Resources Dept. and the M...
Hi. I moved from a shared hosting to a VPS a few weeks ago and I'm having these annoying permission issues with WordPress. You know you can download and upgrade plugins (and wordpress itself) from the admin panel, but since I moved it started asking me my FTP credentials, which is kinda slow when I have to update ~20 plugins.
I think th...
I'm new to WordPress.
I have my site (CMS) divided to several pages in a tree hierarchy.
I'm trying to view posts in a specific category within a subpage.
But for some reason event the simple "the loop":
<?php
if (have_posts()) :
while (have_posts()) :
the_post();
the_content();
endwhile;
endif;
?>
Shows ONLY (!!) th...
I have a wordpress blog and I would like to make a custom design myself...
I dont want to pay a bunch of money for a company to make it for me
Why are the templates broken into a bunch of different files?
What are some tutorials you know of on how to make wp themes/templates?
Thanks
-Techy
...
I am currently coding a HTML website into wordpress. The problem that i'm having at the moment is that I can't seem to include a drop-down in the navigation list, via the wp_list_pages tag.
So that means at the moment, the "products" list-item, on hover, does not drop down to reveal pages (or sub-pages in this case). This is due to the...
Hi everyone,
I've uploaded a folder to a wordpress site. I'd like to access it e.g http://my.url.com/myfolder
The problem is wordpress' .htaccess file which assumes I'm trying to load a page or post and doesn't load the folder.
If you were in my boots, what would you do to overcome this situation?
My .htaccess looks like so:
Options...
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?
...
Hello Stack Overflow.
I have a PHP/MySQL installation. I'm working on a program that uses a MySQL Fulltext search. I want to reduce the min word length to three. I know I can do this by changing the ft_min_word_length global variable and restarting MySQL.
My problem is that the MySQL server is running several other databases, including...
this is my WP htaccess
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
i want wordpress' htaccess to stay out of the way when the link is to a standalone .html|.htm file inside the /ag directory.
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_...
Hello. I have a wordpress application thats currently the only application on the domain.
Now in this application, I've just created a /presentations folder...
How can I present anything stored in just this /presentations folder from getting redirected...
Thank you
...
I'm working for a company that is using Wordpress MU to supplement other functions on a member site. We have a user signup process that creates the appropriate Wordpress MU users and blogs on signup, but I'm having real trouble figuring out how to log someone in to a WP blog from outside of Wordpress itself. The documentation these metho...
Hi there,
I am trying to embed a flash video into a custom setup of the tinyMCE editor. It is seperate from the main WordPress one, but it is still within the wordpress admin area.
The output code from a simple youtube embed block is as follows:
<p><img mce_src=\"../wp-content/themes/porcelain/tinymce/jscripts/tiny_mce/plugins/media...
Now I am using custom permalinks in WordPress for my posts and pages but when I try to set an RSS feed for each individual post or page the RSS feed dosen't display the feed it only displays the current web page. It seems that the home page feed is the only one that works which doesn't use custom permalinks. Here is the code to display a...
Hi,
I told wordpress that I wanted urls to look like:
domain.com/postname.html
I want to pass a parameter to a wordpress plugin. So when I get
domain.com/postname.html.2 it is suppose to be domain.com/postname.html?tubepress_page=2
With the following the parameter is passed correctly, but not the name.
This is the .htaccess file:
<I...