tsoraci
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changes to site not showing, admin bar missingThis is my htaaccess file:
Block the include-only files.
RewriteEngine On RewriteBase / RewriteRule ^wp-admin/includes/ – [F,L] RewriteRule !^wp-includes/ – [S=3] RewriteRule ^wp-includes/[^/]+.php$ – [F,L] RewriteRule ^wp-includes/js/tinymce/langs/.+.php – [F,L] RewriteRule ^wp-includes/theme-compat/ – [F,L]
order allow,deny deny from all require all denied BEGIN WordPress The directives (lines) between “BEGIN WordPress” and “END WordPress” are dynamically generated, and should only be modified via WordPress filters. Any changes to the directives between these markers will be overwritten. END WordPressForum: Fixing WordPress
In reply to: Changes to site not showing, admin bar missingIt’s through Godaddy hosting. I have other wordpress sites hosted by them and they all work great. It’s just this one for some reason.
Forum: Fixing WordPress
In reply to: Changes to site not showing, admin bar missingHi same issue. Tried the 2025 theme with no plugins and still doesn’t work.
Forum: Plugins
In reply to: [FG Joomla to WordPress] Stops when importing product categoriesOk now it hangs on importing products.
The media counter at the top will tick up maybe 10 or 15 medias and then will not continue unless I stop/restart the migration.
I have the force media checked with a 5 second time out.
I also installed the latest premium plugin version and virtuemart version.
Forum: Themes and Templates
In reply to: [Custom Community] How to move an element to a bylineHey thanks for the reply Konrad, I ended up switching to a theme that has what I wanted built in. I still need to study up on child themes though.
Forum: Themes and Templates
In reply to: [Custom Community] How to move an element to a bylineOkay I may have figured out what to do. It’s dirty though. In the single.php file I put
<p>Written by:
<?php the_author_link(); ?></p>under the
<?php get_posts_titles(get_the_title(), get_the_ID()); ?>It’s right where I want it, now I just need to link it to my google+ page