Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I misunderstood your original need in the first post.

    The difference between writing directly to .htaccess and utilizing the php rewrite api depends on the scale of your site, and how many redirects you wish to create.

    If you are only moving over one category, I would suggest using the method you feel most comfortable with. You seem to have done a bit of research already. Remember to make back ups, and read up-to-date documentation.

    Finally, the category queries are:

    ?cat=4,5,6
    ?category_name=CMS
    ?tag=wordpress

    It looks as though loading some css resources is slowing the rest of the page rendering. You can try to have them load asynchronously.

    There are plugins available that allow you to set css resources to load synchronously or asynchronously. I am personally not familiar with them enough to suggest any one in particular, but you will have several available if you search for “css optimize”.

    Forum: Fixing WordPress
    In reply to: Change Icon

    Hello Feelma,
    The social icons you are using are called “favicons”. You should not need to upload or change files for them.

    To insert the SoundCloud icon, change the SoundCloud link from:

    <li class="soundcloud-logo"><a title="soundcloud" href="#" rel="external"> <i class="fa fa-soundcloud-logo fax2"> </i> </a></li>

    to:

    <li class="soundcloud-logo"><a title="soundcloud" href="#" rel="external"> <i class="fa fa-soundcloud fa-2x"> </i> </a></li>

    I hope that works for you!

    I just set up a test account on your site.
    I received a confirmation email.
    It is possible that the emails are lost in the users’ spam box.

    In the WordPress dashboard go to settings>permalinks
    There you will see the options for editing the permalinks.

    If the “myblog” portion of the URL is uneditable, then it is the name of the folder in which WordPress is installed.

    Renaming the folder to something you find more acceptable could solve your problem. Do not simply change the name of the folder! Doing so will break large portions of your site.

    If you rename the folder to “WordPress”,
    Then the urls will change from:
    mywebiste.tld/myblog/OutOfBlog/subcategoryname/(+postname
    to:
    mywebiste.tld/WordPress/OutOfBlog/subcategoryname/(+postname)

    The directions for moving your blog to another folder can be found here: Moving WordPress

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