windsurftest
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How I can perminantly remove the date within an icon on home pageYES YES YES! thankyou so much Kapil Chugh
Forum: Themes and Templates
In reply to: How remove date within the icon on home pageI have been searching through a lot of file and I have found this in actions.php
</div><!– /.title –>
<?php
if (“post” == $post->post_type) {
?>
<div class=”date”><span class=”month”><?php the_time(‘M’); ?></span> <span class=”day”><?php the_time(‘d’); ?></span><span class=”year”><?php the_time(‘Y’); ?></span></div>
<?php
}
?>
</div><!– /.title-container –>
<?php
}
else {
?>
<<?php echo $header_tag;?> class=”posttitle”><?php the_title(); ?></<?php echo $header_tag;?>>
<div class=”postdata”>Would this be the correct piece of code I have to change?
Forum: Themes and Templates
In reply to: How remove date within the icon on home pageI have found a few index.php files in my uploaded files I have looked through them all but none seem to have this code in them?
Forum: Themes and Templates
In reply to: install themes…. failed to connect to ftp serverIt doesn’t matter I ended up installing it through my ftp filezilla.
But I really would have like to have been able to do it through the wp control panel.Forum: Installing WordPress
In reply to: brand new install wp can access admin but can't see my siteYes That worked I renamed it a big thankyou esmi
Forum: Installing WordPress
In reply to: initial wordpress files upload confusion using filezillaIs my above thinking correct ?
“I don’t have to make a file called public_html instead I need to go into Zymic and create a file called index.html and then use filezilla to drag and drop the wordpress files into this one called index.html”Forum: Installing WordPress
In reply to: initial wordpress files upload confusion using filezillaHi Ipstenu, There may have been an index file I’m not to sure, I can’t remember what files were in there when I first tried to upload wordpress (as everything is new to me I’ve been a bit overwhelmed with whats what)plus In trying to work this out I have uploaded and then deleted wordpress quite a few times. In my ignorance I have now deleted any and all files in my Zymic account via the Zymic file manager.
Yes I am now realizing with a free site the support is limited, which makes it a bit challenging, this learning curve has given me a lot of pain but I’m sure I’ll get some pleasure and satisfaction when I finally work it out.
Ok I’m now thinking I don’t have to make a file called public_html instead I need to go into Zymic and create a file called index.html and then use filezilla to drag and drop the wordpress files into this one called index.html
Which I think should then give me windsurftest.zxq.net/index.html/wp_admin/??????
If my above thought is correct…. would the index.html file that is now sitting on my computer (the one that came with all the wordpress files eg wp_admin,wp_content, wp_includes) replace the one I have just made in Zymic when I upload wordpress?Forum: Installing WordPress
In reply to: initial wordpress files upload confusion using filezillaI’ve just been exploring my file manager in my host Zymic and It is empty. So would I go into my file manager in Zymic and create the public_html folder in there?
Then go back into filezilla and upload the wordpress files to this new file?Forum: Installing WordPress
In reply to: initial wordpress files upload confusion using filezillaHi Samuel
So would I have to make up a new folder public_html and upload this from my pc into the remote site box and then upload all the wordpress files into this newly made public_html folder ?