Jacezilla
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Read more link, continue link arrrgg!The code snippets you want to hunt down are:
<?php the_excerpt(); ?>
and
<?php the_content(); ?>The first one causes the “Read More” to show up, either remove them or find out if your theme is overriding them to do other things.
Forum: Fixing WordPress
In reply to: Category titles help!If I understand you correctly, you want to create a navigation menu with categories?
If that is the case, you would have better luck querying wp_terms table and creating your navigation our of that.
Forum: Plugins
In reply to: [WP eCommerce] Fatal errorDo you happen to have an infinite loop running on line 1400?
It’s difficult to really help without any code here.
Forum: Themes and Templates
In reply to: [Zenon Lite] Header font sizeAre you editing the main theme files to do this? If so I would suggest creating a child theme and as long as you import the “parent” theme’s css, you can change whatever you want just under that import in your style.css.
Have you set up your permalinks on your second install to match your first install’s?
Go to your Admin Dashboard, hover over the Settings menu item, select Permalinks options. On this page, you can set up your permalinks to match whatever you like. They have presets as well as a custom permalink option.
Forum: Installing WordPress
In reply to: WordPress installation errorContact your web hosting company and ask them to update their PHP. If its a personal server that you are using to host, just update your PHP.
Forum: Everything else WordPress
In reply to: How wordpress 3.6 is different from wordpress 3.5Forum: Installing WordPress
In reply to: Am I in the right place?If you have the capability to build a new WordPress site in a local development site, you can do that and when it is ready you can replace your existing site on Go Daddy by migrating it over.