Not sure what $gogo_blog_text_no_posts is but you should be able to change this:
$wp_query->query('posts_per_page=".$gogo_blog_text_no_posts."&paged='.$paged);
to
$wp_query->query('posts_per_page=".$gogo_blog_text_no_posts."&paged='.$paged.'&cat=1');
See WP_Query Codex
Related Posts:
- How to post twitter like updates on wordpress
- Blog page showing same content as homepage
- Post display in separate page [duplicate]
- Wp-theme Development
- Hook for post and page load
- How to show all posts of the category in wordpress?
- How can I convert Posts into Custom type posts?
- Fetch All Posts (Including Those Using a Custom Post Type) With WordPress API
- How do I add a new custom post format?
- Edit the “Post updated. View post” link
- How to hook get_terms() to only show count of posts that have custom meta
- How Can the Users Make a “Playlist” of Posts?
- Create Post tabs in single-{content-type}.php with Custom Field values
- Missing the first 6 Posts and displaying posts that are after the latest 6
- Add extra parameters after permalink?
- How do I check if a posts status is set to draft or pending?
- How to stop subdirectory wordpress install adding head elemets to entire site?
- Adding Custom Taxonomy to WordPress default Post type
- Post type hierarchy
- WP_Query is printing out only one post when posts_per_page is set to multiple
- How to get all posts except for one post from a certain custom post type?
- Exclude child pages from archive.php
- Using The REST API How To Pull All Custom Posts?
- List children on child post
- Restrict custom post type from appearing with ?post_types=
- How do I do this with WordPress? Taxonomies?
- Display Ad on Specific Categories
- Show titles, date of all posts on single category page
- Set up post page like JAMA articles
- Shortcode not working with post counter
- Changing default ‘posts’ parameters with register_post_type_args
- Allow users to create posts without logging in?
- 2 Different Custom Post Types in Submenu
- How to assign classes to all elements?
- Check post on publish for blank title
- Reworking function for counting custom post type posts count
- Help With Warning on creating new Post types?
- help
- Including link to custom post type in ‘wp_list_pages’ function
- Custom post types and ‘new WP_Query’
- How to Display Posts From Category Within a Custom Taxonomy?
- Showing custom post type categories in the menu
- Stores category posts in an array
- I can no longer post or even save a draft, getting the error “A post type mismatch has been detected.”
- Dynamic pages for linked categories and content
- Separate Content from gallery (custom post type)
- How to set the mainpage of a custom post type?
- displaying content of custom post type
- How to query Posts from a custom post type which contains a custom taxonomy?
- Display post from custom post type
- Custom post type title of each author in his own post
- Does “Custom Post Type” can have page hierarhy option?
- How set template for “custom post type” individual post
- Extending post by email
- A sports wordpress website
- Custom Posttype URL
- Display custom post front end filter by ACF equals current user
- What is the best way to set the post category (Custom Post Type) automatically based on the one of the tags assigned to the post?
- Settings -> Reading -> Posts Page ->Blog — is not working in my website
- Is it possible to get the specific content on the search page?
- How to mass get post editor URLs
- How to create additional rendering for custom post types?
- SELECT custom post type and its meta in SQL
- How do I find the count of the current post?
- how to display posts content on the custom css popup by clicking on each title on the sidebar?
- How do I insert a custom post type query after a certain number of recent posts and then resume recent posts?
- Adding specific custom fields (images) to post excerpt
- How to create editable sections in wordpress?
- Instructor can view, edit, delete only theirs courses
- Add input radio menu to post
- How to properly get the wp_postmeta.meta_value of a custom post type in specifics?
- How can I group by Taxonomy on Custom Post Type while filtering out based on custom Meta
- subtracting the current post form then whole loop, which is generating all CPT titles
- How to manage a dynamic multi-level page hierearchy system?
- Assign for all post of a post type a specific single-post template
- Custom Post By Category
- Widget area for individual posts (custom post type)?
- Change Custom Post Type to Post + Category
- When post is Published, insert into custom table a number – custom post type
- update a posts of other custom post type
- Get post from Category by Priority
- Show custom post type under last posts configuration
- Cannot use pages created on WP
- Excert ( the_excerpt(); ) Not working properly
- Custom Post Type used for FAQs Accordion
- How to Associate Posts with Pages
- delete custom post type using a submit form
- Custom Post Type children and grand-children in one list
- Why are my wp urls showing page not found?
- Post content stays the same but permalink changes ?
- Can I set a CPT title field to a dropdown with preset options if user is of a given type?
- Styling first post using Advanced Custom Fields
- How do I display the index position of a post from a custom post type?
- How to call wordpress custom post type page
- Two pagination in one page without AJAX
- Change post-name when inserting new Post if Specific Category is selected in WP
- Passing total post count to javascript
- Display posts of only a certain category in WP Admin section?
- WP_Query for multiple post types just shows one
- Display the progress of post achievement with percentage against target in wordpress dashboard