tamilsweet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: It seems i also got hacked or somethingCertainly looks like your site being hacked!
Reset all your passwords.
If you don’t have coding experience contact someone who knows the stuff.Forum: Fixing WordPress
In reply to: Include individual pageSorry for not explaining clearly in previous message. I guess you are new to PHP ??
User the following code for the single.php
<?php get_header(); ?> <!-- start content items --> <div class="CON"> <!-- start content left --> <?php get_sidebar(); ?> <!-- end content left --> <!-- start center --> <div class="SC"> <p><img src="<?php bloginfo('template_url'); ?>/images/featured_img.gif" width="489" height="208" alt="" /></p> <?php if (have_posts()) : ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link('? Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries ?') ?></div> </div> <?php while (have_posts()) : the_post(); ?> <div class="Post" id="post-<?php the_ID(); ?>"> <div class="PostHead"> <h1><?php the_title(); ?></h1> <small class="PostAuthor">Admin: <?php the_author() ?> <?php edit_post_link('Edit'); ?></small> <p class="PostDate"> <small class="day"><?php the_time('j') ?></small> <small class="month"><?php the_time('M') ?></small> <small class="year"><? // php the_time('Y') ?></small> </p> </div> <div class="PostContent"> <?php the_content("<p>Selengkapnya... ?</p>"); ?> </div> <div class="PostDet"> <li class="PostCateg">Kategori: <?php the_category(', ') ?> </div> </div> <br clear="all" /> <ul class="Note"> <li class="NoteTrackBack"><?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed untuk komentar di sini')); ?> <?php if ( pings_open() ) : ?> <li class="NoteRss">" rel="trackback"><?php _e('TrackBack <abbr title="Uniform Resource Identifier">URI</abbr>'); ?> <?php endif; ?> <?php comments_template(); ?> <?php endwhile; ?> <?php else : ?> <h2><?php _e('Tidak ditemukan'); ?></h2> <p><?php _e('Maaf, materi yang Anda cari tidak ditemukan.'); ?></p> <?php endif; ?> </div> <!-- end center --> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header informationHi,
Looks like issue with some plugin. Take a copy of all the plugins in the plugin folder and delete all the plugin.
Then try logging into the site.
You can restore the plugins from backup and activate them.anyone?
Forum: Fixing WordPress
In reply to: Sidebar widgets aren’t on the side anymore- HELPStrange.
Regularly change all your passwords. WordPress admin, FTP, etc.Forum: Fixing WordPress
In reply to: Search does not work at all!Can you check the urls of,
WordPress address (URL) and Blog address (URL)
You can find them under WordPress Admin. Settings >> GeneralWordPress address should be https://www.fotocursus.dadu.be/wordpress/
Blog address should be https://www.fotocursus.dadu.be/Forum: Fixing WordPress
In reply to: Sidebar widgets aren’t on the side anymore- HELPBetter edit the post and remove those two lines. Then enable auto correct to prevent such issues in future
Forum: Fixing WordPress
In reply to: Sidebar widgets aren’t on the side anymore- HELPEnable “WordPress should correct invalidly nested XHTML automatically” under
Settings >> WritingOR just edit the post “Checklist Fatigue: A Follow-up”
Remove<div class="blogPost"> <div class="Section1">
Incidentally fatigue caused by post title with fatigue ??
Forum: Fixing WordPress
In reply to: Search does not work at all!Ok.
Do you have something in the /index.php like (index.php in root dir)
require(‘./blog/wp-blog-header.php’);Forum: Fixing WordPress
In reply to: Comments count always at zeroCertainly issue with your template. Did you tried using some other template??
Forum: Fixing WordPress
In reply to: Search does not work at all!Check
RewriteBase /wordpress/
I’m sure that would be different.might be
RewriteBase /
in root dir!?
Forum: Fixing WordPress
In reply to: Find out if page or post in SERP?Can’t you use
is_page() function !?Forum: Fixing WordPress
In reply to: Warning messages: How to solve themSorry to say. But I have never seen such a worst site. In the sense you stole my bandwidth ??
The home page took more than 40MB ?? of bandwidth to load. Neverever heard such things.
You need to reduce the image size in the thumbnail. You can have links to actual image but certainly the small images(300×300) cannot take 5MB.Forum: Fixing WordPress
In reply to: Warning messages: How to solve themMight be a bad guess.
It looks like you have uploaded a theme in plugin folder!? Is that??
Remove the folder fusion and its content(after backup) from /home/sosiewosie/sosiewosie.com/wp-content/plugins/fusion/Forum: Fixing WordPress
In reply to: How to change static page back to regular pageGood ??
Change the status of topic to resolved.