anabelle
Forum Replies Created
-
Thank you very much… i feel a bit dumb but im sure this could help somebody else in the future.
muchas gracias…
Forum: Fixing WordPress
In reply to: Retireve author id as a number.I solved it using:
<? global $theauthorID; $theauthorID = get_the_author_ID(); ?>And then calling $theauthorID inside the function
😉
Forum: Fixing WordPress
In reply to: Pages problem using sidebar widgetsIm messing with the standard widgets, and i inserted pages in the presentation menu..,
I’ve searched for other place in the file wher wp_pages_list appears but ther aren’t any. I editing the only one in the file.
Where else can i look? please help.
Forum: Fixing WordPress
In reply to: Pages problem using sidebar widgetsoff course i am.
I did another test, i deleted one “;” from the end of a line to create a syntax error, and the error did came up…
But the changes in pages listing are being ignored.
Forum: Fixing WordPress
In reply to: Order of pages…im looking for the same answer
Forum: Installing WordPress
In reply to: Child Page List in Sidebar Widgetsnow i deleted the entire function widget_pages
and it still displays all pages (including childs)
What the hell?
Forum: Installing WordPress
In reply to: Child Page List in Sidebar WidgetsIve also modified de
‘echo “\n” . $after_widget;’ to ‘echo “some text\n” . $after_widget;’to check, but “some text wasn’t written
Forum: Installing WordPress
In reply to: Child Page List in Sidebar WidgetsI’ve tried adding de depth=1 argument but it still shows child pages…
is there anything else i have to check?
Forum: Fixing WordPress
In reply to: Too many processes of execute-pings.phpi asked them for more info on how this could be fixed and here what they said:
Just that there were about 8 instances of execute-pings running concurrently.
Why could that happen, i haven’t post to my blog in days.
Forum: Fixing WordPress
In reply to: wp_get_archives with categoriesi guess it isn’t
Forum: Plugins
In reply to: wp list posts ?yes, you need the RunPHP plugin.
Forum: Fixing WordPress
In reply to: Photos upload, but are tiny!please mark this thread as solved 😉
i love to help 😛
Forum: Plugins
In reply to: Blog On Pagesplease post the error
Forum: Plugins
In reply to: Blog On Pagesyes, when you’re on your home page you will see everything but your blog posts…
and when your viewng the blog category, you will only see the posts under blog category.
Forum: Fixing WordPress
In reply to: Post new story – but not on front pagethere’s a really easy way…
just add inside the loop som php code, here it’s how to do that.
http://wordpress.org/support/topic/90566?replies=2#post-458544
im surprised how many times i have answered this same question TODAY! please search the forums before asking