P
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Does not work when WP is in a subfolderFor me it started working after I refreshed my permalinks.
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Does not work when WP is in a subfolderSame issue here, any fix?
On Yoast SEO 1.2.8.7, WP 3.4.2 same for content in russian. But only for auto-generated excerpts, if I write it manually it works ok.
Forum: Fixing WordPress
In reply to: WordPress Tag filtering not working as shouldFigured it out: the “get_posts” works only with the main loop, it’s not supposed to use for multiple loops. Will try the “WP_query”.
Forum: Fixing WordPress
In reply to: Tag DropdownHere is the code that I use for all of them, each one separately, only the category name changes: http://pastebin.com/Bfs9YNaH
Forum: Fixing WordPress
In reply to: Tag DropdownCould this be because of the large number of queries on the page?
Forum: Fixing WordPress
In reply to: Tag DropdownWhen I try clicking, the content does not change at all, only the page refreshes. Try again and you will see.
Each box is a separate query, so that I have about 7 queries on the page.Forum: Fixing WordPress
In reply to: Tag DropdownThe Page: http://paulsanduleac.com/CupciniCity/
Forum: Fixing WordPress
In reply to: Tag DropdownIt does not for me. I have 3 columns of content on my page, each column divided in 3 boxes. Every box from every column shows a predefined category. Now, I have put the tag dropdown in the header and it does not work. When I change the tag in the list it does nothing…
Forum: Fixing WordPress
In reply to: Tag DropdownI finished with one problem and now I have another one. Will the tag dropdown work if the content is first filtered by category?
Forum: Fixing WordPress
In reply to: Tag DropdownYeps!! I think everything works fine now. The problem was that I had a clean text line between 2 PHP sequences.
Thanks.Forum: Fixing WordPress
In reply to: Tag DropdownStill can’t figure it out. Can we talk somewhere in private? (Like PM which does not exist here…)
Forum: Fixing WordPress
In reply to: Tag DropdownI have all the plugins disabled, on a clean wp install with just a couple posts.
I get the error page after I press login on wp-login.php, did you try that?
Forum: Fixing WordPress
In reply to: Tag DropdownHere is what I have in my functions.php:
http://wordpress.pastebin.com/DYbse2T5And my header.php:
http://wordpress.pastebin.com/zVyHTMUVI’ve also tried copying this part:
<div class="date-issue"> September, 2009 <span class="issue">Edition #10</span> <select name="tag-dropdown" onchange="document.location.href=this.options[this.selectedIndex].value;"> <option value="#">Select Edition</option> <?php dropdown_tag_cloud('number=0&order=asc'); ?> </select> </div>at the beginning of index.php but unfortunately the errors remain.
Thank you for your help.Forum: Fixing WordPress
In reply to: Tag DropdownHow exactly do I change the taxonomy? You see, I’m using the tag dropdown list in the header of the template. I implemented the tutorial from WPHacks, and here are the errors I get after I press login on wp-login.php:
Warning: Cannot modify header information - headers already sent by (output started at /home/content/11/5713411/html/CupciniCity/wp-content/themes/the-view-wp/functions.php:16) in /home/content/11/5713411/html/CupciniCity/wp-login.php on line 302 Warning: Cannot modify header information - headers already sent by (output started at /home/content/11/5713411/html/CupciniCity/wp-content/themes/the-view-wp/functions.php:16) in /home/content/11/5713411/html/CupciniCity/wp-login.php on line 314 Warning: Cannot modify header information - headers already sent by (output started at /home/content/11/5713411/html/CupciniCity/wp-content/themes/the-view-wp/functions.php:16) in /home/content/11/5713411/html/CupciniCity/wp-includes/pluggable.php on line 665 Warning: Cannot modify header information - headers already sent by (output started at /home/content/11/5713411/html/CupciniCity/wp-content/themes/the-view-wp/functions.php:16) in /home/content/11/5713411/html/CupciniCity/wp-includes/pluggable.php on line 666 Warning: Cannot modify header information - headers already sent by (output started at /home/content/11/5713411/html/CupciniCity/wp-content/themes/the-view-wp/functions.php:16) in /home/content/11/5713411/html/CupciniCity/wp-includes/pluggable.php on line 667 Warning: Cannot modify header information - headers already sent by (output started at /home/content/11/5713411/html/CupciniCity/wp-content/themes/the-view-wp/functions.php:16) in /home/content/11/5713411/html/CupciniCity/wp-includes/pluggable.php on line 868