Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter superbarnie

    (@superbarnie)

    Ok guys… I figured it out. I just needed to replace the index.php inside the WordPress folder with the index.php I had made.

    That way all pages made by wordpress will use the theme of the existing website.

    Thread Starter superbarnie

    (@superbarnie)

    Dear Pioneer Valley Web Design,
    I don’t really understand what that code is for.. as far as I can tell that Loop just prints (up to) three blog post title links.

    It looks like this. (Btw, I thought pages with php code needed to be .php extension? Or not?)

    This does’t really help me because I already know how to display blog posts (like this), but the main problem is that if someone clicks the perma-links or any link then it will go to the wordpress themed page which is different from the existing webpage style which is bad.

    The idea is that most of the website (Home, About, Contact, etc.) will be static pages, but the blog will be dynamic, using WordPress. So, what I want is a way make a theme to make the WordPress page styles the same as the existing webpage style, or some other way to solve the problem mentioned above. How do you guys usually deal with this problem?

    Other notes:

    <script src="scripts/jquery.min.js"></script>
    <script type="text/javascript">
    $(function() {
    $('.fadein img:gt(0)').hide();
    setInterval(function () {
    $('.fadein :first-child').fadeOut(2000)
    .next('img')
    .fadeIn(2000)
    .end()
    .appendTo('.fadein');
    }, 3000); // 4 seconds
    });
    </script>

    These code(s) is used for the changing background image in the Home page.

    <!-- Hosting24 Analytics Code -->
    <script type="text/javascript" src="https://stats.hosting24.com/count.php"></script>
    <!-- End Of Analytics Code -->

    This code automatically added by my web host. I didn’t put it there.

    Thread Starter superbarnie

    (@superbarnie)

    Okay, thanks for the help. I added some code and now the website is like this:
    https://barnieproxy.web44.net/mami/blog/

    Now the main problem is that the links will all lead to the regular wordpress page, which has a different theme/layout which is really bad. The only quick solution I see is to remove all the links, but that would compromise the functionality a lot.

    The other solution is to replicate the site in WordPress, like webbrewers. The reason I didn’t do this in the first place is that don’t really know how to do this. Specifically the part where you make a theme to look exactly like the existing website. How would I go about doing this.

    Is this supposed to be AwesomeFemaleMetalBands? Literally every single photo on there is female band photos.

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