techguidesco
Forum Replies Created
-
Add the ‘home’ category to ‘excluded_terms’ parameter in get_the_post_navigation() function.
Forum: Fixing WordPress
In reply to: Can’t acces to adminTo install a WordPress site, you’ll need the WordPress files and a database. These need to be setup before themes can be installed.
Please take a look at the codex for instructions https://codex.wordpress.org/Installing_WordPress#Detailed_InstructionsForum: Fixing WordPress
In reply to: Problem with DashboardWill need a screenshot to see what the issue is. Can you upload one to a image sharing site and post the link here?
Forum: Fixing WordPress
In reply to: Problem with DashboardIs your site’s front-end fine? Installed any plugins recently?
Forum: Fixing WordPress
In reply to: Form Plugin with file upload? Possible?Contact form 7 https://wordpress.org/plugins/contact-form-7/ is a free plugin that can do this. Also has good documentation at https://contactform7.com/docs/
Forum: Developing with WordPress
In reply to: Custom RSS with the_excerptthe_excerpt_rss() does not take any parameters and must be used within the loop. See the codex https://codex.wordpress.org/Template_Tags/the_excerpt_rss for more info on how to use.