Accessing internal wordpress site from the web

So I managed to fix it by changing both SiteURL and homeURL to being the exact same. Now I’ve finally added an A-record in my DNS so the sites uses its own URL. Works like a charm 🙂 Im not sure why but I’ve seen others place “http://…” for SiteURL and “http://www…” for homeURL. However, … Read more

Problems in creating a static site with WordPress

First, check your permalink settings: Dashboard -> Settings -> Permalinks Second, check to ensure you don’t somehow have a Page slug conflict. Go to Dashboard -> Pages, click the “Trash” tab, and ensure you don’t have any Pages in the trash (if so, delete them if you don’t need them). Third, check the page-slug for … Read more

Static Website No Titles But Still Nav

Somewhere in your page.php template will be a tag containing the_title(), and that’s what you have to delete. In my WordPress theme, for example, the code looks like this: <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <div class=”entry”> <div <?php post_class(); ?>> <div class=”post-meta”> <h1><?php the_title(); ?></h1> … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)