smartmouse
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink: customizable url?Where? What do you mean for “Category field”?
Forum: Plugins
In reply to: Page restriction plugin: it does not workPlease help me!
Forum: Fixing WordPress
In reply to: Permalink: customizable url?Is it not possible?
Forum: Fixing WordPress
In reply to: Get category parents and post nameDid you understand what i would like to do?
Forum: Fixing WordPress
In reply to: One page and latest post in front pageI first installed Get a Post plugin but it seems not to work ??
I pasted the code <?php get_a_post(id); ?> but it shows a lot of posts in the home page, always the same!
Anyway i do not understand hot to use it to make my site to show one page and the latest post togheter.Then i installed Custom Post per Page: i activated it but i can’t see it in the WP Option menu. How to use it?
Anyway i think it is not usefull for what i want to do. Am i wrong?Forum: Fixing WordPress
In reply to: One page and latest post in front pageIt is an usefull plugin but it is not possible to show one page and one post togheter in the front page.
Any other solutions?Forum: Plugins
In reply to: Page restriction plugin: it does not workIt says:
Interpreting the Error Message:
If the error message states: Warning: Cannot modify header information – headers already sent by (output started at /path/blog/wp-config.php:34) in /path/blog/wp-login.php on line 42, then the problem is at line #34 of wp-config.php, not line #42 of wp-login.php. In this scenario, line #42 of wp-login.php is the victim. It is being affected by the excess whitespace at line #34 of wp-config.php.
…and then says:
# Check that the very first characters are <?php
# Check that the very last characters are ?>Mmm… i checked out header.php file on line 5… but it seems ok. Anyway have a look to the entire file:
https://pastebin.com/631866It does not start with “<?php” and it does not end with “?>”. Is it that the problem?
Forum: Plugins
In reply to: Page restriction plugin: it does not workI checked it out: all is ok.
What could be the problem?
Forum: Fixing WordPress
In reply to: Permalink: i do not know how to create an htaccess fileI do not want to make you work to help me.
I need just help ??I hide the URL of my site because if anyone will search for my site this topic will be shown first…
Can you understand?Forum: Fixing WordPress
In reply to: Listing posts alphabeticallyAnyone can help me?
Forum: Fixing WordPress
In reply to: Get category parents and post nameAnyone can help me?
Forum: Plugins
In reply to: Build better categoriesIs it not possible?
Forum: Fixing WordPress
In reply to: Permalink: i do not know how to create an htaccess fileBecause i do not want that google index my site.
What about my problem? ??Forum: Fixing WordPress
In reply to: Listing posts alphabeticallyIt did not work ??
It show only a page with “Home” link…
Strange…In an other topic i read:
“&sort=post_title&order=ASC’)
add that in to something for example:
<?php wp_get_archives(‘type=postbypost&sort=post_title&order=ASC’); ?>”In my category.php file where to add
“&sort=post_title&order=ASC’)” ?Forum: Fixing WordPress
In reply to: Listing posts alphabeticallyThat link it is what i written up in the first post of this topic. My theme have category.php but Alphabetizing_Posts in my theme does not work.
Here is the content of my category.php file:
https://pastebin.com/627795How to make it to work?