Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • There are a few issues this could be cause by…..

    Check the database user has all the privileges in the database . Reapply all privileges and install again.

    What version of PHP you are using? This may be problem with lower version of PHP.

    Hope this helps.

    Do the post that show preview texts have Excerpts?
    It’s to my understanding that wordpress search results pull from the excerpt to display previews.

    I am not really sure what you are looking for in terms of review.
    Your site does have the blog thing down but there is not much content to also keep people coming back such as info about the cast – episode overviews , etc.
    More content and more to offer is what will make your site a staple for something rather then a place with occasionally something to offer a fan.

    It is best you more than likely work on your theme and customize it more towards the show so people know the second they get to your site what its actually about,

    1. In your main directory, you need to create a new folder for you wordpress files to be installed in. Example: Create a new folder called “wordpress”

    2. Your new directory for wordpress would be http://yoursite.com/wordpress

    3. Take all files from your original WP install and place them into the wordpress folder

    This step is very important.. – Copy (NOT MOVE!) the index.php and .htaccess files from the WordPress directory into the root directory of your site (Blog address). The .htaccess file is invisible, so you may have to set your FTP client to show hidden files. If you are not using pretty permalinks, then you may not have a .htaccess file.

    Then follow these steps out –
    Open your root directory’s index.php file in a text editor
    Change the following and save the file. Change the line that says:
    require(‘./wp-blog-header.php’);
    to the following, using your directory name for the WordPress core files:
    require(‘./wordpress/wp-blog-header.php’);
    Login to the new location. It might now be http://example.com/wordpress/wp-admin/
    If you have set up Permalinks, go to the Permalinks panel and update your Permalink structure. WordPress will automatically update your .htaccess file if it has the appropriate file permissions. If WordPress can’t write to your .htaccess file, it will display the new rewrite rules to you, which you should manually copy into your .htaccess file (in the same directory as the main index.php file.)

    Forum: Your WordPress
    In reply to: Feedback

    I think it’s great, could use a few touches look.
    The yellow is real hard to read on the light background.
    There feels like to much content in the “What we do” on the homepage, try to simplify.

    Good work.

    Forum: Your WordPress
    In reply to: My Hotel Website! :)

    Great job, I really enjoy the look.
    Site functions great and is decent on load time.

    Did you make sure that your wp-config file contains the correct database name?

    If you have, try creating a new database, importing your database then changing you config file to point to the new database.

    Set up a local environment on your computer.
    Install WAMP or XAMMP on your computer.

    And follow these directions

    Looks like one way to do it is through the themes CSS.
    Change the content Div width and the sidebar width.

Viewing 9 replies - 1 through 9 (of 9 total)