machine sound
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Remove category pages titles that appear before posts?These are All files on the right side, nothing relating directly to “categories”…
(archive.php)
(header.php)
(comments.php)
(single.php)
(404.php)
(searchform.php)
(functions.php)
(onecolumn-page.php)
(footer.php)
(attachment.php)
(index.php)
(page.php)
(search.php)
(admins.php)
(content-aside.php)
(content-attachment.php)
(content-gallery.php)
(content-page.php)
(content-single.php)
(content.php)
(defaults.php)
(legacy-comments.php)
(legacy.php)
(misc.php)
(navigation.php)
(options.php)
(shortcodes.php)
(sidebar-bottom.php)
(sidebar-default.php)
(sidebar-footer.php)
(sidebar-secondary.php)
(sidebar-top.php)
(sidebars.php)
(smiley.php)
(widgets.php)
(wrappers.php)(style.css)
style.ie6.css
(style.ie6.css)
style.ie7.css
(style.ie7.css)Forum: Fixing WordPress
In reply to: How to Remove category pages titles that appear before posts?I created with artisteer
Forum: Fixing WordPress
In reply to: How to Remove category pages titles that appear before posts?There isn’t any category.php file in wp-content > themes >my-theme
Files in wp-content..are like: content-page, content-gallery, content-single, functions, index, archive, etc..Forum: Fixing WordPress
In reply to: How to Remove category pages titles that appear before posts?in wp_includes/category.php
Probably this part:
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Themes and Templates
In reply to: How to remove comment box but leave Facebook comment plug-inTo remove Leave a reply from your single posts, you can go to single.php through your desk, click on edit, then single.php and delete this line: comments_template();
from here:while (have_posts()) { the_post(); get_template_part('content', 'single'); comments_template(); }
Forum: Fixing WordPress
In reply to: How to display category pages in a custom menuanything else that might help? like the code for navigation.php
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: How to display category pages in a custom menucan’t publish it before it’s launched..
but when the posts appear on the main page, and at the bottom you find information about under which category and tags the post was published.
Then if I click on the category at the bottom, this time it displays a page with that category and its posts, just as the one I need to display when clicking on the same category on the custom menuForum: Fixing WordPress
In reply to: How to display category pages in a custom menuyes, still when I place the mouse over the categories the url is: https://anything.com/#, for all the categories, it does not change, and clicking on them have no response. The pages on the menu instead, they work well, and url are like: https://anything.com/about, etc..
Forum: Fixing WordPress
In reply to: How to display category pages in a custom menuyes