darthvan
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin caused crash… need helprename plugin dir,and log in wp-admin.
Forum: Fixing WordPress
In reply to: Dynamic post titles & thumbnails by date range?Hello just to add something,is there a way to filter this
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
from plugin,fox example,is post contain word girl,set background color red,and if not contain set background color blue,and this only in archive.php,I know to do this from code,to chagne archive.php,but I want to do this from plugin,can some one help please ?
Forum: Themes and Templates
In reply to: Change the name of “Home”I really did not know this, thanks Clayton :))
Forum: Themes and Templates
In reply to: Change the name of “Home”Clayton I think that he want to put test1 page before home page,and than to put test2 page,I’m not sure that that could be done from dashboard,but it can adding some php code lines.
Forum: Plugins
In reply to: WordPress plugin add_filter problem?Still nothing? ??
Forum: Themes and Templates
In reply to: Change the name of “Home”this is from my theme,the theme that I’m working on.Find the similar code in your header.php file
Forum: Themes and Templates
In reply to: Change the name of “Home”find something like this in your theme(header.php)
<div id="navbarleft"> <ul id="nav"> <li><a href="<?php echo get_option('home'); ?>"><?php _e("Home", 'studiopress'); ?></a></li> <?php wp_list_pages('title_li=&depth=4&sort_column=menu_order'); ?> </ul> </div>
try to call two times wp_list_pages,before and after “Home”,but on the first call exclude all pages except page test1,and on the last call exclude all except test2
Forum: Themes and Templates
In reply to: Change the name of “Home”mystique theme have localization,you can make multilanguage site with this theme,you don’t have to changed hardcoded words in this theme,just edit .po files like you want.
Forum: Themes and Templates
In reply to: Few pointers please….give mi theme name are you using,and I’ll try to help you.
For example https://www.w3schools.com/tags/tag_hr.asp
this is just hr line,with css you can stylelize it.https://www.w3schools.com/css/default.asp
Just look for some css examples and you will know the solution for your problem.
Forum: Themes and Templates
In reply to: Few pointers please….about dividing line,you need to change or add some css lines,and edit some code of theme,it can be done on several ways.The best way is to hire some one,if you don’t have programming skills.
Forum: Themes and Templates
In reply to: Formatting errors, IE 6 and 7 are disaggreeing with my site.I think that is css file – box model for ie6 and ie7 are different look for solution on net.
find on net ietester program,it’s free,it will help you to solve cross browser problems.Forum: Plugins
In reply to: WordPress plugin add_filter problem?Nothing? ??
Forum: Plugins
In reply to: WordPress plugin add_filter problem?Anyone anything ? ??
Forum: Themes and Templates
In reply to: Add php to a wordpress page?Ok ClaytonJames I just tried ??
Forum: Themes and Templates
In reply to: Add php to a wordpress page?ClaytonJames can you help me with my problem?
https://www.ads-software.com/support/topic/353041?replies=1
tnx man ??