Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

real page names


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Feb 4, 2009, 12:19 PM
matty5490
 
5 posts · Feb 2009
How does one go from website.com/?p=1 to website.com/meaningful-page-name/

I have a few questions, which i'll post in different threads to keep things organized. (I just donated, your theme is changing my life! more donations coming in the future)....
  #2  
Old Feb 4, 2009, 12:26 PM
Flynn's Avatar
Flynn
 
3,730 posts · Oct 2008
Munich, Germany
See Site Admin -> Settings -> Permalinks

Thank you for the donation.
  #3  
Old Feb 4, 2009, 01:42 PM
Flynn's Avatar
Flynn
 
3,730 posts · Oct 2008
Munich, Germany
Looks like the permalinks aren't working yet because your .htaccess file is not writable. Here's what you can do:

In a text editor, open a new file and paste the following text into it:

Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Save the file as .htaccess (note the dot at the beginning), and upload it to the root directory of your WordPress installation on your web hosting account, should be something like /public_html/your-domain.com/
(May look different on your web hosting account)

Note: This file goes into the root directory of your WordPress installation, not into the Atahualpa theme directory.

You know that you're in the WordPress root directory when you see files such as wp-app.php, wp-atom.php, wp-blog-header.php etc... Upload the .htaccess file into the same directory where these files are.

  #4  
Old Feb 4, 2009, 02:56 PM
matty5490
 
5 posts · Feb 2009
you anticipated my next question, thanks.

I have a couple other questions, should I make new threads or just post here?
  #5  
Old Feb 4, 2009, 03:27 PM
Flynn's Avatar
Flynn
 
3,730 posts · Oct 2008
Munich, Germany
Make new threads please so others with the same question can find them

All times are GMT -6. The time now is 08:25 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.