Ovidiuxxxc
Forum Replies Created
-
Thank you for your answer Sir. I did removed margin: 1em; but the images are still the same, in the left side. It is not working…
I want to mention that in the Internet Explorer browser, it appears normal. Everything is in the center of the post, but in the others Browsers, they aren’t normal.
I don’t know what to do anymore, I am not a specialist. I really appreciate your help. Thank you.
Forum: Fixing WordPress
In reply to: How to remove the Date and the Author from the post?Hello.
– I have figure this out;
– I removed this codes from index.php;
– I don’t know if I should remove more codes;
– now, it is working fine.<img src="<?php bloginfo('template_url'); ?>/images/PostDateIcon.png" width="18" height="18" alt="PostDateIcon" /> <?php the_time(__('F jS, Y', 'kubrick')) ?> <?php $icons[] = ob_get_clean(); ?>
<?php ob_start(); ?> <img src="<?php bloginfo('template_url'); ?>/images/PostAuthorIcon.png" width="14" height="14" alt="PostAuthorIcon" /> <?php _e('Author', 'kubrick'); ?>: <a href="#" title="<?php _e('Author', 'kubrick'); ?>"><?php the_author() ?></a> <?php $icons[] = ob_get_clean(); ?>
The Date and the Author, they doesn’t appear anymore.
I want to mention that is depending on what WordPress theme are you using and where the codes are placed on the respective file.With pleasure,
[sig moderated as per the Forum Rules]Forum: Fixing WordPress
In reply to: Can not connect to wordprees.orgIf you’re using Mozilla Firefox, delete the cookies.
After that, restart your PC/Laptop and execute this command in COMMAND PROMPT:Start \ Run \ cmd and write this command: regsvr32 /u shmedia.dll
Good luck.
I did but it is not working. Thank you for your support. I was wondering if I can set the robots.txt. It is all right?
Thank you for supporting me. This is how my WordPress theme looks: here. I don’t know exactly what to do.