Hyper123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What’s the difference between <!–more–> vs. <!–nextpage–> ?more is for when you want to have an except appear on places like the homepage and the nextpage is to make a post span multiple pages.
edit: looks like StrangeAttractor was faster than me
Forum: Fixing WordPress
In reply to: Take links and words off sidebarIf the theme you are using supports it you can use widgets to change the sidebar. It is under design then widgets.
Forum: Fixing WordPress
In reply to: display number of posts per categoryTry
<ul id="nav"> <?php wp_list_categories('show_count=1'); ?> </ul>
You should be able to mess around with it to appear as u want
Forum: Fixing WordPress
In reply to: Double postingNo problem on the first issue but sadly I can’t help on the second issue. I would suggest trying to contact the theme creator for help there. If you can’t contact them try the Themes and Templates board.
Forum: Fixing WordPress
In reply to: Double postingTry looking in the page.php file for you theme. You most likely have
<?php the_content(); ?>
listed twiceForum: Fixing WordPress
In reply to: No Media ButtonsHave you check to see if the files uploaded correctly? Check /wp-admin/images/media-buttons.gif
Forum: Fixing WordPress
In reply to: Created a wordpress backup, saw entries with external links to sitesSpam comments maybe?
Forum: Fixing WordPress
In reply to: upgrading from 2.0While I have made jump from old version to 2.5 with no issue you could try some of the older releases first to see if that will help with the issue. Of course make a full backup before you start. You can find the older releases at https://www.ads-software.com/download/release-archive/
Forum: Fixing WordPress
In reply to: Widget Information StorageIts under wp_options and for the execphp widget look for widget_execphp
Forum: Fixing WordPress
In reply to: Link back to Homepage<a href="<?php echo get_option('home'); ?>/">Home</a>
will link someone to the homepage.Forum: Fixing WordPress
In reply to: author problemsIt should default to the user you are currently logged in as and that drop down is if you want to make someone else the owner of a post.
Forum: Fixing WordPress
In reply to: Feed not workingHave you tried turning off all plugins to see if one of them might be causing the issue. It seems like an empty line at the beginning is part of the issue. https://feedvalidator.org/check.cgi?url=http%3A%2F%2Fcuddlela.com%2Fblog%2Ffeed%2F
Forum: Fixing WordPress
In reply to: verifying feedsIt looks like you might have a tag that is blank. Go to the admin and then manage>tags and if you see a tag that is blank delete it.
Forum: Fixing WordPress
In reply to: Error establishing a database connectionIf you changed the Database password you can edit the wp-config.php file and edit the line
define('DB_PASSWORD', 'your old password'); // ...and password
to
define('DB_PASSWORD', 'your new password'); // ...and password
Forum: Fixing WordPress
In reply to: Help With Page URLsIf you go to a page on you site and add .php to the end it will forward you to the page with out the php so if you are worried about people getting a 404 on a page they shouldn’t. An example would be https://www.joshgrobanlive.com/awake.php