tuthaus
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to place a javascript inside a div in WordPressThank you. I found this script it works!
https://midpart.wordpress.com/2010/04/01/image-change-with-refresh-or-load-a-page-by-javascript/
Thank you so much. I’ll do some revisions.
Forum: Fixing WordPress
In reply to: posts categoriesHi johnnymax put this between your body: <body> Here </body>:
<!–Start of the Post–>
<?php if (have_posts()): while(have_posts()): the_post();?>
” rel=”bookmark” title=”Permanent Link to
<?php the_title(); ?>”><h2><?php the_title();?></h2>
Categories: <?php the_category(‘ ‘); ?>
<?php echo ‘Posted on:’; ?>
<?php the_time(‘F jS, Y’) ?>
<?php echo ‘ By:’; ?>
<?php the_author(); ?>
<?php the_content(‘Read more…’); ?>
<?php echo ‘
‘ ?><?php echo ‘
‘ ?><div class=”line”></div>
<?php endwhile;
endif;?>
<!–End of the Post–>
Forum: Fixing WordPress
In reply to: posts categoriesOK,
before making any post you should make a category first, im not sure if you already made a category. If not just follow this:
just click the image directly you dont need to read everything I myself hate reading
https://codex.www.ads-software.com/Manage_Categories_SubPaneljust add any category you like.
These are just the 2 important things in your wordpress:
1. The Pages (ex. Home, About Us, etc.)
2. And your Post but you need to create a category for it’s post.Just try.
If still not working save all your files from your FTP account, you can download all your files in Filezilla just drag anywhere in your pc for back-up just incase and download the latest WordPress Version: https://www.ads-software.com/download/ and be advice to use first the twenty eleven for testing and after that you can use whatever templates you want, mine I create my own templates :).
And start over again but take note this is just your last option. Try to explore first in your wordpress. I already did a mistake before deleting all my files and start all over again. Save first everything!
Forum: Fixing WordPress
In reply to: posts categoriesHi johnnymax,
I want you to use first the free default template in your wordpress the twenty11. Familiarize first your Dashboard don’t worry you will be using this most of the time and you’ll get use to it.
Il give you the link:
https://codex.www.ads-software.com/ThemesForum: Fixing WordPress
In reply to: posts categoriesTry to add new post first. What template are you using?
Forum: Fixing WordPress
In reply to: Find "Text" in WP Folderif you are using mac go to your:
Applications/MAMP
Forum: Themes and Templates
In reply to: content width wordpressWhen I view the code of your site it shows that your wrapper width has 950px. Just change the width of your wrapper, the wrapper holds the width of your site. Go to Dashboard then Appearance then Editor and click the style.css
And find your wrapper{width:950;} change this to wrapper{width:auto;}
I’m not sure if this works with your layout.
Forum: Fixing WordPress
In reply to: Find "Text" in WP FolderYou can find all your files in your Drive C:/wamp/www
Forum: Everything else WordPress
In reply to: I want to convert my site to wordpressYes it’s very possible. We have the same problem before. Now I already convert my HTML website to a WordPress.
Here is my website it’s not done yet but it’s going good: [Link removed]