himstudio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Customize the headerthemeforest, it’s named detube.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_IFyou will nedd ftp access to your website to rename the file functions.php. otherwise you won’t have access to the site or the admin page.
until now i haven’t found a solution for this problem..but i simply got the latest version of the template : agility_v1.1.3.1.zip. it works fine !Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_IFThat’s good advice when there’s editing involved, but it may not apply in this case
indeed, it’s a new installation i did not modify anything yet on the fuctions.php
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_IFhere is the code of my functions.php : https://pastebin.com/tcBd9viA
Forum: Fixing WordPress
In reply to: menu shows all categoriesanyone can help ?
Forum: Fixing WordPress
In reply to: Query_posts page navigation problem (3.2.1)this is my index file index.php
Forum: Fixing WordPress
In reply to: Query_posts page navigation problem (3.2.1)indeed, i added an array to my code…it does the same thing and the problem is still the same.. thank you Rev.Voodoo for your help ??
Forum: Fixing WordPress
In reply to: Query_posts page navigation problem (3.2.1)many proposed solutions talk about an array..in my index file i don’t see any array ! could this be the source of the problem ?
Forum: Fixing WordPress
In reply to: Query_posts page navigation problem (3.2.1)the line
<?php $paged = (get_query_var('page')) ? get_query_var('page') : 1; ?>
shows at least all the articles.Forum: Fixing WordPress
In reply to: Query_posts page navigation problem (3.2.1)all I can suggest is to change both ‘page’ to ‘paged’
<?php $paged = (get_query_var(‘page’)) ? get_query_var(‘page’) : 1; ?>
In that line, as your file is an index, and not a pageI’ve tried this, but i got back to where i’ve started. When i try to get the second page i get the error message that says that the page is not found…
i don’t get it !Forum: Fixing WordPress
In reply to: Query_posts page navigation problem (3.2.1)I’m kinda confused ! here is my index.php can you take a look at it please? Something might be wrong on it ??
[Code moderated as per the Forum Rules. Please use the pastebin]