zobia.ir
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide category of articleshi
you can use wp roles :
https://codex.www.ads-software.com/Roles_and_Capabilities
OR
this plugin :
https://www.ads-software.com/plugins/restrict-categories/Forum: Fixing WordPress
In reply to: change the word "Pages" to a different word withForum: Fixing WordPress
In reply to: Management of Sub Categorieshi
you can use this code for categories<?php wp_list_categories( $args ); ?>
more info : https://codex.www.ads-software.com/Template_Tags/wp_list_categories
Forum: Fixing WordPress
In reply to: Spam Commentsyou can use akisment plugin :
https://www.ads-software.com/plugins/akismet/Forum: Hacks
In reply to: Creating a search querywhat are you using session? here is an example about how to set form, fields, and its action. wpadvancedsearch.com/docs/form-arguments
Forum: Fixing WordPress
In reply to: Some images not showing even though path is same as working imagesput a link of that images
Forum: Everything else WordPress
In reply to: Code with wordpresshi
wordpress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL.
for learn to edit themes , plugins and core see this link :
https://codex.www.ads-software.com/Forum: Fixing WordPress
In reply to: Search results page does not show clickable titleIf the theme is not custom, you should first create a Child Theme, otherwise any changes made to original theme files will be overwritten once the theme updates.
i think you should replace this line : (create backup before any change)
get_template_part(‘content’, ‘search’);with this :
get_template_part(‘content’, get_post_format());Forum: Fixing WordPress
In reply to: Search results page does not show clickable titleok , that is true.
if you don`t have search.php or searchpage.php , in page.php post titles should be link to the posts or “read more” link to posts.google rank of your site is 0.
for learn and more info see thi site : https://www.moz.comForum: Fixing WordPress
In reply to: Search results page does not show clickable titlehi
edit your searchform.php file in theme editor
https://codex.www.ads-software.com/Function_Reference/get_search_form
Forum: Fixing WordPress
In reply to: how to subscribe by emailForum: Fixing WordPress
In reply to: how to subscribe by emailhi
use this plugin : https://www.ads-software.com/plugins/subscribe2/
Forum: Fixing WordPress
In reply to: Blog post not rendering well after recovering from hackhello.
you use google font api , maybe this font not support special characters.
Forum: Fixing WordPress
In reply to: wordpress index.php goes to 0kb and site displayed blank pagereinstall wordpress manual